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
Christopher Ferreira
erods-bench
Commits
36c33879
Commit
36c33879
authored
Jul 20, 2017
by
aumgn
Browse files
Fix exp/run
parent
831d7b7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
exp/run
View file @
36c33879
...
...
@@ -31,7 +31,7 @@ Usage: $script [-v] <programs> <pinning> <nodes> <use_perf> <autogroup> <lb_bias
-v toggle verbose mode
<programs> list of programs to run
<pinning> list of values among { cores, nodes, subset, none }
<pinning> list of values among { cores, nodes,
init,
subset, none }
<nodes> list of numbers of nodes
<use_perf> whether ('y') or not ('n') perf should be used
<autogroup> whether ('y') or not ('n') autogroup should be enabled
...
...
@@ -150,6 +150,7 @@ dump_args() {
echo
"PROGRAM =
$programs
"
>>
$args_file
echo
"PINNING =
$pinnings
"
>>
$args_file
echo
"NODES =
$nodes_list
"
>>
$args_file
echo
"USE_PERF =
$use_perfs
"
>>
$args_file
echo
"AUTOGROUP =
$autogroups
"
>>
$args_file
echo
"LB_BIAS =
$lb_biases
"
>>
$args_file
echo
"REPEAT =
$repeat
"
>>
$args_file
...
...
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