New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
arch_template.cfg in branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/cfg – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/cfg/arch_template.cfg @ 5355

Last change on this file since 5355 was 5355, checked in by nicolasmartin, 9 years ago

dev_r5092_CNRS_SETTE Many improvments

File size: 1.2 KB
RevLine 
[5286]1# Copy to ./$ARCH.cfg, fill in according to your installation
[5283]2
[5286]3# Super-computer configuration
4
5# Available softwares:
[5355]6CDO=''                    # CDO (Climate Data Operators) (root directory name in $LOADEDMODULES or $PATH)
7COMPILER=''               # ifort/gfortran/pgfortran/... ( ""     " "     ""  ""       ""       ""  " " )
8MPI=''                    # MPI    libraries             ( ""     " "     ""  ""       ""       ""  " " )
9NETCDF=''                 # NetCDF    " "                ( ""     " "     ""  ""       ""       ""  " " )
[5286]10
[5283]11# Job commands:
[5355]12JOB_SUBM=''               # Submit a job && get his ID in return
13JOB_LIST=''                  # List submitted jobs  (to know if the job is in progress with his ID)
14JOB_VIEW=''               # Get job informations (to increment a log during computing from job ID)
15JOB_DELE=''               # Stop a job           (not used currently)
[5283]16
[5355]17# Compiling & computing settings
18[ -z "$NPROC"       ] && NPROC=1          # Number of processing units
19[ -z "${TIME_LIMI}" ] && TIME_LIMI=''     # Timeout in s (pending & running)
[5283]20
[5286]21# Architecture environment (be careful with compliance with XIOS)
[5355]22ARCH_ENV=''                               # ${DIR_WORK}/XIOS/arch/arch-${CFG_ARCH}.env
Note: See TracBrowser for help on using the repository browser.