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

Annotation of /trunk/Compilers/g95.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
File size: 907 byte(s)
Initial import
1 guez 3 # These are machine dependent macros, meant to be included in the
2     # LMDZE makefile
3    
4     # For G95 0.91
5    
6     FC = g95
7    
8     # Include flags:
9     inc_flags =-I${libf_dir} -I${libf_dir}/dyn3d -I${libf_dir}/phylmd -I${libf_dir}/filtrez -I/home/guez/include -I/home/guez/lib/IOIPSL_Lionel/ac -I/home/guez/lib/Numer_Rec_Lionel/a
10    
11     # Other flags which do not affect run time performance:
12     lang_flags = -ffree-form -pedantic -std=f95 -Wall -Wextra -Wno=136,163,165
13     # Warning (136): Module variable is never used
14     # Warning (163): Actual argument does not have an INTENT
15     # Warning (165): Implicit interface
16    
17     # Flags which affect run time performance:
18     perf_flags = -fbounds-check -freal=nan -ftrace=full -g -O0
19    
20     FFLAGS = ${inc_flags} ${perf_flags}
21     F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
22    
23     LDLIBS = -L/home/guez/lib/IOIPSL_Lionel/ac -L/home/guez/lib -L/home/guez/lib/Numer_Rec_Lionel/a -lioipsl -lnetcdff -lnetcdf -lnumer_rec

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.21