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

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/config/X64_CURIE_cron.cfg @ 5788

Last change on this file since 5788 was 5788, checked in by nicolasmartin, 9 years ago

dev_r5092_CNRS18_TRUST Several enhancements (global variables rename, notification mail object, add job performances, templates description, script to install new minimal branch to test) to improve accessibility for NEMO users & bugfixes (tar creation, modulefiles)

File size: 596 bytes
Line 
1## Curie configuration (`cron` version)
2##---------------------------------------------------
3
4ARCH_ENV=${DIR_XIOS}/arch/arch-${TRUS_HPCC}.env
5
6STR_CDOD='netcdf-utils-'
7CMPF='ifort'
8STR_LMPI='bullxmpi/'
9STR_NCDF='netcdf-'
10
11JOB_SUBM="ccc_msub ${TRUS_DIR}/batch/${TRUS_HPCC}.sh | grep -oe '\<[0-9]*\>'"
12JOB_STAT=ccc_mpp
13JOB_INFO=ccc_macct
14JOB_KILL=ccc_mdel
15
16[ -z "${TRUS_NPRO}"       ] && TRUS_NPRO='16'
17[ -z "${TIMEOUT}" ] && TIMEOUT='10800'
18
19JOB_TIME="ccc_macct \${JOB_ID} | awk '/opa/ {print \$9}'"
20JOB_PMEM="ccc_macct \${JOB_ID} | awk "
21JOB_VMEM="ccc_macct \${JOB_ID} | awk "
22
23CDOD='cdo diffn'
Note: See TracBrowser for help on using the repository browser.