| 67 |
done |
done |
| 68 |
|
|
| 69 |
echo -n "Creating a temp directory ..." |
echo -n "Creating a temp directory ..." |
| 70 |
cd ~/u3_edhill/testing |
cd ~/d31/testing |
| 71 |
mach=`hostname` |
mach=`hostname` |
| 72 |
file=${OPTFILE##*/} |
file=${OPTFILE##*/} |
| 73 |
tdir=$mach"_"$file |
tdir=$mach"_"$file |
| 77 |
|
|
| 78 |
echo -n "Downloading the MITgcm code over CVS ..." |
echo -n "Downloading the MITgcm code over CVS ..." |
| 79 |
cd $tdir |
cd $tdir |
| 80 |
export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
export CVSROOT='/u/gcmpack' |
| 81 |
cvs co MITgcm > /dev/null 2>&1 |
cvs co MITgcm > /dev/null 2>&1 |
| 82 |
echo " done" |
echo " done" |
| 83 |
|
|
| 90 |
echo " \"$comm\"" |
echo " \"$comm\"" |
| 91 |
echo "======================" |
echo "======================" |
| 92 |
echo |
echo |
| 93 |
$comm |
$comm |
| 94 |
|
|
| 95 |
|
echo "Running testreport using:" |
| 96 |
|
cd MITgcm/verification |
| 97 |
|
comm="./testreport -adm $IEEE -a edhill@mitgcm.org" |
| 98 |
|
if test "x$OPTFILE" != x ; then |
| 99 |
|
comm="$comm -of=$OPTFILE" |
| 100 |
|
fi |
| 101 |
|
echo " \"$comm\"" |
| 102 |
|
echo "======================" |
| 103 |
|
echo |
| 104 |
|
$comm |
| 105 |
|
|