* make the arguments for show_help correct
This commit was SVN r3713.
Этот коммит содержится в:
родитель
171d50b0de
Коммит
f1e28f8f04
@ -318,7 +318,7 @@ main(int argc, char *argv[])
|
||||
*/
|
||||
if (OMPI_SUCCESS != (ret = ompi_rte_spawn_procs(spawn_handle, new_jobid, &schedlist))) {
|
||||
ompi_show_help("help-mpirun.txt", "mpirun:error-spawning",
|
||||
true, ret);
|
||||
true, argv[0], ret);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user