Last change
on this file since 5305 was
4598,
checked in by yann meurdesoif, 16 months ago
|
Integrate preprocessor name in arch.fcm files.
default => cpp
irene : mpif90 -E
jean-zay : mpiifort -E
For jean-zay and irene, using compiler preprocessor make possible to have correct line number on compilation error or in debuging report.
YM
|
-
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:
807 bytes
|
Rev | Line | |
---|
[3039] | 1 | %COMPILER $MPI_BIN/mpif90 |
---|
| 2 | %LINK $MPI_BIN/mpif90 |
---|
[4598] | 3 | %FPP cpp |
---|
[1654] | 4 | %AR ar |
---|
[3045] | 5 | %ARFLAGS rs |
---|
[1654] | 6 | %MAKE make |
---|
| 7 | %FPP_FLAGS -P -traditional |
---|
[2133] | 8 | %FPP_DEF NC_DOUBLE FFT_MKL |
---|
[2130] | 9 | %BASE_FFLAGS -real-size 64 -ip -fp-model precise -align all -mcmodel=large -auto |
---|
| 10 | %PROD_FFLAGS -O2 -ip |
---|
| 11 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
[2439] | 12 | %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug |
---|
[3039] | 13 | %MPI_FFLAGS |
---|
[2130] | 14 | %OMP_FFLAGS -openmp |
---|
[3039] | 15 | %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 |
---|
| 16 | %MPI_LD |
---|
[2130] | 17 | %OMP_LD -openmp |
---|
Note: See
TracBrowser
for help on using the repository browser.