Skip to content

Commit bfe8e03

Browse files
committed
fcoll/two_phase: use ompi_mpi_abort instead of PMPI_Abort
Thanks Jeff for the review
1 parent ef03bc7 commit bfe8e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ int mca_fcoll_two_phase_calc_aggregator(mca_io_ompio_file_t *fh,
173173
fprintf(stderr,
174174
"rank_index(%d) >= num_aggregators(%d)fd_size=%lld off=%lld\n",
175175
rank_index,num_aggregators,fd_size,off);
176-
PMPI_Abort(MPI_COMM_WORLD, 1);
176+
ompi_mpi_abort(&ompi_mpi_comm_world.comm, 1);
177177
}
178178

179179

0 commit comments

Comments
 (0)