/[lmdze]/trunk/Compilers/gfortran.mk
ViewVC logotype

Contents of /trunk/Compilers/gfortran.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Fri Jul 1 15:00:48 2011 UTC (12 years, 9 months ago) by guez
File size: 1143 byte(s)
Split "thermcell.f" and "cv3_routines.f".
Removed copies of files that are now in "L_util".
Moved "mva9" and "diagetpq" to their own files.
Unified variable names across procedures.

1 # These are compiler dependent macros, meant to be included in the
2 # makefile for LMDZE.
3
4 FC = gfortran
5
6 netcdf_inc_dir = /user/guez_local/include /user/guez_local/include/Gfortran
7 netcdf_lib_dir = /user/guez_local/lib
8
9 numer_rec_dir = /user/guez_local/lib/Numer_Rec_Lionel_b
10 nr_util_dir = /user/guez_local/lib/NR_util_j
11 netcdf95_dir = /user/guez_local/lib/NetCDF95_gfortran
12 l_util_dir = /user/guez_local/lib/L_util
13
14 # Include flags:
15 inc_flags = $(addprefix -I, ${libf_dir} ${libf_dir}/phylmd ${netcdf_inc_dir} ${numer_rec_dir} ${netcdf95_dir} ${nr_util_dir} ${l_util_dir})
16
17 # Other flags which do not affect run time performance:
18 lang_flags = -ffree-form -frange-check -std=f95 -pedantic-errors -Wall -Wunderflow -Wextra
19
20 # Flags which affect run time performance:
21 perf_flags = -fbacktrace -ffpe-trap=invalid,zero,overflow -fbounds-check -g3 -O0 -fstack-protector-all
22
23 FFLAGS = ${inc_flags} ${perf_flags}
24 F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
25
26 LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_dir} ${netcdf95_dir} ${nr_util_dir} ${l_util_dir}) -ll_util -lnetcdf95 -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lnumer_rec -lnr_util

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.21