We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae81f5c commit fac409dCopy full SHA for fac409d
orte/tools/orterun/orterun.c
@@ -2438,6 +2438,8 @@ static void setup_debugger_job(void)
2438
* to avoid confusing the rest of the system's bookkeeping
2439
*/
2440
orte_plm_base_create_jobid(debugger);
2441
+ /* set the personality to ORTE */
2442
+ opal_argv_append_nosize(&debugger->personality, "orte");
2443
/* flag the job as being debugger daemons */
2444
ORTE_FLAG_SET(debugger, ORTE_JOB_FLAG_DEBUGGER_DAEMON);
2445
/* unless directed, we do not forward output */
0 commit comments