1
0

4 Коміти 5432680530 ... dd3b851d57

Автор SHA1 Опис Дата
  Ian Goldberg dd3b851d57 multithread support for PartialEval 3 місяців тому
  Ian Goldberg eb09fc4e8f Reproduction scripts for the two graphs in the paper 2 місяців тому
  Ian Goldberg 5432680530 multithread support for PartialEval 3 місяців тому
  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