1
1

debug option to not execute ompid - just print out command line - to enable

debug of the deamon

This commit was SVN r5473.
Этот коммит содержится в:
Tim Woodall 2005-04-20 15:43:55 +00:00
родитель 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) {