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

Ignore:
Timestamp:
2015-06-24T15:12:16+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Ping pong updates between Curie & Ada to finalize

File:
1 edited

Legend:

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

    r5464 r5472  
    1 # Copy to ./$ARCH.cfg, fill in according to your installation 
     1# Copy to ./${CFG_ARCH}.cfg, fill in according to your installation 
    22 
    33# Super-computer configuration 
    44 
    55# Available softwares: 
    6 CDO=''                    # CDO (Climate Data Operators) 
    7                                            # (root directory name in $LOADEDMODULES or $PATH) 
    8 COMPILER=''               # ifort/gfortran/pgfortran/... 
    9                                            # (to get compiler release with command `$COMPILER --version`) 
    10 MPI=''                    # MPI    libraries 
    11                                            # ( ""     " "     ""  ""       ""       ""  " " ) 
    12 NETCDF=''                 # NetCDF    " "    
    13                                            # ( ""     " "     ""  ""       ""       ""  " " ) 
     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'/... 
    1414 
    1515# Job commands (works with job ID): 
    1616JOB_SUBM=''               # Submit a job && get his ID in return 
    17 JOB_LIST=''                  # List all submitted jobs to search for job ID with `grep` 
    18 JOB_VIEW=''               # Get job informations (to fill in a log during computing) 
    19 JOB_DELE=''               # Kill a job (in case of crash or time limit reaching) 
     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             ""   "  "" ""    ""    
    2023 
    2124# Compiling & computing settings 
    2225[ -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) 
     26[ -z "${TIME_LIMI}" ] && TIME_LIMI=''     # Utmost time in seconds to wait for completed job 
    2527 
    2628# Architecture environment (be careful with compliance with XIOS) 
Note: See TracChangeset for help on using the changeset viewer.