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

Ignore:
Timestamp:
2015-10-16T16:38:37+02:00 (8 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS18_TRUST Establishing common environment for installing & running trusting, consolidation of scripts & continuation of templates & help section improvments

File:
1 edited

Legend:

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

    r5788 r5799  
    22##--------------------------------------------------- 
    33 
    4 ARCH_ENV=${DIR_XIOS}/arch/arch-${TRUS_HPCC}.env 
    54 
    6 CMPF='ifort' 
    7 STR_CDOD='cdo/' 
    8 STR_LMPI='intel/impi/' 
    9 STR_NCDF='netcdf/' 
     5## Default settings 
     6##--------------------------------------------------- 
     7TRUS_ENVI=${TRUS_XIOS}/arch/arch-${TRUS_HPCC} 
    108 
    11 JOB_SUBM="llsubmit ${TRUS_DIR}/batch/${TRUS_HPCC}.sh | grep -oe '\<[0-9]*\>'" 
    12 JOB_STAT="llq      | grep \${JOB_ID}" 
    13 JOB_INFO="llq -x          \${JOB_ID}" 
    14 JOB_KILL="llcancel        \${JOB_ID}" 
     9TRUS_CDOD='cdo diffn' 
    1510 
    16 [ -z "${TRUS_NPRO}"   ] && TRUS_NPRO='16' 
    17 [ -z "$TIMEOUT" ] && TIMEOUT='10800' 
    1811 
    19 JOB_TIME="grep IdrisMemMPI NEMO_CI_\${JOB_ID} | cut -d, -f1 | awk '{print \$(NF-1),\$NF}'" 
    20 JOB_PMEM="grep IdrisMemMPI NEMO_CI_\${JOB_ID} | cut -d, -f3 | awk '{print \$3,\$4}'" 
    21 JOB_VMEM="grep IdrisMemMPI NEMO_CI_\${JOB_ID} | cut -d, -f2 | awk '{print \$3,\$4}'" 
     12## Job commands 
     13##--------------------------------------------------- 
     14TRUS_JSUB="llsubmit ${TRUS_DIRE}/batch/${TRUS_HPCC}.sh | grep -oe '\<[0-9]*\>'" 
     15TRUS_JSTA="llq      | grep \${JOB_ID}" 
     16TRUS_JKIL="llcancel        \${JOB_ID}" 
    2217 
    23 CDOD='cdo diffn' 
     18TRUS_JTIM="grep IdrisMemMPI NEMO_CI_\${JOB_ID} | cut -d, -f1 | awk '{print \$(NF-1),\$NF}'" 
     19TRUS_JPME="grep IdrisMemMPI NEMO_CI_\${JOB_ID} | cut -d, -f3 | awk '{print \$3     ,\$4 }'" 
     20TRUS_JVME="grep IdrisMemMPI NEMO_CI_\${JOB_ID} | cut -d, -f2 | awk '{print \$3     ,\$4 }'" 
     21 
     22TRUS_JINF="llq -x \${JOB_ID}" 
     23 
     24 
     25## Available softwares/librairies 
     26##--------------------------------------------------- 
     27TRUS_CMPF='ifort' 
     28TRUS_CDOR='cdo/' 
     29TRUS_MPIR='intel/impi/' 
     30TRUS_CDFR='netcdf/' 
     31 
     32 
     33## Personal settings 
     34##--------------------------------------------------- 
     35[ -z "${TRUS_NPRO}" ] && TRUS_NPRO='16' 
     36[ -z "${TRUS_TOUT}" ] && TRUS_TOUT='10800' 
     37 
     38PATH='/smplocal/pub/cdo/1.5.9/bin':$PATH 
     39#WRAPPER_LDFLAGS='-L/smplocal/pub/IdrMemMPI/1.4/lib -lidrmem' 
Note: See TracChangeset for help on using the changeset viewer.