[Darshan-commits] [Git][darshan/darshan][dev-modular] bug fix for resolving mpi_barrier for shared exes

Shane Snyder xgitlab at cels.anl.gov
Thu Jan 28 13:14:56 CST 2016


Shane Snyder pushed to branch dev-modular at darshan / darshan


Commits:
b6ba418f by Shane Snyder at 2016-01-28T11:14:09-08:00
bug fix for resolving mpi_barrier for shared exes

- - - - -


1 changed file:

- darshan-runtime/darshan-dynamic.h


Changes:

=====================================
darshan-runtime/darshan-dynamic.h
=====================================
--- a/darshan-runtime/darshan-dynamic.h
+++ b/darshan-runtime/darshan-dynamic.h
@@ -130,6 +130,7 @@ DARSHAN_EXTERN_DECL(PMPI_Gather, int, (const void *sendbuf, int sendcount, MPI_D
 #else
 DARSHAN_EXTERN_DECL(PMPI_Gather, int, (void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm));
 #endif
+DARSHAN_EXTERN_DECL(PMPI_Barrier, int, (MPI_Comm comm));
 
 #endif
 



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/b6ba418f51d89b5a016f727126e0bf5ea93a2e91
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20160128/a6c881d5/attachment.html>


More information about the Darshan-commits mailing list