|
Last change
on this file since 2780 was
2654,
checked in by emillour, 4 years ago
|
|
Add some arch files for MesPSL.
LT+EM
|
|
File size:
906 bytes
|
| Line | |
|---|
| 1 | %COMPILER mpiifort |
|---|
| 2 | %LINK mpiifort |
|---|
| 3 | %AR ar |
|---|
| 4 | %MAKE make |
|---|
| 5 | %FPP mpiifort -E |
|---|
| 6 | %CPP mpicc -E |
|---|
| 7 | %FPP_FLAGS -P |
|---|
| 8 | %CPP_FLAGS -P |
|---|
| 9 | %FPP_DEF NC_DOUBLE LAPACK FFT_MKL |
|---|
| 10 | %CPP_DEF LAPACK |
|---|
| 11 | %BASE_FFLAGS -real-size 64 -mkl=parallel -fp-model precise -align common -mcmodel=large -shared-intel -heap-arrays 0 |
|---|
| 12 | %PROD_FFLAGS -O2 |
|---|
| 13 | %DEV_FFLAGS -O2 -g -traceback -fpe0 |
|---|
| 14 | %DEBUG_FFLAGS -fpe0 -p -g -O0 -traceback -fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan |
|---|
| 15 | %C_COMPILER gcc |
|---|
| 16 | %C_OPTIM -O3 |
|---|
| 17 | %MPI_FFLAGS |
|---|
| 18 | %OMP_FFLAGS -qopenmp -qopenmp-threadprivate=compat |
|---|
| 19 | %BASE_LD -mkl=parallel |
|---|
| 20 | %MPI_LD |
|---|
| 21 | %OMP_LD -qopenmp -qopenmp-threadprivate=compat |
|---|
Note: See
TracBrowser
for help on using the repository browser.