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

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/X64_ADA.cfg @ 5543

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

dev_r5092_CNRS_SETTE Add inputs dir to share namelists & iodef for a config

File size: 564 bytes
Line 
1# Ada configuration
2
3# Available softwares:
4CDO=cdo
5COMPILER=ifort
6MPI=intel
7NETCDF=netcdf
8
9# Job commands: LoadLeveler
10JOB_SUBM="llsubmit ${NEMO_TRUS}/batch/${CFG_ARCH}.sh | grep -oe '\<[0-9]*\>'"
11JOB_LIST=llq
12JOB_INFO='llq -x'
13JOB_TIME="idrllsummary -j \${JOB_ID} | awk '/Step User Time/ {print \$4}' | cut -d. -f1"
14JOB_DELE=llcancel
15
16# Compiling & computing settings
17[ -z "$NPROC"       ] && NPROC=32
18[ -z "${TIME_LIMI}" ] && TIME_LIMI=10800 # 3h
19
20# Architecture environment (be careful with compliance with XIOS)
21ARCH_ENV=${DIR_XIOS}/arch/arch-${CFG_ARCH}.env
Note: See TracBrowser for help on using the repository browser.