Last change
on this file since 5305 was
3045,
checked in by Ehouarn Millour, 7 years ago
|
Adapt makelmdz* and related scripts to read "ar" options from arch files.
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:
782 bytes
|
Line | |
---|
1 | %COMPILER $MPI_BIN/mpif90 |
---|
2 | %LINK $MPI_BIN/mpif90 |
---|
3 | %AR ar |
---|
4 | %ARFLAGS rs |
---|
5 | %MAKE make |
---|
6 | %FPP_FLAGS -P -traditional |
---|
7 | %FPP_DEF NC_DOUBLE FFT_MKL |
---|
8 | %BASE_FFLAGS -real-size 64 -ip -fp-model precise -align all -mcmodel=large -auto |
---|
9 | %PROD_FFLAGS -O2 -ip |
---|
10 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
11 | %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug |
---|
12 | %MPI_FFLAGS |
---|
13 | %OMP_FFLAGS -openmp |
---|
14 | %BASE_LD -Wl,-rpath=$NETCDF_HOME/lib -L/opt/intel/composer_xe_2011_sp1.9.293/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core |
---|
15 | %MPI_LD |
---|
16 | %OMP_LD -openmp |
---|
Note: See
TracBrowser
for help on using the repository browser.