1
1

Mea culpa, the argument should be a simple char (one and only one small char).

This commit was SVN r2074.
Этот коммит содержится в:
George Bosilca 2004-08-11 21:40:01 +00:00
родитель 2533901c4f
Коммит e5164e21e6

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

@ -58,7 +58,7 @@ int main(int argc, char *argv[])
"Show version of this application");
ompi_cmd_line_make_opt(cmd_line, 'h', "help", 0,
"Show this help message");
ompi_cmd_line_make_opt(cmd_line, "seed", "seed", 0,
ompi_cmd_line_make_opt(cmd_line, 's', "seed", 0,
"Set the daemon seed to true.");
/* Get MCA parameters, if any */