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

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/cfg/X64_CURIE_cron.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}.env
8
9TRUST_COMPILE_FORTRAN='ifort'
10
11TRUST_COMPILE_MPI='bullxmpi/'
12TRUST_COMPILE_NETCDF='netcdf-[0-9]'
13
14TRUST_CDO='cdo'
15
16[ -z "${TRUST_COMPILE_NPROC}" ] && TRUST_COMPILE_NPROC='4'
17
18TRUST_JOB_SCRIPT=${TRUST_MAIN_DIR}/batch/${TRUST_MAIN_HPCC}.sh
19TRUST_JOB_SUBMIT="ccc_msub ${TRUST_JOB_SCRIPT} | grep -oe '\<[0-9]*\>'"
20
21TRUST_JOB_STATE="ccc_mpp   | grep \${TRUST_JOB_ID}"
22TRUST_JOB_INFO="ccc_macct        \${TRUST_JOB_ID}"
23TRUST_JOB_KILL="ccc_mdel         \${TRUST_JOB_ID}"
24
25[ -z "${TRUST_JOB_TIMEOUT}" ] && TRUST_JOB_TIMEOUT='10800'
26
27TRUST_JOB_TIME="
28ccc_macct \${TRUST_JOB_ID} | grep     \"\${TRUST_JOB_ID}.0 *opa\" \
29    | awk '{print               \$9      }'                 \
30"
31TRUST_JOB_RAM_P="
32ccc_macct \${TRUST_JOB_ID} | grep -m1 \"\${TRUST_JOB_ID}.0\"      \
33    | awk '{printf \"%d Mo\n\", \$2; exit}'                 \
34"
35TRUST_JOB_RAM_V="
36ccc_macct \${TRUST_JOB_ID} | grep -m1 \"\${TRUST_JOB_ID}.0\"      \
37    | awk '{printf \"%d Go\n\", \$7; exit}'                 \
38"
Note: See TracBrowser for help on using the repository browser.