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 |
|
|
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 |