/[MITgcm]/MITgcm_contrib/test_scripts/sxace/mitgcmtestreport
ViewVC logotype

Diff of /MITgcm_contrib/test_scripts/sxace/mitgcmtestreport

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by mlosch, Wed Apr 8 14:28:53 2015 UTC revision 1.2 by mlosch, Tue Sep 1 08:03:35 2015 UTC
# Line 51  JOBSCRIPT=job_${VENDOR} Line 51  JOBSCRIPT=job_${VENDOR}
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
# Line 159  echo "now run testreport for a final tim Line 160  echo "now run testreport for a final tim
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"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22