1
1

* make the arguments for show_help correct

This commit was SVN r3713.
Этот коммит содержится в:
Brian Barrett 2004-12-06 19:36:39 +00:00
родитель 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;
}