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

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

Continuation of global refactoring of the tool, in particular a intelligible variables namelist

File size: 1.2 KB
Line 
1## Curie configuration
2##---------------------------------------------------
3
4
5## Default settings
6##---------------------------------------------------
7TRUST_JOB_ENV=${TRUST_DIR_XIOS}/arch/arch-${TRUST_MAIN_HPCC}
8
9='cdo diffn'
10
11[ -z "${TRUST_COMPILE_NPROC}" ] && TRUST_COMPILE_NPROC='4'
12[ -z "${TRUST_JOB_TIMEOUT}" ] && TRUST_JOB_TIMEOUT='10800'
13
14
15## (Super)computer environment
16##---------------------------------------------------
17TRUST_JOB_SCRIPT=${TRUST_MAIN_HPCC}.sh
18TRUST_JOB_SUBMIT="ccc_msub ${TRUST_JOB_SCRIPT} | grep -oe '\<[0-9]*\>'"
19TRUST_JOB_INFO="ccc_macct \${TRUST_JOB_ID}"
20TRUST_JOB_STATE="ccc_mpp  | grep \${TRUST_JOB_ID}"
21TRUST_JOB_KILL="ccc_mdel        \${TRUST_JOB_ID}"
22
23TRUST_JOB_TIME="ccc_macct \${TRUST_JOB_ID} | grep     \"\${TRUST_JOB_ID}.0 *opa\" | awk '{print               \$9      }'"
24TRUST_JOB_RAM_P="ccc_macct \${TRUST_JOB_ID} | grep -m1 \"\${TRUST_JOB_ID}.0\"      | awk '{printf \"%d Mo\n\", \$2; exit}'"
25TRUST_JOB_RAM_V="ccc_macct \${TRUST_JOB_ID} | grep -m1 \"\${TRUST_JOB_ID}.0\"      | awk '{printf \"%d Go\n\", \$7; exit}'"
26
27TRUST_COMPILE_FORTRAN='ifort'
28TRUST_CDO='netcdf-utils-'
29TRUST_COMPILE_MPI='bullxmpi/'
30TRUST_COMPILE_NETCDF='netcdf-'
31
32PATH='/usr/local/netcdf-utils-4.3.3.1_hdf5/bin':$PATH
Note: See TracBrowser for help on using the repository browser.