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
darshan
darshan
Commits
6a6f306a
Commit
6a6f306a
authored
Sep 21, 2016
by
Shane Snyder
Browse files
modify bg/q module record to belong to rank -1
parent
5bf35a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-bgq.c
View file @
6a6f306a
...
...
@@ -194,9 +194,13 @@ static void bgq_shutdown(
if
(
my_rank
==
0
)
{
bgq_runtime
->
record
->
base_rec
.
rank
=
-
1
;
DARSHAN_MPI_CALL
(
PMPI_Comm_size
)(
mod_comm
,
&
nprocs
);
ion_ids
=
malloc
(
sizeof
(
*
ion_ids
)
*
nprocs
);
result
=
(
ion_ids
!=
NULL
);
result
=
(
ion_ids
!=
NULL
);
if
(
!
result
)
bgq_runtime
->
record
->
counters
[
BGQ_INODES
]
=
-
1
;
}
DARSHAN_MPI_CALL
(
PMPI_Bcast
)(
&
result
,
1
,
MPI_INT
,
0
,
mod_comm
);
...
...
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