51 |
selectexperiment='-t exp2' |
selectexperiment='-t exp2' |
52 |
selectexperiment='' |
selectexperiment='' |
53 |
# download code into this directory |
# download code into this directory |
54 |
TDIR=/ace/scr/mlosch/tmp_$VENDOR |
TDIR=/ace/user/mlosch/tmp_$VENDOR |
55 |
|
|
56 |
OPTFILE=../tools/build_options/SUPER-UX_SX-ACE_sxf90_awi |
OPTFILE=../tools/build_options/SUPER-UX_SX-ACE_sxf90_awi |
57 |
OPTFILE=/home/ace/mlosch/MITgcm/tools/build_options/SUPER-UX_SX-ACE_sxf90_awi |
#OPTFILE=/home/ace/mlosch/MITgcm/tools/build_options/SUPER-UX_SX-ACE_sxf90_awi |
58 |
|
|
59 |
RUNTESTREPORT="./testreport $MPI -of=${OPTFILE} $selectexperiment -small_f" |
RUNTESTREPORT="./testreport $MPI -of=${OPTFILE} $selectexperiment -small_f" |
60 |
# |
# |
61 |
# create batch script |
# create batch script |
62 |
# |
# |
63 |
cat << EOF > $HERE/$JOBSCRIPT |
cat << EOF > $HERE/$JOBSCRIPT |
64 |
###PBS -q ace-test # job queue not neccesary so far |
#PBS -q ace-r # job queue |
65 |
#PBS -N $JOBNAME # give the job a name |
#PBS -N $JOBNAME # give the job a name |
66 |
#PBS -l cpunum_job=$NPROCS # cpus per node |
#PBS -l cpunum_job=$NPROCS # cpus per node |
67 |
|
#PBS -l elapstim_req=2:00:00 |
68 |
#PBS -l cputim_job=2:00:00 # time limit |
#PBS -l cputim_job=2:00:00 # time limit |
69 |
#PBS -l memsz_job=32gb # max accumulated memory, we need this much because of many netcdf files |
#PBS -l memsz_job=32gb # max accumulated memory, we need this much because of many netcdf files |
70 |
#PBS -j o # join i/o |
#PBS -j o # join i/o |
160 |
echo "$RUNTESTREPORT -match 10 -runonly" >> $MYOUTPUT |
echo "$RUNTESTREPORT -match 10 -runonly" >> $MYOUTPUT |
161 |
#$RUNTESTREPORT -match 10 -runonly >> $MYOUTPUT 2>&1 |
#$RUNTESTREPORT -match 10 -runonly >> $MYOUTPUT 2>&1 |
162 |
$RUNTESTREPORT -match 10 -runonly \ |
$RUNTESTREPORT -match 10 -runonly \ |
163 |
-a "jmc@mitgcm.org, Martin.Losch@awi.de" >> $MYOUTPUT 2>&1 |
-a "jmc@mitgcm.org" >> $MYOUTPUT 2>&1 |
164 |
|
# -a "jmc@mitgcm.org, Martin.Losch@awi.de" >> $MYOUTPUT 2>&1 |
165 |
|
|
166 |
echo "end of mitgcmtestreport" |
echo "end of mitgcmtestreport" |