Browse Source

Correct the merge

Ian Goldberg 2 years ago
parent
commit
77877fc0b1
1 changed files with 2 additions and 2 deletions
  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