Last change
on this file since 5304 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:
667 bytes
|
Rev | Line | |
---|
[3038] | 1 | %COMPILER $MPI_BIN/mpif90 |
---|
| 2 | %LINK $MPI_BIN/mpif90 |
---|
[4598] | 3 | %FPP cpp |
---|
[2132] | 4 | %AR ar |
---|
[3045] | 5 | %ARFLAGS rs |
---|
[2132] | 6 | %MAKE gmake |
---|
| 7 | %FPP_FLAGS -P -traditional |
---|
| 8 | %FPP_DEF NC_DOUBLE |
---|
[3038] | 9 | %BASE_FFLAGS -c -fdefault-real-8 -fcray-pointer -frecursive -ffree-line-length-0 -fno-align-commons |
---|
[2132] | 10 | %PROD_FFLAGS -O3 |
---|
| 11 | %DEV_FFLAGS -O -Wall -fbounds-check |
---|
[3038] | 12 | %DEBUG_FFLAGS -ffpe-trap=invalid,zero,overflow -Wall -fbounds-check -g3 -O0 -fstack-protector-all -fbacktrace |
---|
[2132] | 13 | %MPI_FFLAGS |
---|
| 14 | %OMP_FFLAGS -fopenmp |
---|
[3038] | 15 | %BASE_LD -Wl,-rpath=$NETCDF_HOME/lib |
---|
[2132] | 16 | %MPI_LD |
---|
| 17 | %OMP_LD -fopenmp |
---|
Note: See
TracBrowser
for help on using the repository browser.