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

Contents of /trunk/Compilers/gfortran_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 69 - (show annotations)
Mon Feb 18 16:33:12 2013 UTC (11 years, 2 months ago) by guez
File size: 1080 byte(s)
Deleted files cvparam3.f90 and nuagecom.f90. Moved variables from
module cvparam3 to module cv3_param_m. Moved variables rad_chau1 and
rad_chau2 from module nuagecom to module conf_phys_m.

Read clesphys2_nml from conf_phys instead of gcm.

Removed argument iflag_con from several procedures. Access module
variable instead.

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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.21