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
Xin Wang
codes-dev
Commits
3c968fb1
Commit
3c968fb1
authored
Mar 27, 2014
by
Shane Snyder
Browse files
Small change to darshan workload gen
parent
5f8039a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/workload/codes-darshan-io-wrkld.c
View file @
3c968fb1
...
...
@@ -233,7 +233,8 @@ static void darshan_io_workload_get_next(int rank, struct codes_workload_op *op)
free
(
tmp
);
rank_tbl_pop
--
;
if
(
!
rank_tbl_pop
){
if
(
!
rank_tbl_pop
)
{
qhash_finalize
(
rank_tbl
);
rank_tbl
=
NULL
;
}
...
...
@@ -1091,7 +1092,8 @@ static double generate_psx_coll_io_events(
{
tmp_rank
=
0
;
cur_time
=
max_cur_time
;
cur_time
=
generate_barrier_event
(
file
,
0
,
cur_time
,
io_context
);
if
(
j
!=
io_cnt
-
1
)
cur_time
=
generate_barrier_event
(
file
,
0
,
cur_time
,
io_context
);
}
}
io_ops_this_rw
--
;
...
...
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