Skip to content

Commit 17767a2

Browse files
authored
Merge pull request #10880 from rhc54/topic/fixdebugattach
Fix debugger attach during MPI_Init
2 parents 7c597e5 + 2fda9b8 commit 17767a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/runtime/ompi_rte.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ void ompi_rte_breakpoint(char *name)
10881088
u32ptr = &u32;
10891089
pname.jobid = opal_process_info.my_name.jobid;
10901090
pname.vpid = OPAL_VPID_WILDCARD;
1091-
OPAL_MODEX_RECV_VALUE_OPTIONAL(rc, "PMIX_DEBUG_STOP_IN_APP",
1091+
OPAL_MODEX_RECV_VALUE_OPTIONAL(rc, PMIX_DEBUG_STOP_IN_APP,
10921092
&pname, &u32ptr, PMIX_PROC_RANK);
10931093
if (PMIX_SUCCESS != rc) {
10941094
/* if not, just return */

0 commit comments

Comments
 (0)