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

Diff of /trunk/Compilers/g95.mk

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

revision 9 by guez, Mon Mar 31 13:58:05 2008 UTC revision 10 by guez, Fri Apr 18 14:45:53 2008 UTC
# Line 1  Line 1 
1  # These are machine dependent macros, meant to be included in the  # These are compiler dependent macros, meant to be included in the
2  # LMDZE makefile  # makefile for LMDZE.
3    
4  # For G95 0.91  # For G95 0.91
5    
6  FC = g95  FC = g95
7    
8  netcdf_inc_dir = /home/guez/include/NetCDF_g95  netcdf_inc_dir = /home/guez/include/NetCDF_g95 /home/guez/include
9  netcdf_lib_dir = /home/guez/lib /home/guez/lib/NetCDF_g95  netcdf_lib_dir = /home/guez/lib /home/guez/lib/NetCDF_g95
10    
11  numer_rec_dir = /home/guez/lib/Numer_Rec_Lionel/a  numer_rec_dir = /home/guez/lib/Numer_Rec_Lionel/a
# Line 13  netcdf95_dir = /home/guez/lib/NetCDF95/g Line 13  netcdf95_dir = /home/guez/lib/NetCDF95/g
13  IOIPSL_dir = /home/guez/lib/IOIPSL_Lionel/ac  IOIPSL_dir = /home/guez/lib/IOIPSL_Lionel/ac
14    
15  # Include flags:  # Include flags:
16  inc_flags =-I${libf_dir} -I${libf_dir}/dyn3d -I${libf_dir}/phylmd -I${libf_dir}/filtrez -I${netcdf_inc_dir} -I${numer_rec_dir} -I${netcdf95_dir} -I${IOIPSL_dir}  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})
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.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.21