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

Ignore:
Timestamp:
2015-10-12T20:28:35+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS18_TRUST Several enhancements (global variables rename, notification mail object, add job performances, templates description, script to install new minimal branch to test) to improve accessibility for NEMO users & bugfixes (tar creation, modulefiles)

File:
1 edited

Legend:

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

    r5697 r5788  
    1 ## Curie configuration 
    2 ##-------------------- 
     1## Curie configuration (`cron` version) 
     2##--------------------------------------------------- 
    33 
    4 ## Available softwares: 
    5 CDO='netcdf-utils-' 
    6 COMPILER='ifort' 
    7 MPI='bullxmpi/' 
    8 NETCDF='netcdf-' 
     4ARCH_ENV=${DIR_XIOS}/arch/arch-${TRUS_HPCC}.env 
    95 
    10 ## Job commands: ccc_* 
    11 JOB_SUBM="ccc_msub ${NEMO_TRUS}/batch/${NEMO_HPCC}.sh | grep -oe '\<[0-9]*\>'" 
    12 JOB_LIST=ccc_mpp 
     6STR_CDOD='netcdf-utils-' 
     7CMPF='ifort' 
     8STR_LMPI='bullxmpi/' 
     9STR_NCDF='netcdf-' 
     10 
     11JOB_SUBM="ccc_msub ${TRUS_DIR}/batch/${TRUS_HPCC}.sh | grep -oe '\<[0-9]*\>'" 
     12JOB_STAT=ccc_mpp 
    1313JOB_INFO=ccc_macct 
     14JOB_KILL=ccc_mdel 
     15 
     16[ -z "${TRUS_NPRO}"       ] && TRUS_NPRO='16' 
     17[ -z "${TIMEOUT}" ] && TIMEOUT='10800' 
     18 
    1419JOB_TIME="ccc_macct \${JOB_ID} | awk '/opa/ {print \$9}'" 
    15 JOB_DELE=ccc_mdel 
     20JOB_PMEM="ccc_macct \${JOB_ID} | awk " 
     21JOB_VMEM="ccc_macct \${JOB_ID} | awk " 
    1622 
    17 ## Compiling & computing settings 
    18 [ -z "$NPROC"       ] && NPROC=16 
    19 [ -z "${TIME_LIMI}" ] && TIME_LIMI=10800 # 3h 
    20  
    21 ## Architecture environment (be careful with compliance with XIOS) 
    22 ARCH_ENV=${DIR_XIOS}/arch/arch-${NEMO_HPCC}.env 
    23  
    24 ## $CDO command to compare 2 datasets 
    2523CDOD='cdo diffn' 
Note: See TracChangeset for help on using the changeset viewer.