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

Annotation of /trunk/Compiler_options/f90.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 134 - (hide annotations)
Wed Apr 29 15:47:56 2015 UTC (9 years, 1 month ago) by guez
File size: 620 byte(s)
Sources inside, compilation outside.
1 guez 3 # These are machine dependent macros, meant to be included in the
2     # LMDZE makefile
3    
4 guez 27 # For the MIPSpro 7 Fortran 90 compiler
5 guez 3
6 guez 27 # Include flags:
7     inc_flags = -I${libf_dir} -I${libf_dir}/phylmd -I/usr/local/pub/include -I${workdir}/IOIPSL_k
8 guez 3
9 guez 27 # Other flags which do not affect run time performance:
10     lang_flags = -ansi -fullwarn
11 guez 3
12 guez 27 # Flags which affect run time performance:
13     perf_flags = -check_bounds -g2 -O0 -DEBUG:div_check=3:subscript_check=ON:verbose_runtime=ON -DEBUG:trap_uninitialized=ON
14    
15 guez 83 FFLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
16 guez 3 LDFLAGS =
17    
18 guez 27 LDLIBS= -L${workdir}/IOIPSL_k -lioipsl -L/usr/local/pub/lib64 -lnetcdf

  ViewVC Help
Powered by ViewVC 1.1.21