Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shane Snyder
darshan
Commits
b6ba418f
Commit
b6ba418f
authored
Jan 28, 2016
by
Shane Snyder
Browse files
bug fix for resolving mpi_barrier for shared exes
parent
f0278cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/darshan-dynamic.h
View file @
b6ba418f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment