Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102876495
all-run-1
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 25, 03:00
Size
2 KB
Mime Type
text/x-shellscript
Expires
Thu, Feb 27, 03:00 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24406653
Attached To
R3704 elastic-yarn
all-run-1
View Options
#!/bin/bash
NODES
=
"147 148 149"
for
trace in
`
cat all-traces
`
do
ID_TRACE
=
`
echo
$trace
| grep -o
'[0-9]*\.trace'
| grep -o
'[0-9]*'
`
traceArray
[
$ID_TRACE
]=
$trace
done
LOG_FILE
=
"crt-output`echo $0 | grep -o '[0-9a-zA-Z-]*'`"
>
$LOG_FILE
run
(){
echo
"Now using TRACE_FILE: "
${
traceArray
[
$1
]
}
""
#./run-in-parallel.sh $TRACE_FILE $TOPO_FILE $PENALTY "$NODES" $ESTERROR $INITIAL_BUMP $MIN_RATIO $HB_INTERVAL $CORES $P1 0 0 0 0 2>&1 | tee -a $LOG_FILE
./run-in-parallel.sh
"${traceArray[$1]}"
$2
$3
"$NODES"
$4
$5
$6
$7
$8
$9
0 0 0 0 2>&1 | tee -a
$LOG_FILE
#echo "./run-in-parallel.sh "${traceArray[$1]}" $2 $3 \"$NODES\" $4 $5 $6 $7 $8 $9 0 0 0 0 2>&1 | tee -a $LOG_FILE"
}
# $TRACE_FILE $TOPO_FILE $PENALTY $ESTERROR $INITIAL_BUMP $MIN_RATIO $HB_INTERVAL $CORES $P1
run 3144
"topo-100"
"power1"
0 1.5 10 1000 500 50
run 3144
"topo-100"
"sawtooth"
0 1.5 10 1000 500 50
run 3144
"topo-100"
"sawtooth"
0 3 10 1000 500 50
run 3144
"topo-100"
"step"
0 1.5 10 1000 500 50
run 3144
"topo-100"
"step"
0 3 10 1000 500 50
run 3144
"topo-100"
"flat"
0 1.5 10 1000 500 50
run 3144
"topo-100"
"flat"
0 1.5 10 1000 500 50
run 3144
"topo-100"
"power1"
0 1.5 10 1000 10 50
run 3144
"topo-100"
"sawtooth"
0 1.5 10 1000 10 50
run 3144
"topo-100"
"sawtooth"
0 3 10 1000 10 50
run 3144
"topo-100"
"step"
0 1.5 10 1000 10 50
run 3144
"topo-100"
"step"
0 3 10 1000 10 50
run 3144
"topo-100"
"flat"
0 1.5 10 1000 10 50
run 3144
"topo-100"
"flat"
0 1.5 10 1000 10 50
Event Timeline
Log In to Comment