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

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/config/X64_ADA.cfg @ 5799

Last change on this file since 5799 was 5799, checked in by nicolasmartin, 9 years ago

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

File size: 1.2 KB
Line 
1## Ada configuration
2##---------------------------------------------------
3
4
5## Default settings
6##---------------------------------------------------
7TRUS_ENVI=${TRUS_XIOS}/arch/arch-${TRUS_HPCC}
8
9TRUS_CDOD='cdo diffn'
10
11
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}"
17
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 TracBrowser for help on using the repository browser.