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

Diff of /trunk/Compiler_options/g95.mk

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

revision 13 by guez, Fri Jul 25 19:59:34 2008 UTC revision 27 by guez, Thu Mar 25 14:29:07 2010 UTC
# Line 6  Line 6 
6  FC = g95  FC = g95
7    
8  netcdf_inc_dir = /home/guez_local/include/NetCDF_g95 /home/guez_local/include  netcdf_inc_dir = /home/guez_local/include/NetCDF_g95 /home/guez_local/include
9  netcdf_lib_dir = /home/guez_local/lib /home/guez_local/lib/NetCDF_g95  netcdf_lib_dir = /home/guez_local/lib/NetCDF_g95 /home/guez_local/lib
10    
11  numer_rec_dir = /home/guez_local/lib/Numer_Rec_Lionel/l  numer_rec_dir = /home/guez_local/lib/Numer_Rec_Lionel/w
12  netcdf95_dir = /home/guez_local/lib/NetCDF95/g95  netcdf95_dir = /home/guez_local/lib/NetCDF95/g95
13  IOIPSL_dir = /home/guez_local/lib/IOIPSL_Lionel/ac  IOIPSL_dir = /home/guez_local/lib/IOIPSL_Lionel/aq
14    
15  # Include flags:  # Include flags:
16  inc_flags = $(addprefix -I, ${libf_dir} ${libf_dir}/dyn3d ${libf_dir}/phylmd ${libf_dir}/filtrez ${netcdf_inc_dir} ${numer_rec_dir} ${netcdf95_dir} ${IOIPSL_dir})  inc_flags = $(addprefix -I, ${libf_dir} ${libf_dir}/phylmd ${netcdf_inc_dir} ${numer_rec_dir} ${netcdf95_dir} ${IOIPSL_dir})
17    
18  # Other flags which do not affect run time performance:  # Other flags which do not affect run time performance:
19  lang_flags = -ffree-form -pedantic -std=f95 -Wall -Wextra -Wno=136,163,165  lang_flags = -ffree-form -pedantic -std=f95 -Wall -Wextra -Wno=136,163,165

Legend:
Removed from v.13  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.21