#!/bin/sh

TOP=`pwd`

REPO="http://www.nic.uoregon.edu/~amorris/regression"

mkdir tar
cd tar
wget $REPO/apps/vorpal/hdf5-1.6.5.tar.gz
wget $REPO/apps/vorpal/txbase-2.2.8.tar.gz
wget $REPO/apps/vorpal/vorpal-2.0.0.tar.gz
wget $REPO/apps/vorpal/opteron246-gcc3.4-opt-mpich1.2.6.tgz
wget $REPO/apps/vorpal/vptests-2.0.0.tar.gz
wget $REPO/apps/vorpal/smooth20-2d.sh
wget $REPO/apps/vorpal/smooth20.pre

chmod +x smooth20-2d.sh smooth20.pre
cd $TOP
./full_clean.sh
./full_rebuild_notau.sh
./build_tau.sh
./run_tau.sh
