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

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/config/X64_ADA.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: 749 bytes
Line 
1## Ada configuration
2##---------------------------------------------------
3
4ARCH_ENV=${DIR_XIOS}/arch/arch-${TRUS_HPCC}.env
5
6CMPF='ifort'
7STR_CDOD='cdo/'
8STR_LMPI='intel/impi/'
9STR_NCDF='netcdf/'
10
11JOB_SUBM="llsubmit ${TRUS_DIR}/batch/${TRUS_HPCC}.sh | grep -oe '\<[0-9]*\>'"
12JOB_STAT="llq      | grep \${JOB_ID}"
13JOB_INFO="llq -x          \${JOB_ID}"
14JOB_KILL="llcancel        \${JOB_ID}"
15
16[ -z "${TRUS_NPRO}"   ] && TRUS_NPRO='16'
17[ -z "$TIMEOUT" ] && TIMEOUT='10800'
18
19JOB_TIME="grep IdrisMemMPI NEMO_CI_\${JOB_ID} | cut -d, -f1 | awk '{print \$(NF-1),\$NF}'"
20JOB_PMEM="grep IdrisMemMPI NEMO_CI_\${JOB_ID} | cut -d, -f3 | awk '{print \$3,\$4}'"
21JOB_VMEM="grep IdrisMemMPI NEMO_CI_\${JOB_ID} | cut -d, -f2 | awk '{print \$3,\$4}'"
22
23CDOD='cdo diffn'
Note: See TracBrowser for help on using the repository browser.