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.
2 parents 1e4cff2 + bfffe99 commit 2f9b9c3Copy full SHA for 2f9b9c3
ompi/communicator/comm_init.c
@@ -225,6 +225,7 @@ int ompi_comm_init_mpi3 (void)
225
sizeof(ompi_mpi_comm_world.comm.c_name));
226
ompi_mpi_comm_world.comm.c_flags |= OMPI_COMM_NAMEISSET | OMPI_COMM_INTRINSIC |
227
OMPI_COMM_GLOBAL_INDEX;
228
+ ompi_mpi_comm_world.comm.instance = group->grp_instance;
229
230
/* get a reference on the attributes subsys */
231
ompi_attr_get_ref();
@@ -283,6 +284,7 @@ int ompi_comm_init_mpi3 (void)
283
284
sizeof(ompi_mpi_comm_self.comm.c_name));
285
ompi_mpi_comm_self.comm.c_flags |= OMPI_COMM_NAMEISSET | OMPI_COMM_INTRINSIC |
286
287
+ ompi_mpi_comm_self.comm.instance = group->grp_instance;
288
289
/* We can set MPI_COMM_SELF's keyhash to NULL because it has no
290
predefined attributes. If a user defines an attribute on
0 commit comments