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

Diff of /trunk/Compiler_options/nagfor_debug.mk

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

revision 134 by guez, Wed Apr 29 15:47:56 2015 UTC revision 168 by guez, Wed Sep 9 10:41:47 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_dir = /opt/netcdf3/nag  netcdf_inc_dir = /opt/netcdf3/nag/include
5    netcdf_lib_dir = /opt/netcdf3/nag/lib
6    
7  numer_rec_95_dir = /data/guez/lib/Numer_Rec_95_nagfor  numer_rec_95_dir = /data/guez/lib/Numer_Rec_95_nagfor
8  nr_util_dir = /data/guez/lib/NR_util_nagfor  nr_util_dir = /data/guez/lib/NR_util_nagfor
9  netcdf95_dir = /data/guez/lib/NetCDF95_nagfor  netcdf95_dir = /data/guez/lib/NetCDF95_nagfor
10  jumble_dir = /data/guez/lib/Jumble_nagfor  jumble_dir = /data/guez/lib/Jumble_nagfor
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_dir}/include ${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})
16    
17  FFLAGS += -free  FFLAGS += -free
18    
19  LDLIBS = $(addprefix -L, ${netcdf_dir}/lib ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdf -lnumer_rec_95 -lnr_util  comma = ,
20    
21    LDLIBS = $(addprefix -L, ${lib_dir_list}) -lnetcdf95 -lnetcdf -lnumer_rec_95 -ljumble -lnr_util
22    
23  version_flag = -V  version_flag = -V
24    nag_fcalls_options = -calledby -index ${FFLAGS}
25    nag_cross_options = -key ${FFLAGS}

Legend:
Removed from v.134  
changed lines
  Added in v.168

  ViewVC Help
Powered by ViewVC 1.1.21