Changeset 10631 for utils/CI/sette/BATCH_TEMPLATE/batch-X64_MOBILIS
- Timestamp:
- 2019-02-04T17:19:48+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette/BATCH_TEMPLATE/batch-X64_MOBILIS
r10450 r10631 1 1 #!/bin/bash 2 2 #SBATCH -N NODES 3 #SBATCH --time=0 0:59:003 #SBATCH --time=03:59:00 4 4 5 5 module purge 6 6 module load shared 7 module use /home/acc/MyMods 8 # set programming environment and XIO_HOME 9 module load nemo-PrgEnv/4.0 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 10 12 11 13 # … … 14 16 export XCORES=NXIOPROCS 15 17 export SETTE_DIR=DEF_SETTE_DIR 18 export XIO_HOME=/hpcdata/working/smueller/xios-2.5 16 19 # 17 20 # load sette functions (only post_test_tidyup needed)
Note: See TracChangeset
for help on using the changeset viewer.