/[lmdze]/trunk/Compiler_options/pgfortran_debug.mk
ViewVC logotype

Diff of /trunk/Compiler_options/pgfortran_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/Compilation/Compiler_options/pgf95_debug.mk revision 94 by guez, Tue Apr 1 17:27:47 2014 UTC trunk/Compiler_options/pgfortran_debug.mk revision 169 by guez, Mon Sep 14 17:13:16 2015 UTC
# Line 1  Line 1 
1  # These are compiler dependent macros, meant to be included in the  # These are compiler dependent macros, meant to be included in the
2  # makefile for LMDZE.  # makefile for LMDZE.
3    
4  netcdf_inc_dir = /opt/netcdf3/pgf/include  netcdf_inc_dir = /opt/netcdf42/pgf95/include
5  netcdf_lib_dir = /opt/netcdf3/pgf/lib  netcdf_lib_dir = /opt/netcdf42/pgf95/lib
6    
7  numer_rec_95_dir = /data/guez/lib/Numer_Rec_95_pgf95_debug  numer_rec_95_dir = /data/guez/lib/Numer_Rec_95_pgfortran
8  nr_util_dir = /data/guez/lib/NR_util_pgf95_debug  nr_util_dir = /data/guez/lib/NR_util_pgfortran
9  netcdf95_dir = /data/guez/lib/NetCDF95_pgf95_debug  netcdf95_dir = /data/guez/lib/NetCDF95_pgfortran
10  jumble_dir = /data/guez/lib/Jumble_pgf95_debug  jumble_dir = /data/guez/lib/Jumble_pgfortran
11    
12    lib_dir_list = ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}
13    
14  # Include flags:  # Include flags:
15  FFLAGS = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})  FFLAGS = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})
# Line 24  FFLAGS += -g -gopt -Mchkfpstk -Mchkptr - Line 26  FFLAGS += -g -gopt -Mchkfpstk -Mchkptr -
26  # for a "gcm" run.  # for a "gcm" run.
27    
28  # Language options:  # Language options:
29  FFLAGS += -Mstandard -Mallocatable=95 -Mbackslash -Mdefaultunit -Mrecursive  FFLAGS += -Mfree -Mstandard -Mallocatable=95 -Mbackslash -Mdefaultunit -Mrecursive
30    
31  # Target-specific Options:  # Target-specific Options:
32  FFLAGS += -Kieee -Ktrap=fp  FFLAGS += -Kieee -Ktrap=fp
33    
34  LDFLAGS = -g  LDFLAGS = -g
35    
36  LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdf -lnumer_rec_95 -lnr_util  LDLIBS = $(addprefix -L, ${lib_dir_list}) -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec_95 -ljumble -lnr_util $(addprefix -rpath , ${lib_dir_list})
37    
38  version_flag = -V  version_flag = -V

Legend:
Removed from v.94  
changed lines
  Added in v.169

  ViewVC Help
Powered by ViewVC 1.1.21