Last change
on this file since 5292 was
5292,
checked in by nicolasmartin, 6 years ago
|
dev_r5092_CNRS_SETTE Standalone TRUST directory for regular NEMO configuration testing
|
File size:
421 bytes
|
Line | |
---|
1 | # Curie super-computer configuration |
---|
2 | |
---|
3 | # Available softwares: |
---|
4 | CDO=cdo |
---|
5 | COMPILER=ifort |
---|
6 | MPI=bullxmpi |
---|
7 | NETCDF=netcdf |
---|
8 | |
---|
9 | # Job commands: ccc_* |
---|
10 | JOB_SUBM=ccc_msub |
---|
11 | JOB_LIST=ccc_mpp |
---|
12 | JOB_VIEW=ccc_macct |
---|
13 | JOB_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) |
---|
20 | ARCH_ENV=${DIR_XIOS}/arch/arch-${ARCH}.env |
---|
Note: See
TracBrowser
for help on using the repository browser.