Skip to content

Commit 57ccb83

Browse files
authored
Merge pull request #8197 from Webcretaire/typo
Typo in error message for ompi_proc_world
2 parents fd59b46 + 46ce4ad commit 57ccb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/runtime/ompi_mpi_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided,
827827
* convey this requirement */
828828
if (mca_pml_base_requires_world ()) {
829829
if (NULL == (procs = ompi_proc_world (&nprocs))) {
830-
error = "ompi_proc_get_allocated () failed";
830+
error = "ompi_proc_world () failed";
831831
goto error;
832832
}
833833
} else {

0 commit comments

Comments
 (0)