1
1

Turn "off" an unimplemented command line option - we do not currently support execution without mpirun waiting for job completion.

This commit was SVN r13127.
Этот коммит содержится в:
Ralph Castain 2007-01-16 16:10:31 +00:00
родитель f08210b3e1
Коммит 5d698dc55b

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

@ -162,9 +162,11 @@ opal_cmd_line_init_t cmd_line_init[] = {
"Provide a hostfile" },
/* Don't wait for the process to finish before exiting */
#if 0
{ NULL, NULL, NULL, '\0', "nw", "nw", 0,
&orterun_globals.no_wait_for_job_completion, OPAL_CMD_LINE_TYPE_BOOL,
"Launch the processes and do not wait for their completion (i.e., let orterun complete as soon a successful launch occurs)" },
#endif
/* Set the max number of aborted processes to show */
{ NULL, NULL, NULL, '\0', "aborted", "aborted", 1,