source: LMDZ6/trunk/arch/arch-local-gfortran.fcm @ 5080

Last change on this file since 5080 was 5066, checked in by abarral, 2 months ago

Transform gr_dyn_fi_p.F, gr_fi_dyn_p.F, calfis_loc.F into free-form modules.
Reorder CPP_PARA keys in lmdz_call_calfis.F90, lmdz_calfis_loc.F90, lmdz_gr_dyn_fi_p.F90, lmdz_gr_fi_dyn_p.F90 to avoid implicit declarations.
Remove redundant -cpp -D.. on arch.
Correct "!OMP" -> "!$OMP"
Correct typo in lmdz_xios.F90, wstats.F90

File size: 690 bytes
Line 
1%COMPILER            gfortran
2%LINK                gfortran
3%FPP                 cpp
4%AR                  ar
5%ARFLAGS             rU
6%MAKE                make
7%FPP_FLAGS           -P -traditional
8%FPP_DEF             NC_DOUBLE
9%BASE_FFLAGS         -ffree-line-length-0 -fdefault-real-8 -fallow-argument-mismatch -fimplicit-none
10%PROD_FFLAGS         -O3 -march=native
11%DEV_FFLAGS          -Wall -fbounds-check
12%DEBUG_FFLAGS        -g3 -Wall -fbounds-check -ffpe-trap=invalid,zero,overflow -O0 -fstack-protector-all -fbacktrace -finit-real=snan
13%MPI_FFLAGS
14%OMP_FFLAGS
15# /!\ LD must be written in Makefile syntax
16%BASE_LD             -Wl,-rpath=$(shell nf-config --prefix)/lib
17%MPI_LD
18%OMP_LD
Note: See TracBrowser for help on using the repository browser.