Last change
on this file since 5308 was
3045,
checked in by Ehouarn Millour, 7 years ago
|
Adapt makelmdz* and related scripts to read "ar" options from arch files.
EM
|
File size:
642 bytes
|
Line | |
---|
1 | %COMPILER $MPI_BIN/mpif90 |
---|
2 | %LINK $MPI_BIN/mpif90 |
---|
3 | %AR ar |
---|
4 | %ARFLAGS rs |
---|
5 | %MAKE gmake |
---|
6 | %FPP_FLAGS -P -traditional |
---|
7 | %FPP_DEF NC_DOUBLE |
---|
8 | %BASE_FFLAGS -c -fdefault-real-8 -fcray-pointer -frecursive -ffree-line-length-0 -fno-align-commons |
---|
9 | %PROD_FFLAGS -O3 |
---|
10 | %DEV_FFLAGS -O -Wall -fbounds-check |
---|
11 | %DEBUG_FFLAGS -ffpe-trap=invalid,zero,overflow -Wall -fbounds-check -g3 -O0 -fstack-protector-all -fbacktrace |
---|
12 | %MPI_FFLAGS |
---|
13 | %OMP_FFLAGS -fopenmp |
---|
14 | %BASE_LD -Wl,-rpath=$NETCDF_HOME/lib |
---|
15 | %MPI_LD |
---|
16 | %OMP_LD -fopenmp |
---|
Note: See
TracBrowser
for help on using the repository browser.