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

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/cfg/X64_ADA.cfg @ 8818

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

Continuation of global refactoring of the tool, set cfg files mime property and modify trusting.env trying to handle default settings

  • Property svn:mime-type set to application/x-shellscript
File size: 1.2 KB
Line 
1## Ada configuration
2##---------------------------------------------------
3
4
5## Default settings
6##---------------------------------------------------
7TRUST_JOB_ENV=${TRUST_IO_XIOS}/arch/arch-${TRUST_MAIN_HPCC}
8
9='cdo diffn'
10
11[ -z "${TRUST_COMPILE_NPROC}" ] && TRUST_COMPILE_NPROC='16'
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="llsubmit ${TRUST_JOB_SCRIPT} | grep -oe '\<[0-9]*\>'"
19TRUST_JOB_INFO="llq -x \${TRUST_JOB_ID}"
20TRUST_JOB_STATE="llq      | grep \${TRUST_JOB_ID}"
21TRUST_JOB_KILL="llcancel        \${TRUST_JOB_ID}"
22
23TRUST_JOB_TIME="grep IdrisMemMPI NEMO_CI_\${TRUST_JOB_ID} | cut -d, -f1 | awk '{print \$(NF-1),\$NF}'"
24TRUST_JOB_RAM_P="grep IdrisMemMPI NEMO_CI_\${TRUST_JOB_ID} | cut -d, -f3 | awk '{print \$3     ,\$4 }'"
25TRUST_JOB_RAM_V="grep IdrisMemMPI NEMO_CI_\${TRUST_JOB_ID} | cut -d, -f2 | awk '{print \$3     ,\$4 }'"
26
27TRUST_COMPILE_FORTRAN='ifort'
28TRUST_IO_CDO='cdo/'
29TRUST_COMPILE_MPI='intel/impi/'
30TRUST_COMPILE_NETCDF='netcdf/'
31
32PATH='/smplocal/pub/cdo/1.5.9/bin':$PATH
33## Not working with module delimiter ':'
34#WRAPPER_LDFLAGS='-L/smplocal/pub/IdrMemMPI/1.4/lib -lidrmem '${WRAPPER_LDFLAGS}
Note: See TracBrowser for help on using the repository browser.