|
Last change
on this file since 5388 was
4498,
checked in by Laurent Fairhead, 3 years ago
|
|
Switching repository for the LMDZ / DYNAMICO interface from HEAT to LMDZ
Initial revision immported is 457
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | %COMPILER vtf90 -vt:f90 "mpif90 -openmp -openmp-threadprivate compat -fno-instrument-functions " -vt:noopari -vt:inst manual -DVTRACE |
|---|
| 2 | %LINK vtf90 -vt:f90 "mpif90 -openmp -openmp-threadprivate compat -fno-instrument-functions" -vt:noopari -vt:inst manual -DVTRACE |
|---|
| 3 | %FPP vtf90 -vt:f90 "mpif90 -E -fno-instrument-functions" -vt:noopari -vt:inst manual -DVTRACE |
|---|
| 4 | #%COMPILER vtf90 -vt:f90 "mpif90 " -vt:inst manual -DVTRACE |
|---|
| 5 | #%LINK vtf90 -vt:f90 "mpif90" -vt:inst manual -DVTRACE |
|---|
| 6 | #%FPP vtf90 -vt:f90 "mpif90 -E" -vt:inst manual -DVTRACE |
|---|
| 7 | #%COMPILER ifort |
|---|
| 8 | #%LINK ifort |
|---|
| 9 | #%FPP ifort -E |
|---|
| 10 | %AR ar |
|---|
| 11 | %MAKE gmake |
|---|
| 12 | %FPP_FLAGS -P |
|---|
| 13 | %FPP_DEF KEY_NONE VTRACE CPP_NETCDF4 |
|---|
| 14 | #%FPP_DEF KEY_NONE CPP_NETCDF4 |
|---|
| 15 | %BASE_FFLAGS -i4 -r8 -auto -align all -I${MKLROOT}/include |
|---|
| 16 | %PROD_FFLAGS -p -g -traceback -O3 -vec-report2 -xAVX |
|---|
| 17 | %DEV_FFLAGS -g -O3 -traceback -fp-stack-check -ftrapuv |
|---|
| 18 | %DEBUG_FFLAGS -g -fp-model strict -traceback -check bounds |
|---|
| 19 | %MPI_FFLAGS |
|---|
| 20 | %OMP_FFLAGS -openmp |
|---|
| 21 | %BASE_LD -i4 -r8 -auto $MKL_LIBS |
|---|
| 22 | %MPI_LD |
|---|
| 23 | %OMP_LD -openmp |
|---|
Note: See
TracBrowser
for help on using the repository browser.