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/config – NEMO

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/config/X64_CURIE.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.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
12## Job commands
13##---------------------------------------------------
14TRUS_JSUB="ccc_msub ${TRUS_DIRE}/batch/${TRUS_HPCC}.sh | grep -oe '\<[0-9]*\>'"
15TRUS_JSTA="ccc_mpp  | grep  \${JOB_ID}"
16TRUS_JKIL="ccc_mdel         \${JOB_ID}"
17
18TRUS_JTIM="ccc_macct \${JOB_ID} | awk '/opa/ {print \$9}'"
19TRUS_JPME="ccc_macct \${JOB_ID} | awk                    "
20TRUS_JVME="ccc_macct \${JOB_ID} | awk                    "
21
22TRUS_JINF="ccc_macct \${JOB_ID}"
23
24
25## Available softwares/librairies
26##---------------------------------------------------
27TRUS_CMPF='ifort'
28TRUS_CDOR='netcdf-utils-'
29TRUS_MPIR='bullxmpi/'
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='/usr/local/netcdf-utils-4.3.3.1_hdf5/bin':$PATH
Note: See TracBrowser for help on using the repository browser.