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/config – NEMO

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

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

dev_r5092_CNRS_SETTE Ping pong updates between Curie & Ada to finalize

File size: 1.8 KB
Line 
1# Copy to ./${CFG_ARCH}.cfg, fill in according to your installation
2
3# Super-computer configuration
4
5# Available softwares:
6CDO=''                    # CDO (Climate Data Operators) (directory name in $LOADEDMODULES or $PATH)
7                                             # ex: 'cdo'/'nco'/...
8COMPILER=''               # Fortran compiler (to get compiler release with `$COMPILER --version`)
9                                             # ex: 'ifort'/'gfortran'/'pgfortran'/...
10MPI=''                    # MPI    libraries             (directory name in $LOADEDMODULES or $PATH)
11                                             # ex: 'opempi'/'mpich'/...
12NETCDF=''                 # NetCDF    " "                (   " "     ""  ""       ""       ""  " " )
13                                             # ex: 'netcdf42'/'netcdf-parallel'/...
14
15# Job commands (works with job ID):
16JOB_SUBM=''               # Submit a job && get his ID in return
17                                             # ex: "cmd ${NEMO_TRUS}/batch/${CFG_ARCH}.sh | awk '{print \$NF}'"
18JOB_LIST=''                  # List all submitted jobs (to determine by `grep` if a job completed or not)
19JOB_INFO=''               # Get job informations          with job ID as argument (filling a computation log)
20JOB_TIME=''                               # Get real CPU time computation  ""   "  "" ""    ""   
21                                             # ex: "${JOB_VIEW} ${JOB_ID} | awk 'END{print \$9}'"
22JOB_DELE=''               # Kill submitted job             ""   "  "" ""    ""   
23
24# Compiling & computing settings
25[ -z "$NPROC"       ] && NPROC=1          # Processing units for compilation
26[ -z "${TIME_LIMI}" ] && TIME_LIMI=''     # Utmost time in seconds to wait for completed job
27
28# Architecture environment (be careful with compliance with XIOS)
29ARCH_ENV=''                               # ${DIR_WORK}/XIOS/arch/arch-${CFG_ARCH}.env
Note: See TracBrowser for help on using the repository browser.