Mea culpa, the argument should be a simple char (one and only one small char).
This commit was SVN r2074.
Этот коммит содержится в:
родитель
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 */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user