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
codes
codes
Commits
fb0d408a
Commit
fb0d408a
authored
May 23, 2016
by
Jonathan Jenkins
Browse files
missed a couple of scalatrace rm's
parent
ea77dc24
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/workload/README.nw-workload
deleted
100644 → 0
View file @
ea77dc24
1- The scala-trace-data file has the MPI event data from the phold file for 16 MPI ranks.
2- The offsets file has the offset from which each LP should start reading from the scala-trace-data file.
3- To run the program with 16 MPI ranks do:
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/workload/offsets
deleted
100644 → 0
View file @
ea77dc24
File deleted
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