Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Due to inactivity, this project is scheduled to be deleted on 2035-04-24.
Why is this scheduled?
Open sidebar
Christopher Ferreira
erods-bench
Commits
66099e08
Commit
66099e08
authored
Aug 15, 2017
by
aumgn
Browse files
Fix exp script
parent
7f0a2dc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/mc-2/exp
View file @
66099e08
...
...
@@ -37,7 +37,7 @@ Usage: $script [-v] <programs> <pinning> <nodes> <use_perf> <autogroup> <repeat>
<repeat> the number of time to run the application for each parameter combinations
Run volrend on 64 cores with and without pinning one time each:
>>
$0
volrend "cores none" 8 n n
n
1
>>
$0
volrend "cores none" 8 n n 1
Run volrend and wordcount
with pinning and without pinning,
on 2,3,4,5,6,7,8 nodes
...
...
@@ -291,7 +291,7 @@ while [[ $1 == -* ]]; do
esac
done
if
[[
$#
!=
7
]]
;
then
if
[[
$#
!=
6
]]
;
then
usage
exit
125
fi
...
...
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