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 @ 5464

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

dev_r5092_CNRS_SETTE End of main script trusting.sh size reduction

File size: 1.4 KB
Line 
1# Copy to ./$ARCH.cfg, fill in according to your installation
2
3# Super-computer configuration
4
5# Available softwares:
6CDO=''                    # CDO (Climate Data Operators)
7                                           # (root directory name in $LOADEDMODULES or $PATH)
8COMPILER=''               # ifort/gfortran/pgfortran/...
9                                           # (to get compiler release with command `$COMPILER --version`)
10MPI=''                    # MPI    libraries
11                                           # ( ""     " "     ""  ""       ""       ""  " " )
12NETCDF=''                 # NetCDF    " "   
13                                           # ( ""     " "     ""  ""       ""       ""  " " )
14
15# Job commands (works with job ID):
16JOB_SUBM=''               # Submit a job && get his ID in return
17JOB_LIST=''                  # List all submitted jobs to search for job ID with `grep`
18JOB_VIEW=''               # Get job informations (to fill in a log during computing)
19JOB_DELE=''               # Kill a job (in case of crash or time limit reaching)
20
21# Compiling & computing settings
22[ -z "$NPROC"       ] && NPROC=1          # Processing units for compilation
23[ -z "${TIME_LIMI}" ] && TIME_LIMI=''     # Utmost time in seconds to wait for finished job
24                                           # (pending & running)
25
26# Architecture environment (be careful with compliance with XIOS)
27ARCH_ENV=''                               # ${DIR_WORK}/XIOS/arch/arch-${CFG_ARCH}.env
Note: See TracBrowser for help on using the repository browser.