| 14 |
TEST_LIST=$* |
TEST_LIST=$* |
| 15 |
fi |
fi |
| 16 |
|
|
| 17 |
QSUB="qsub" |
#QSUB="qsub" |
| 18 |
QSTAT="qstat" |
#QSTAT="qstat" |
| 19 |
dNam=`hostname -s` |
#dNam=`hostname -s` |
| 20 |
|
QSUB="/usr/bin/sbatch" |
| 21 |
|
QSTAT="/usr/bin/qstat" |
| 22 |
|
dNam='svante' |
| 23 |
HERE="$HOME/test_${dNam}" |
HERE="$HOME/test_${dNam}" |
| 24 |
TST_DISK="/net/fs09/d0" |
TST_DISK="/net/fs09/d0" |
| 25 |
TST_DIR="$TST_DISK/jm_c/test_${dNam}" |
TST_DIR="$TST_DISK/jm_c/test_${dNam}" |
| 54 |
# Turn off stack limit for FIZHI & AD-tests |
# Turn off stack limit for FIZHI & AD-tests |
| 55 |
ulimit -s unlimited |
ulimit -s unlimited |
| 56 |
|
|
| 57 |
if test -f /etc/profile.d/modules.sh ; then |
if test -f /etc/profile.d/modules.sh ; then . /etc/profile.d/modules.sh ; fi |
| 58 |
. /etc/profile.d/modules.sh |
if test -f /etc/profile.d/zz_modules.sh ; then . /etc/profile.d/zz_modules.sh ; fi |
|
fi |
|
| 59 |
#- load standard modules: |
#- load standard modules: |
| 60 |
module add fedora torque maui svante |
#module add fedora slurm maui svante |
| 61 |
|
module add slurm |
| 62 |
module list >> $LOG_FIL 2>&1 |
module list >> $LOG_FIL 2>&1 |
| 63 |
|
|
| 64 |
#- method to acces CVS: |
#- method to acces CVS: |