瀏覽代碼

Correct the merge

Ian Goldberg 2 年之前
父節點
當前提交
77877fc0b1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Docker/run-experiment.sh

+ 2 - 2
Docker/run-experiment.sh

@@ -119,8 +119,8 @@ date "+===== Start %s %F %T"
 
     if [ "$1" = "write" -a "$5" = "2P" -a "$4" = "preproc" ]; then
         # Run, saving the output
-        savefilep0=$$.p1.out
-        savefilep1=$$.p0.out
+        savefilep0=$$.p0.out
+        savefilep1=$$.p1.out
         docker exec -w /root/duoram/2p-preprocessing duoram_p1 ./OT $p0addr $p1addr 1  $((128*iters*size*3))  &
         echo "P1 launched"
         sleep 1