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.cfg in branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/cfg – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/cfg/X64_CURIE.cfg @ 5286

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

dev_r5092_CNRS_SETTE Major update with clear partition of architecture & user configuration

File size: 421 bytes
Line 
1# Curie super-computer configuration
2
3# Available softwares:
4CDO=cdo
5COMPILER=ifort
6MPI=bullxmpi
7NETCDF=netcdf
8
9# Job commands: ccc_*
10JOB_SUBM=ccc_msub
11JOB_LIST=ccc_mpp
12JOB_VIEW=ccc_macct
13JOB_DELE=ccc_mdel                         
14
15#
16[ -z "$NPROC"     ] && NPROC=1
17[ -z "$TIME_LIMI" ] && TIME_LIMI=10800 # 3h
18
19# Architecture environment (be careful with compliance with XIOS)
20ARCH_ENV=${DIR_XIOS}/arch/arch-${ARCH}.env
Note: See TracBrowser for help on using the repository browser.