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
Shane Snyder
darshan
Commits
c68b00a9
Commit
c68b00a9
authored
Jun 21, 2016
by
Shane Snyder
Browse files
eliminate possible shutdown timing skew
parent
099470b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-core.c
View file @
c68b00a9
...
...
@@ -349,6 +349,8 @@ void darshan_core_shutdown()
if
(
getenv
(
"DARSHAN_INTERNAL_TIMING"
))
internal_timing_flag
=
1
;
/* synchronize before getting start time */
DARSHAN_MPI_CALL
(
PMPI_Barrier
)(
MPI_COMM_WORLD
);
start_log_time
=
DARSHAN_MPI_CALL
(
PMPI_Wtime
)();
/* disable darhan-core while we shutdown */
...
...
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