# COMPILER= # ifort/gfortran/pgfortran/$FC/... (to get compiler version with `$COMPILER --version`) MPI_NAME= # MPI libraries (directory name in $LOADEDMODULES or $PATH variable) # Job commands: JOB_SUBM= # Command to submit a job JOB_LIST= # " " to list submitted jobs (to know if the job still running) JOB_VIEW= # " " to get job informations (to increment a log during computing) JOB_DELE= # " " to stop a job (not used currently) # Directories DIR_WORK= # Directory of testing configuration for compilation DIR_SCRA= # " " "" " " " " " " computation to increase perfs on some super-computers # (will copy into it all requested input files forcing & ".*(cfg|opa|ref|xml)" files) DIR_STOR= # " " "" reference " " (output & restart files to compare) # External softs directories #DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0 # Uncomment if necessary #DIR_OASI=${DIR_WORK}/OASIS # Uncomment if necessary # Loading environment architecture (compliance with XIOS) #. ${DIR_XIOS}/arch/arch-${ARCH}.env # Uncomment if necessary