Last change
on this file since 5308 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
|
File size:
928 bytes
|
Rev | Line | |
---|
[2365] | 1 | %COMPILER mpif90 |
---|
| 2 | %LINK mpif90 |
---|
[4598] | 3 | %FPP cpp |
---|
[2365] | 4 | %AR ar |
---|
[3045] | 5 | %ARFLAGS rs |
---|
[2365] | 6 | %MAKE gmake |
---|
| 7 | %FPP_FLAGS -P -traditional |
---|
| 8 | %FPP_DEF NC_DOUBLE FFT_MKL |
---|
| 9 | %BASE_FFLAGS -i4 -r8 -auto -recursive -mcmodel=medium -align all -fp-model strict -xCORE-AVX2 |
---|
| 10 | %PROD_FFLAGS -O2 -ip |
---|
| 11 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
[2439] | 12 | %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback |
---|
[2365] | 13 | %MPI_FFLAGS |
---|
| 14 | %OMP_FFLAGS -openmp -openmp-threadprivate compat |
---|
| 15 | %BASE_LD -i4 -r8 -auto -shared-intel -Wl,-rpath=/opt/software/libraries/netcdf/bullxmpi/netcdf-4.3.3-rc2/lib:/opt/software/libraries/netcdf/bullxmpi/netcdf-fortran-4.4.1-4.3.3-rc2/lib:/opt/software/libraries/hdf5/hdf5_with_bullxmpi/1.8.14/lib $MKL_LIBS |
---|
| 16 | %MPI_LD |
---|
| 17 | %OMP_LD -openmp |
---|
Note: See
TracBrowser
for help on using the repository browser.