|
Last change
on this file since 2838 was
2796,
checked in by emillour, 3 years ago
|
|
Dynamico interface:
Improve the make_icosa_lmd compile script; option "-nodeps" implies not recompiling companion IOIPSL and XIOS libraries.
Also removed "-fp-stack-check" option from debug for Irene-Rome as this causes weird issues when combined to Dynamico on this machine.
EM
|
|
File size:
682 bytes
|
| Line | |
|---|
| 1 | %COMPILER mpif90 |
|---|
| 2 | %LINK mpif90 |
|---|
| 3 | %AR ar |
|---|
| 4 | %ARFLAGS rs |
|---|
| 5 | %MAKE gmake |
|---|
| 6 | %FPP_FLAGS -P -traditional |
|---|
| 7 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL |
|---|
| 8 | %CPP_DEF LAPACK |
|---|
| 9 | %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict -mavx2 |
|---|
| 10 | %PROD_FFLAGS -O3 |
|---|
| 11 | %DEV_FFLAGS -p -g -O2 -traceback |
|---|
| 12 | %DEBUG_FFLAGS -p -g -traceback -check bounds -debug full |
|---|
| 13 | %C_COMPILER mpicc |
|---|
| 14 | %C_OPTIM -O2 -ip -xCORE-AVX2 |
|---|
| 15 | %MPI_FFLAGS |
|---|
| 16 | %OMP_FFLAGS -qopenmp |
|---|
| 17 | %BASE_LD -i4 -r8 -auto -shared-intel $MKL_LDFLAGS |
|---|
| 18 | %MPI_LD |
|---|
| 19 | %OMP_LD -qopenmp |
|---|
Note: See
TracBrowser
for help on using the repository browser.