"tests/csrc/gemm_dequantize/th_gemm_dequantize.cc" did not exist on "fe46dac2c2ea1a988929fba05e9d3d3c9b11dfd7"
Commit 7a3a92f2 authored by Jialin Li's avatar Jialin Li
Browse files

experiments: fix shell script arg bug

parent 670de9df
......@@ -263,7 +263,7 @@ run_ns3_sequencer() {
done
$NS3_BASE/cosim-run.sh sequencer sequencer-single-switch-example \
$ports $4 &>$OUTDIR/ns3_sequencer.$1.log &
$ports $5 &>$OUTDIR/ns3_sequencer.$1.log &
pid=$!
ALL_PIDS="$ALL_PIDS $pid"
return $pid
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment