Skip to content

Commit 86709b1

Browse files
committed
Fix PMIx_Fence call signature
Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent 10c93a1 commit 86709b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/runtime/ompi_mpi_finalize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ int ompi_mpi_finalize(void)
276276
ompi_communicator_t *comm = &ompi_mpi_comm_world.comm;
277277
comm->c_coll->coll_barrier(comm, comm->c_coll->coll_barrier_module);
278278

279-
if (PMIX_SUCCESS != (rc = PMIx_Fence(NULL, 0))) {
279+
if (PMIX_SUCCESS != (rc = PMIx_Fence(NULL, 0, NULL, 0))) {
280280
ret = opal_pmix_convert_status(rc);
281281
OMPI_ERROR_LOG(ret);
282282
}

0 commit comments

Comments
 (0)