/[MITgcm]/MITgcm_contrib/test_scripts/svante/test_submit_svante
ViewVC logotype

Diff of /MITgcm_contrib/test_scripts/svante/test_submit_svante

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

revision 1.13 by jmc, Fri Apr 14 21:02:06 2017 UTC revision 1.15 by jmc, Thu Dec 28 17:33:38 2017 UTC
# Line 21  QSUB="/usr/bin/sbatch" Line 21  QSUB="/usr/bin/sbatch"
21  QLIST="/usr/bin/squeue -u $USER"  QLIST="/usr/bin/squeue -u $USER"
22  dNam='svante'  dNam='svante'
23  HERE="$HOME/test_${dNam}"  HERE="$HOME/test_${dNam}"
24  TST_DISK="/net/fs09/d0/jm_c"  TST_DISK="/net/fs09/d1/jm_c"
25  TST_DIR="$TST_DISK/test_${dNam}"  TST_DIR="$TST_DISK/test_${dNam}"
26  logPfix='test_submit'  logPfix='test_submit'
27    
# Line 147  cd $OUT_DIR Line 147  cd $OUT_DIR
147        'pgiMth') sfx='pgi_mth' ;;        'pgiMth') sfx='pgi_mth' ;;
148               *) sfx=`echo ${i} | sed 's/MPI$/_mpi/'`  ;;               *) sfx=`echo ${i} | sed 's/MPI$/_mpi/'`  ;;
149      esac      esac
150      BATCH_SCRIPT="test_svante_$sfx"      BATCH_SCRIPT="test_${dNam}_$sfx"
151      if test -f $SUB_DIR/$BATCH_SCRIPT ; then      if test -f $SUB_DIR/$BATCH_SCRIPT ; then
152        #- job name ( $JOB ) & output-file name ( $JOB.std??? ) must match        #- job name ( $JOB ) & output-file name ( $JOB.std??? ) must match
153        #  definition within $BATCH_SCRIPT slurm script        #  definition within $BATCH_SCRIPT slurm script

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.22