1
1

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>
Этот коммит содержится в:
Julien EMMANUEL 2020-11-10 17:43:14 +01:00
родитель cb3d275ac0
Коммит 46ce4ad226

Просмотреть файл

@ -827,7 +827,7 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided,
* convey this requirement */
if (mca_pml_base_requires_world ()) {
if (NULL == (procs = ompi_proc_world (&nprocs))) {
error = "ompi_proc_get_allocated () failed";
error = "ompi_proc_world () failed";
goto error;
}
} else {