# Copy to ./${CFG_ARCH}.cfg, fill in according to your installation # Super-computer configuration # Available softwares: CDO='' # CDO (Climate Data Operators) (directory name in $LOADEDMODULES or $PATH) # ex: 'cdo'/'nco'/... COMPILER='' # Fortran compiler (to get compiler release with `$COMPILER --version`) # ex: 'ifort'/'gfortran'/'pgfortran'/... MPI='' # MPI libraries (directory name in $LOADEDMODULES or $PATH) # ex: 'opempi'/'mpich'/... NETCDF='' # NetCDF " " ( " " "" "" "" "" " " ) # ex: 'netcdf42'/'netcdf-parallel'/... # Job commands (works with job ID): JOB_SUBM='' # Submit a job && get his ID in return # ex: "cmd ${NEMO_TRUS}/batch/${CFG_ARCH}.sh | awk '{print \$NF}'" JOB_LIST='' # List all submitted jobs (to determine by `grep` if a job completed or not) JOB_INFO='' # Get job informations with job ID as argument (filling a computation log) JOB_TIME='' # Get real CPU time computation "" " "" "" "" # ex: "${JOB_VIEW} ${JOB_ID} | awk 'END{print \$9}'" JOB_DELE='' # Kill submitted job "" " "" "" "" # Compiling & computing settings [ -z "$NPROC" ] && NPROC=1 # Processing units for compilation [ -z "${TIME_LIMI}" ] && TIME_LIMI='' # Utmost time in seconds to wait for completed job # Architecture environment (be careful with compliance with XIOS) ARCH_ENV='' # ${DIR_WORK}/XIOS/arch/arch-${CFG_ARCH}.env