1
1

Add --show-progress option to mpirun

This commit was SVN r21360.
Этот коммит содержится в:
Ralph Castain 2009-06-02 23:52:59 +00:00
родитель 30a357bd8d
Коммит 882b40182b

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

@ -349,6 +349,10 @@ static opal_cmd_line_init_t cmd_line_init[] = {
NULL, OPAL_CMD_LINE_TYPE_STRING,
"Disable automatic --prefix behavior" },
{ "orte", "report", "launch_progress", '\0', "show-progress", "show-progress", 0,
NULL, OPAL_CMD_LINE_TYPE_BOOL,
"Output a brief periodic report on launch progress" },
/* End of list */
{ NULL, NULL, NULL, '\0', NULL, NULL, 0,
NULL, OPAL_CMD_LINE_TYPE_NULL, NULL }