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.
Changeset 5464 for branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/arch_template.cfg – NEMO

Ignore:
Timestamp:
2015-06-22T21:04:36+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE End of main script trusting.sh size reduction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/arch_template.cfg

    r5355 r5464  
    44 
    55# Available softwares: 
    6 CDO=''                    # CDO (Climate Data Operators) (root directory name in $LOADEDMODULES or $PATH) 
    7 COMPILER=''               # ifort/gfortran/pgfortran/... ( ""     " "     ""  ""       ""       ""  " " ) 
    8 MPI=''                    # MPI    libraries             ( ""     " "     ""  ""       ""       ""  " " ) 
    9 NETCDF=''                 # NetCDF    " "                ( ""     " "     ""  ""       ""       ""  " " ) 
     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                                           # ( ""     " "     ""  ""       ""       ""  " " ) 
    1014 
    11 # Job commands: 
     15# Job commands (works with job ID): 
    1216JOB_SUBM=''               # Submit a job && get his ID in return 
    13 JOB_LIST=''                  # List submitted jobs  (to know if the job is in progress with his ID) 
    14 JOB_VIEW=''               # Get job informations (to increment a log during computing from job ID) 
    15 JOB_DELE=''               # Stop a job           (not used currently) 
     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) 
    1620 
    1721# Compiling & computing settings 
    18 [ -z "$NPROC"       ] && NPROC=1          # Number of processing units 
    19 [ -z "${TIME_LIMI}" ] && TIME_LIMI=''     # Timeout in s (pending & running) 
     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) 
    2025 
    2126# Architecture environment (be careful with compliance with XIOS) 
Note: See TracChangeset for help on using the changeset viewer.