--- trunk/Compilers/g95.mk 2010/03/30 10:44:42 29 +++ trunk/Compilers/g95.mk 2010/04/01 09:07:28 30 @@ -1,7 +1,7 @@ # These are compiler dependent macros, meant to be included in the # makefile for LMDZE. -# For G95 0.91 +# For G95 FC = g95 @@ -10,10 +10,9 @@ numer_rec_dir = /home/guez_local/lib/Numer_Rec_Lionel/w netcdf95_dir = /home/guez_local/lib/NetCDF95/g95 -IOIPSL_dir = /home/guez_local/lib/IOIPSL_Lionel/aq # Include flags: -inc_flags = $(addprefix -I, ${libf_dir} ${libf_dir}/phylmd ${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}) # Other flags which do not affect run time performance: lang_flags = -ffree-form -pedantic -std=f95 -Wall -Wextra -Wno=136,163,165 @@ -27,4 +26,4 @@ FFLAGS = ${inc_flags} ${perf_flags} F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags} -LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_dir} ${netcdf95_dir} ${IOIPSL_dir}) -lioipsl -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec +LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_dir} ${netcdf95_dir}) -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec