2 커밋 a3388b470b ... eb09fc4e8f

작성자 SHA1 메시지 날짜
  Ian Goldberg eb09fc4e8f Reproduction scripts for the two graphs in the paper 2 달 전
  Ian Goldberg a3388b470b Reproduction scripts for the two graphs in the paper 2 달 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      repro/repro_fig7b

+ 1 - 1
repro/repro_fig7b

@@ -20,6 +20,6 @@ run() {
     echo -n "# "; date
 }
 
-for nthreads in $* do
+for nthreads in $*; do
     run $nthreads | tee -a `hostname`.core${nthreads}.out
 done