Last change
on this file since 3044 was
3043,
checked in by Ehouarn Millour, 7 years ago
|
Some fixes to enable compiling with the pgf compiler and updated arch files for pgf on Ciclad.
EM
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
|
File size:
643 bytes
|
Rev | Line | |
---|
[3043] | 1 | %COMPILER $MPI_BIN/mpif90 |
---|
| 2 | %LINK $MPI_BIN/mpif90 |
---|
[1166] | 3 | %AR ar |
---|
| 4 | %MAKE gmake |
---|
| 5 | %FPP_FLAGS -P -traditional |
---|
| 6 | %FPP_DEF NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM |
---|
[3043] | 7 | %BASE_FFLAGS -i4 -r8 -Mdalign |
---|
[1166] | 8 | %PROD_FFLAGS -O2 -Munroll -Mnoframe -Mautoinline -Mcache_align |
---|
[3043] | 9 | %DEV_FFLAGS -O2 -traceback -Mbounds |
---|
| 10 | %DEBUG_FFLAGS -O2 -g -traceback -Mbounds -Mchkfpstk -Mchkstk -Ktrap=denorm,divz,ovf,unf |
---|
[1166] | 11 | %MPI_FFLAGS |
---|
| 12 | %OMP_FFLAGS -mp |
---|
[3043] | 13 | %BASE_LD -L${PGI_HOME}/lib -lblas -Wl,-rpath=$NETCDF_HOME/lib |
---|
| 14 | %MPI_LD -L${MPI_LIB} |
---|
[1166] | 15 | %OMP_LD -mp |
---|
Note: See
TracBrowser
for help on using the repository browser.