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/SETTE/cfg – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/cfg/arch_template.cfg @ 5286

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

dev_r5092_CNRS_SETTE Major update with clear partition of architecture & user configuration

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:
6CDO=''                  # CDO (Climate Data Operators)     (to get application version with `$CDO      --version`)
7COMPILER=''             # ifort/gfortran/pgfortran/$FC/... ("" " " compiler      " "    ""  `$COMPILER --version`)
8MPI=''                  # MPI    libraries                 (root directory name in $LOADEDMODULES or $PATH variable)
9NETCDF=''               # NetCDF    " "                    ( ""     " "     ""  ""       ""       ""  " "     ""   )
10
[5283]11# Job commands:
[5286]12JOB_SUBM=''             # Command to submit a job && get his ID in return
13JOB_LIST=''                #   " "   to list submitted jobs  (to know if the job is in progress with his ID)
14JOB_VIEW=''             #   " "   to get job informations (to increment a log during computing from job ID)
15JOB_DELE=''             #   " "   to stop a job           (not used currently)
[5283]16
[5286]17#
18[ -z "$NPROC"     ] && NPROC=1          # Number of processing units for compilation
19[ -z "$TIME_LIMI" ] && TIME_LIMI=''     # Timeout in s for computation (pending & running)
[5283]20
[5286]21# Architecture environment (be careful with compliance with XIOS)
22ARCH_ENV=''                             # ${DIR_WORK}/XIOS/arch/arch-${ARCH}.env
Note: See TracBrowser for help on using the repository browser.