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 @ 5935

Last change on this file since 5935 was 5934, checked in by nicolasmartin, 8 years ago

dev_r5092_CNRS18_TRUST Last commits before merging to trunk

File size: 1.1 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[ -z "${TRUS_NPRO}" ] && TRUS_NPRO='16'
12[ -z "${TRUS_TOUT}" ] && TRUS_TOUT='10800'
13
14
15## (Super)computer environment
16##---------------------------------------------------
17TRUS_JSPT=${TRUS_HPCC}.sh
18TRUS_JSUB="llsubmit ${TRUS_JSPT} | grep -oe '\<[0-9]*\>'"
19TRUS_JINF="llq -x \${TRUS_JIDN}"
20TRUS_JSTA="llq      | grep \${TRUS_JIDN}"
21TRUS_JKIL="llcancel        \${TRUS_JIDN}"
22
23TRUS_JTIM="grep IdrisMemMPI NEMO_CI_\${TRUS_JIDN} | cut -d, -f1 | awk '{print \$(NF-1),\$NF}'"
24TRUS_JPME="grep IdrisMemMPI NEMO_CI_\${TRUS_JIDN} | cut -d, -f3 | awk '{print \$3     ,\$4 }'"
25TRUS_JVME="grep IdrisMemMPI NEMO_CI_\${TRUS_JIDN} | cut -d, -f2 | awk '{print \$3     ,\$4 }'"
26
27TRUS_CMPV='ifort'
28TRUS_CDOR='cdo/'
29TRUS_MPIR='intel/impi/'
30TRUS_CDFR='netcdf/'
31
32PATH='/smplocal/pub/cdo/1.5.9/bin':$PATH
33## Not working with module delimiter ':'
34#WRAPPER_LDFLAGS='-L/smplocal/pub/IdrMemMPI/1.4/lib -lidrmem '${WRAPPER_LDFLAGS}
Note: See TracBrowser for help on using the repository browser.