| 252 |
ncolor="#bbddff" |
ncolor="#bbddff" |
| 253 |
res_url="http://mitgcm.org/testing/" |
res_url="http://mitgcm.org/testing/" |
| 254 |
|
|
| 255 |
MACHINES="faulks shelley myrinet eaps halem" |
MACHINES="faulks shelley myrinet eaps halem columbia" |
| 256 |
MACHINES="$MACHINES hopper lomax turing orion bf bs slough sea" |
MACHINES="$MACHINES hopper lomax turing orion bf bs slough sea" |
| 257 |
MACHINES="$MACHINES eddy adams dolphin hemmingway altix350" |
MACHINES="$MACHINES eddy adams dolphin hemmingway altix350" |
| 258 |
|
|
| 292 |
OPTFILE=${OPTFILE##*/} |
OPTFILE=${OPTFILE##*/} |
| 293 |
fi |
fi |
| 294 |
if test "x$OPTFILE" = x ; then |
if test "x$OPTFILE" = x ; then |
| 295 |
comm=`grep '^# OPTFILE=' $dir/*/Makefile 2>/dev/null | head -1` |
comm=`grep '^# OPTFILE=' $dir/*/Makefile* 2>/dev/null | head -1` |
| 296 |
comm=${comm##*#} |
comm=${comm##*#} |
| 297 |
eval $comm |
eval $comm |
| 298 |
OPTFILE=${OPTFILE##*/} |
OPTFILE=${OPTFILE##*/} |