Skip to content

Commit c2139fe

Browse files
hzhouraffenet
authored andcommitted
group: remove assertion in MPIR_Group_check_subset
Not sure what this assertion is added. We need remove it in order for spawned processes work.
1 parent cef7aa0 commit c2139fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mpi/group/grouputil.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ int MPIR_Group_check_subset(MPIR_Group * group_ptr, MPIR_Comm * comm_ptr)
332332
/* FIXME: MPID_Comm_get_lpid to be removed */
333333
uint64_t dev_lpid;
334334
MPID_Comm_get_lpid(comm_ptr, i, &dev_lpid, FALSE);
335-
MPIR_Assert((dev_lpid >> 32) == 0);
336335
vmap[i] = dev_lpid;
337336
}
338337

0 commit comments

Comments
 (0)