Changeset 10632 for utils/CI/sette/BATCH_TEMPLATE/batch-X64_MOBILIS
- Timestamp:
- 2019-02-04T17:40:20+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette/BATCH_TEMPLATE/batch-X64_MOBILIS
r10631 r10632 1 1 #!/bin/bash 2 2 #SBATCH -N NODES 3 #SBATCH --time=0 3:59:003 #SBATCH --time=00:59:00 4 4 5 5 module purge 6 6 module load shared 7 module load gcc 8 module load noc/intel/17.0.4 9 module load openmpi/intel/64/1.6.5 10 module load slurm/16.05.8 11 module load noc/subversion/1.7.16 7 module use /home/acc/MyMods 8 # set programming environment and XIO_HOME 9 module load nemo-PrgEnv/4.0 12 10 13 11 # … … 16 14 export XCORES=NXIOPROCS 17 15 export SETTE_DIR=DEF_SETTE_DIR 18 export XIO_HOME=/hpcdata/working/smueller/xios-2.519 16 # 20 17 # load sette functions (only post_test_tidyup needed)
Note: See TracChangeset
for help on using the changeset viewer.