#!/bin/bash -l set -e set -x cd #grep -v '+mvapich2-1.2rc2-intel10.1' ~/.soft > ~/.soft2 && mv ~/.soft2 ~/.soft #grep -q '+mvapich-0.98-intel10.1' ~/.soft || echo '+mvapich-0.98-intel10.1' >> ~/.soft #soft delete +mvapich2-1.2rc2-intel10.1 #soft add +mvapich-0.98-intel10.1 #resoft #grep -q ':pserver:cvs_anon@cvs.cct.lsu.edu:2401/numrel Ay=0=' ~/.cvspass || echo ':pserver:cvs_anon@cvs.cct.lsu.edu:2401/numrel Ay=0=' >> ~/.cvspass rm -rf GetCactus Cactus misc /scratch/`whoami`/simulations/* svn checkout https://svn.cct.lsu.edu/repos/cactus/tutorials/introduction/examples/Cactus/misc wget http://www.cactuscode.org/download/GetCactus chmod 755 GetCactus ./GetCactus -repository=development -defaults -install=./Cactus ./misc/Thorns.th cd Cactus make wavetoy-config THORNLIST=../misc/Thorns.th options=../misc/queenbee.config PROMPT=no -j 4 make wavetoy -j 4