Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
3c968fb1
Commit
3c968fb1
authored
Mar 27, 2014
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small change to darshan workload gen
parent
5f8039a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/workload/codes-darshan-io-wrkld.c
src/workload/codes-darshan-io-wrkld.c
+4
-2
No files found.
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
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