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

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/X64_CURIE.cfg @ 5472

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

dev_r5092_CNRS_SETTE Ping pong updates between Curie & Ada to finalize

File size: 574 bytes
RevLine 
[5286]1# Curie super-computer configuration
2
3# Available softwares:
4CDO=cdo
[5402]5COMPILER=ifort
[5286]6MPI=bullxmpi
7NETCDF=netcdf
[5283]8
9# Job commands: ccc_*
[5472]10JOB_SUBM="ccc_msub ${NEMO_TRUS}/batch/${CFG_ARCH}.sh | awk '{print \$NF}'"
[5283]11JOB_LIST=ccc_mpp
12JOB_VIEW=ccc_macct
[5472]13JOB_RCPU="${JOB_VIEW} ${JOB_ID} | awk 'END{print \$9}'"
[5283]14JOB_DELE=ccc_mdel                         
15
[5355]16# Compiling & computing settings
17[ -z "$NPROC"       ] && NPROC=16
18[ -z "${TIME_LIMI}" ] && TIME_LIMI=10800 # 3h
[5283]19
[5286]20# Architecture environment (be careful with compliance with XIOS)
[5355]21ARCH_ENV=${DIR_XIOS}/arch/arch-${CFG_ARCH}.env
Note: See TracBrowser for help on using the repository browser.