소스 검색

runexp typo corrected

avadapal 2 년 전
부모
커밋
efc45bdff7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Docker/run-experiment.sh

+ 1 - 1
Docker/run-experiment.sh

@@ -29,7 +29,7 @@ items=$((1<<size))
 echo ===== Running duoram $mode $size $iters
 date "+===== Start %s %F %T"
 
-if [ "$4" != "online" ]; then
+if [ "$4" == "online" ]; then
     # Run, saving the output
     savefilep2=$$.p2.out
     savefilep0=$$.p1.out