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

Ignore:
Timestamp:
2015-07-29T20:33:51+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Wide modifications on trusting_func.sh for clearness & other significant changes on different names

File:
1 edited

Legend:

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

    r5483 r5644  
    1 # Copy to ./${CFG_ARCH}.cfg, fill in according to your installation 
     1# Copy to ./${NEMO_HPCC}.cfg, fill in according to your installation 
    22 
    33# Super-computer configuration 
     
    1515# Job commands (works with job ID): 
    1616JOB_SUBM=''               # Submit a job && get his ID in return 
    17                                              # ex: "cmd ${NEMO_TRUS}/batch/${CFG_ARCH}.sh | awk '{print \$NF}'" 
     17                                             # ex: "cmd ${NEMO_TRUS}/batch/${NEMO_HPCC}.sh | awk '{print \$NF}'" 
    1818JOB_LIST=''                  # List all submitted jobs (to determine by `grep` if a job completed or not) 
    1919JOB_INFO=''               # Get job informations          with job ID as argument (filling a computation log) 
     
    2727 
    2828# Architecture environment (be careful with compliance with XIOS) 
    29 ARCH_ENV=''                               # ${DIR_WORK}/XIOS/arch/arch-${CFG_ARCH}.env 
     29ARCH_ENV=''                               # ${DIR_WORK}/XIOS/arch/arch-${NEMO_HPCC}.env 
Note: See TracChangeset for help on using the changeset viewer.