Initialize the DPS framework before start playing with the arguments. It's just a quick temporary fix so
everybody can still play with ompi_info. This commit was SVN r5566.
Этот коммит содержится в:
родитель
5f8580bf04
Коммит
948a01230c
@ -77,6 +77,14 @@ int main(int argc, char *argv[])
|
||||
exit(ret);
|
||||
}
|
||||
|
||||
/*
|
||||
* Initialize the data packing service.
|
||||
*/
|
||||
if (ORTE_SUCCESS != (ret = orte_dps_open())) {
|
||||
printf( "Unable to initialize the DPS component\n" );
|
||||
return ret;
|
||||
}
|
||||
|
||||
ompi_cmd_line_make_opt(cmd_line, 'v', "version", 2,
|
||||
"Show version of Open MPI or a component");
|
||||
ompi_cmd_line_make_opt(cmd_line, '\0', "param", 2,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user