# Copy to ./$ARCH.cfg, fill in according to your installation # Super-computer configuration # Available softwares: CDO='' # CDO (Climate Data Operators) # (root directory name in $LOADEDMODULES or $PATH) COMPILER='' # ifort/gfortran/pgfortran/... # (to get compiler release with command `$COMPILER --version`) MPI='' # MPI libraries # ( "" " " "" "" "" "" " " ) NETCDF='' # NetCDF " " # ( "" " " "" "" "" "" " " ) # Job commands (works with job ID): JOB_SUBM='' # Submit a job && get his ID in return JOB_LIST='' # List all submitted jobs to search for job ID with `grep` JOB_VIEW='' # Get job informations (to fill in a log during computing) JOB_DELE='' # Kill a job (in case of crash or time limit reaching) # Compiling & computing settings [ -z "$NPROC" ] && NPROC=1 # Processing units for compilation [ -z "${TIME_LIMI}" ] && TIME_LIMI='' # Utmost time in seconds to wait for finished job # (pending & running) # Architecture environment (be careful with compliance with XIOS) ARCH_ENV='' # ${DIR_WORK}/XIOS/arch/arch-${CFG_ARCH}.env