Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
6119f8a0
Commit
6119f8a0
authored
Oct 27, 2020
by
Shane Snyder
Browse files
Merge branch 'dev-mvapich2-hang-288' into 'master'
bug fix in logic for shared file reductions See merge request
!65
parents
efc8c429
14d74690
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-core.c
View file @
6119f8a0
...
@@ -602,7 +602,7 @@ void darshan_core_shutdown()
...
@@ -602,7 +602,7 @@ void darshan_core_shutdown()
}
}
/* allow the module an opportunity to reduce shared files */
/* allow the module an opportunity to reduce shared files */
if
(
this_mod
->
mod_funcs
.
mod_redux_func
&&
(
mod_shared_rec
s
>
0
)
&&
if
(
this_mod
->
mod_funcs
.
mod_redux_func
&&
(
mod_shared_rec
_cnt
>
0
)
&&
(
!
getenv
(
"DARSHAN_DISABLE_SHARED_REDUCTION"
)))
(
!
getenv
(
"DARSHAN_DISABLE_SHARED_REDUCTION"
)))
this_mod
->
mod_funcs
.
mod_redux_func
(
mod_buf
,
final_core
->
mpi_comm
,
this_mod
->
mod_funcs
.
mod_redux_func
(
mod_buf
,
final_core
->
mpi_comm
,
mod_shared_recs
,
mod_shared_rec_cnt
);
mod_shared_recs
,
mod_shared_rec_cnt
);
...
...
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