1
1

Merge pull request #8197 from Webcretaire/typo

Typo in error message for ompi_proc_world
Этот коммит содержится в:
Jeff Squyres 2020-11-10 16:28:59 -05:00 коммит произвёл GitHub
родитель fd59b46a0b 46ce4ad226
Коммит 57ccb830c2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -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 {