Skip to content

Commit f24a6bd

Browse files
author
rhc54
committed
Merge pull request #1603 from rhc54/topic/attach
Ensure the personality gets set for the debugger job launch when attaching
2 parents ae81f5c + fac409d commit f24a6bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orte/tools/orterun/orterun.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,6 +2438,8 @@ static void setup_debugger_job(void)
24382438
* to avoid confusing the rest of the system's bookkeeping
24392439
*/
24402440
orte_plm_base_create_jobid(debugger);
2441+
/* set the personality to ORTE */
2442+
opal_argv_append_nosize(&debugger->personality, "orte");
24412443
/* flag the job as being debugger daemons */
24422444
ORTE_FLAG_SET(debugger, ORTE_JOB_FLAG_DEBUGGER_DAEMON);
24432445
/* unless directed, we do not forward output */

0 commit comments

Comments
 (0)