debug option to not execute ompid - just print out command line - to enable
debug of the deamon This commit was SVN r5473.
Этот коммит содержится в:
родитель
cf7a1c7631
Коммит
99ca522d39
@ -353,10 +353,11 @@ int orte_pls_rsh_launch(orte_jobid_t jobid)
|
||||
}
|
||||
argv[proc_name_index] = name_string;
|
||||
|
||||
if (mca_pls_rsh_component.debug > 1) {
|
||||
if (mca_pls_rsh_component.debug > 2) {
|
||||
/* debug output */
|
||||
char* cmd = ompi_argv_join(argv, ' ');
|
||||
ompi_output(0, "orte_pls_rsh: %s\n", cmd);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
if (mca_pls_rsh_component.debug == 0) {
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user