3 # Launch the synthetic write benchmark.
6 SERVER=vrable2.sysnet.ucsd.edu
10 # Export any environment variables specified on the command line
13 if echo "$e" | grep = >/dev/null; then
19 mount -t nfs -o vers=3,tcp,rw,soft,intr $SERVER:/export $MNTDIR || exit 1
21 (echo -n "# "; date; cd $MNTDIR; /scratch/bluesky.git/microbench/writebench.py $SYNWRITE_RATE) >/scratch/synwrite/$BLUESKY_RUN_NAME-$SYNWRITE_RATE.times