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
6a61518d
Commit
6a61518d
authored
Nov 13, 2014
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated readme ; workload_type checking improvement
parent
25866245
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/network-workload/README
src/network-workload/README
+1
-1
src/network-workload/codes-nw-test.c
src/network-workload/codes-nw-test.c
+4
-0
No files found.
src/network-workload/README
View file @
6a61518d
...
...
@@ -3,7 +3,7 @@
3- To run the program with 16 MPI ranks do:
mpirun -np 8 ./codes-nw-test --sync=3 --total_nw_lps=16 --offset_file="offsets" --workload_file="scala-trace-data"
mpirun -np 8 ./codes-nw-test --sync=3 --
workload_type=scalatrace --
total_nw_lps=16 --offset_file="offsets" --workload_file="scala-trace-data"
The total_nw_lps is equal to the number of MPI ranks on which the data was recorded for scala-trace. In this case,
total_nw_lps = 16 as the scala-trace data was recorded on 16 MPI ranks.
src/network-workload/codes-nw-test.c
View file @
6a61518d
...
...
@@ -66,6 +66,10 @@ void nw_test_init(nw_state* s, tw_lp* lp)
return
;
#endif
}
else
{
tw_error
(
TW_LOC
,
"unsupported option: %s
\n
"
,
workload_type
);
return
;
}
wrkld_id
=
codes_nw_workload_load
(
wtype
,
params
,
(
int
)
lp
->
gid
);
tw_event
*
e
;
...
...
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