Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AutoPerf
autoperf
Commits
6d9286ac
Commit
6d9286ac
authored
Mar 29, 2021
by
Sudheer Chunduri
Browse files
resolving the address of the real call to PMPI_Barrier for dynamic linking
parent
fe2e8ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
apmpi/lib/darshan-apmpi.c
View file @
6d9286ac
...
...
@@ -31,6 +31,7 @@ typedef long long ap_bytes_t;
#define TIME_SYNC(FUNC) \
double tm1, tm2, tm3, tdiff, tsync;\
int ret; \
MAP_OR_FAIL(PMPI_Barrier);\
tm1 = darshan_core_wtime(); \
ret = __real_PMPI_Barrier(comm); \
tm2 = darshan_core_wtime(); \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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