Changeset 10632
- Timestamp:
- 2019-02-04T17:40:20+01:00 (6 years ago)
- Location:
- utils/CI/sette
- Files:
-
- 4 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) -
utils/CI/sette/all_functions.sh
r10631 r10632 196 196 # Creation of NEMO_VALIDATION tree 197 197 export LANG=en_US 198 REVISION_NB=`svn info ${SETTE_DIR}/.. | grep -i "Last Changed Rev:" | sed -e "s/ //g" | cut -d ":" -f 2`198 REVISION_NB=`svn info ${SETTE_DIR}/../.. | grep -i "Last Changed Rev:" | sed -e "s/ //g" | cut -d ":" -f 2` 199 199 if [ ${#REVISION_NB} -eq 0 ] 200 200 then -
utils/CI/sette/param.cfg
r10631 r10632 1 WORKDIR=/hpcdata/working/smueller/NEMO_dev/releases/release-4.02 SCRATCHDIR=/hpcdata/working/smueller/3 1 #- forcing files storing 4 FORCING_DIR=$ SCRATCHDIR/FORCING_NEMO_v4.02 FORCING_DIR=$WORKDIR/FORCING 5 3 #- input files storing 6 4 INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 … … 8 6 #TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 9 7 #- VALIDATION files storing 10 NEMO_VALIDATION_DIR= /hpcdata/working/smueller/NEMO_dev/releases/release-4.0/NEMO_VALIDATION8 NEMO_VALIDATION_DIR=$WORKDIR/NEMO_VALIDATION -
utils/CI/sette/sette.sh
r10631 r10632 88 88 # 89 89 # Compiler among those in NEMOGCM/ARCH 90 COMPILER=X64_ MOBILIS91 92 export BATCH_COMMAND_PAR=" sbatch"93 export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 90 COMPILER=X64_ADA 91 92 export BATCH_COMMAND_PAR="llsubmit" 93 export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 94 94 export INTERACT_FLAG="no" 95 95 export MPIRUN_FLAG="yes" … … 105 105 # Settings which control the use of stand alone servers (only relevant if using xios) 106 106 # 107 export USING_MPMD=" yes"108 export NUM_XIOSERVERS= 1109 export JOB_PREFIX=batch 107 export USING_MPMD="no" 108 export NUM_XIOSERVERS=4 109 export JOB_PREFIX=batch-mpmd 110 110 # 111 111 if [ ${USING_MPMD} == "no" ] … … 143 143 # SPITZ12 : 9 regional configuration including sea-ice and tides (Spitzbergen) 144 144 145 for config in 4145 for config in 1 2 3 4 5 6 7 8 9 146 146 do 147 147
Note: See TracChangeset
for help on using the changeset viewer.