X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=deploy-cs.sh;h=0afc09b72b4bb3fa3ee84b3dc21b1806576e42bc;hp=98f98f15af2031c32361d638455e4ebe4b9626ce;hb=b94774b8783de1b4eabc3ca4b0ef6aeee7a89538;hpb=fb2b45c84b603f347ce3bbf37512408f6f404941 diff --git a/deploy-cs.sh b/deploy-cs.sh index 98f98f1..0afc09b 100755 --- a/deploy-cs.sh +++ b/deploy-cs.sh @@ -4,11 +4,11 @@ set -e BASE=../ -SERVERS="dc-8.calit2.uci.edu dc-9.calit2.uci.edu dc-10.calit2.uci.edu dc-11.calit2.uci.edu" +SERVERS="dc-4.calit2.uci.edu dc-5.calit2.uci.edu dc-7.calit2.uci.edu dc-8.calit2.uci.edu dc-9.calit2.uci.edu dc-10.calit2.uci.edu dc-11.calit2.uci.edu" REMOTEDIR="/scratch/hamed/" INFILE="constraint_compiler/" SRC="constraint_compiler/src/" -SHAREDDIR="~/" +SHAREDDIR=~/ OUTFILE=csolver.tar.gz USER=hamed