File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -461,6 +461,7 @@ void comex_group_finalize()
461461 COMEX_ASSERT (MPI_SUCCESS == status );
462462 status = MPI_Comm_free (& (g_state .comm ));
463463 COMEX_ASSERT (MPI_SUCCESS == status );
464+ group_list = NULL ;
464465}
465466
466467
Original file line number Diff line number Diff line change @@ -633,6 +633,7 @@ void comex_group_finalize()
633633 COMEX_ASSERT (MPI_SUCCESS == status );
634634 status = MPI_Comm_free (& (g_state .comm ));
635635 COMEX_ASSERT (MPI_SUCCESS == status );
636+ group_list = NULL ;
636637}
637638
638639
Original file line number Diff line number Diff line change @@ -497,6 +497,7 @@ void comex_group_finalize()
497497 COMEX_ASSERT (MPI_SUCCESS == status );
498498 status = MPI_Comm_free (& (g_state .comm ));
499499 COMEX_ASSERT (MPI_SUCCESS == status );
500+ group_list = NULL ;
500501}
501502
502503
Original file line number Diff line number Diff line change @@ -335,4 +335,5 @@ void comex_group_finalize()
335335 comex_igroup_finalize (previous_group_list_item );
336336 free (previous_group_list_item );
337337 }
338+ group_list = NULL ;
338339}
You can’t perform that action at this time.
0 commit comments