Skip to content

Commit 46ce4ad

Browse files
committed
Typo in error message for ompi_proc_world
It seems like a copy / paste error from the "else" Signed-off-by: Julien EMMANUEL <julien.emmanuel@inria.fr>
1 parent cb3d275 commit 46ce4ad

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)