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

Ignore:
Timestamp:
2015-06-04T20:09:56+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Many improvments

File:
1 edited

Legend:

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

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