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

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

Continuation of global refactoring of the tool: bugfixes, adjust cfg files mime property and default settings, improve error management

  • Property mime-type set to text/x-shellscript
  • Property svn:mime-type set to application/x-shellscript
File size: 946 bytes
Line 
1## Curie configuration
2##---------------------------------------------------
3
4
5## Default settings
6##---------------------------------------------------
7TRUST_COMPILE_FORTRAN='ifort'
8TRUST_COMPILE_MPI='bullxmpi/'
9TRUST_COMPILE_NETCDF='netcdf-[0-9]'
10
11TRUST_IO_CDO='cdo'
12
13TRUST_JOB_SUBMIT="ccc_msub \${TRUST_JOB_SCRIPT} | grep -oe '\<[0-9]*\>'"
14TRUST_JOB_STATE="ccc_mpp  | grep \${TRUST_JOB_ID}"
15TRUST_JOB_INFO="ccc_macct        \${TRUST_JOB_ID}"
16TRUST_JOB_KILL="ccc_mdel         \${TRUST_JOB_ID}"
17
18TRUST_JOB_TIME="
19ccc_macct \${TRUST_JOB_ID} | grep     \"\${TRUST_JOB_ID}.0 *opa\" \
20    | awk '{print               \$9      }'                 \
21"
22TRUST_JOB_RAM_P="
23ccc_macct \${TRUST_JOB_ID} | grep -m1 \"\${TRUST_JOB_ID}.0\"      \
24    | awk '{printf \"%d Mo\n\", \$2; exit}'                 \
25"
26TRUST_JOB_RAM_V="
27ccc_macct \${TRUST_JOB_ID} | grep -m1 \"\${TRUST_JOB_ID}.0\"      \
28    | awk '{printf \"%d Go\n\", \$7; exit}'                 \
29"
Note: See TracBrowser for help on using the repository browser.