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>
Этот коммит содержится в:
родитель
cb3d275ac0
Коммит
46ce4ad226
@ -827,7 +827,7 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided,
|
|||||||
* convey this requirement */
|
* convey this requirement */
|
||||||
if (mca_pml_base_requires_world ()) {
|
if (mca_pml_base_requires_world ()) {
|
||||||
if (NULL == (procs = ompi_proc_world (&nprocs))) {
|
if (NULL == (procs = ompi_proc_world (&nprocs))) {
|
||||||
error = "ompi_proc_get_allocated () failed";
|
error = "ompi_proc_world () failed";
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user