From a15b3904371caa7260c891de6717541a273d70cc Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 12 Sep 2017 11:22:00 -0400 Subject: [PATCH] raff is slooow --- tutorial/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/Makefile b/tutorial/Makefile index 91ed798..5c292a4 100644 --- a/tutorial/Makefile +++ b/tutorial/Makefile @@ -13,7 +13,7 @@ tar: update mv ../tutorial.tgz . upload: tar - scp tutorial.tgz raff.ml.cmu.edu:~/afs-home/www/10-605/gpigtut.tgz + scp tutorial.tgz tanka.ml.cmu.edu:~/www/10-605/gpigtut.tgz all-runs: run-wordcount run-ntup-wordcount run-prefcount run-wordcmp run-wordprob run-multi run-phirl run-reuse check-phirl run-add-ids echo all tests run, did you see any problems\?