Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
c68b00a9
Commit
c68b00a9
authored
Jun 21, 2016
by
Shane Snyder
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eliminate possible shutdown timing skew
parent
099470b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
darshan-runtime/lib/darshan-core.c
darshan-runtime/lib/darshan-core.c
+2
-0
No files found.
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 */
...
...
Shane Snyder
@ssnyder
mentioned in issue
#191 (closed)
·
Jun 21, 2016
mentioned in issue
#191 (closed)
mentioned in issue #191
Toggle commit list
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