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 8826 for branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/cfg/X64_CURIE_cron.cfg – NEMO

Ignore:
Timestamp:
2017-11-27T17:49:45+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Continuation of global refactoring of the tool: bugfixes, adjust cfg files mime property and default settings, improve error management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/cfg/X64_CURIE_cron.cfg

    • Property mime-type set to text/x-shellscript
    r8818 r8826  
    55## Default settings 
    66##--------------------------------------------------- 
    7 TRUST_JOB_ENV=${TRUST_IO_XIOS}/arch/arch-${TRUST_MAIN_HPCC}.env 
    8  
    97TRUST_COMPILE_FORTRAN='ifort' 
    10  
    118TRUST_COMPILE_MPI='bullxmpi/' 
    129TRUST_COMPILE_NETCDF='netcdf-[0-9]' 
     
    1411TRUST_IO_CDO='cdo' 
    1512 
    16 [ -z "${TRUST_COMPILE_NPROC}" ] && TRUST_COMPILE_NPROC='4' 
    17  
    18 TRUST_JOB_SCRIPT=${TRUST_MAIN_DIR}/batch/${TRUST_MAIN_HPCC}.sh 
    19 TRUST_JOB_SUBMIT="ccc_msub ${TRUST_JOB_SCRIPT} | grep -oe '\<[0-9]*\>'" 
    20  
    21 TRUST_JOB_STATE="ccc_mpp   | grep \${TRUST_JOB_ID}" 
     13TRUST_JOB_SUBMIT="ccc_msub \${TRUST_JOB_SCRIPT} | grep -oe '\<[0-9]*\>'" 
     14TRUST_JOB_STATE="ccc_mpp  | grep \${TRUST_JOB_ID}" 
    2215TRUST_JOB_INFO="ccc_macct        \${TRUST_JOB_ID}" 
    2316TRUST_JOB_KILL="ccc_mdel         \${TRUST_JOB_ID}" 
    24  
    25 [ -z "${TRUST_JOB_TIMEOUT}" ] && TRUST_JOB_TIMEOUT='10800' 
    2617 
    2718TRUST_JOB_TIME=" 
Note: See TracChangeset for help on using the changeset viewer.