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

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/cfg/X64_CURIE.cfg @ 8780

Last change on this file since 8780 was 8780, checked in by nicolasmartin, 6 years ago

Push modifications from functional Trusting in Curie HPC

File size: 1.0 KB
Line 
1## Curie 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='4'
12[ -z "${TRUS_TOUT}" ] && TRUS_TOUT='10800'
13
14
15## (Super)computer environment
16##---------------------------------------------------
17TRUS_JSPT=${TRUS_HPCC}.sh
18TRUS_JSUB="ccc_msub ${TRUS_JSPT} | grep -oe '\<[0-9]*\>'"
19TRUS_JINF="ccc_macct \${TRUS_JIDN}"
20TRUS_JSTA="ccc_mpp  | grep \${TRUS_JIDN}"
21TRUS_JKIL="ccc_mdel        \${TRUS_JIDN}"
22
23TRUS_JTIM="ccc_macct \${TRUS_JIDN} | grep     \"\${TRUS_JIDN}.0 *opa\" | awk '{print               \$9      }'"
24TRUS_JPME="ccc_macct \${TRUS_JIDN} | grep -m1 \"\${TRUS_JIDN}.0\"      | awk '{printf \"%d Mo\n\", \$2; exit}'"
25TRUS_JVME="ccc_macct \${TRUS_JIDN} | grep -m1 \"\${TRUS_JIDN}.0\"      | awk '{printf \"%d Go\n\", \$7; exit}'"
26
27TRUS_CMPV='ifort'
28TRUS_CDOR='netcdf-utils-'
29TRUS_MPIR='bullxmpi/'
30TRUS_CDFR='netcdf-'
31
32PATH='/usr/local/netcdf-utils-4.3.3.1_hdf5/bin':$PATH
Note: See TracBrowser for help on using the repository browser.