Last change
on this file since 3438 was
2838,
checked in by aslmd, 2 years ago
|
Fix arch-MesoPSL for ICOSA_LMDZ
Changed the compilation options for ICOSA_LMDZ on prod and debug mode.
The previous options were too restrictive for Dynamico.
Need to use the same options in the arch-file of ICOSAGCM.
LT
|
File size:
677 bytes
|
Line | |
---|
1 | %COMPILER mpiifort |
---|
2 | %LINK mpiifort |
---|
3 | %FPP mpiifort -E |
---|
4 | %AR ar |
---|
5 | %MAKE make |
---|
6 | %FPP_FLAGS -P |
---|
7 | %CPP_FLAGS -P |
---|
8 | %FPP_DEF KEY_NONE CPP_NETCDF4 |
---|
9 | %BASE_FFLAGS -real-size 64 -mkl=parallel -fp-model strict -align common -mcmodel=large -shared-intel -heap-arrays 0 |
---|
10 | %PROD_FFLAGS -O2 |
---|
11 | %DEV_FFLAGS -O2 -g -traceback -fpe0 |
---|
12 | %DEBUG_FFLAGS -g -traceback -check bounds |
---|
13 | %MPI_FFLAGS |
---|
14 | %OMP_FFLAGS -qopenmp -qopenmp-threadprivate=compat |
---|
15 | %BASE_LD -mkl=parallel |
---|
16 | %MPI_LD |
---|
17 | %OMP_LD -qopenmp -qopenmp-threadprivate=compat |
---|
Note: See
TracBrowser
for help on using the repository browser.