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

Diff of /trunk/Compiler_options/f90.mk

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

trunk/Compilers/compaq.mk revision 27 by guez, Thu Mar 25 14:29:07 2010 UTC trunk/Compilation/Compiler_options/f90.mk revision 94 by guez, Tue Apr 1 17:27:47 2014 UTC
# Line 3  Line 3 
3    
4  # For the MIPSpro 7 Fortran 90 compiler  # For the MIPSpro 7 Fortran 90 compiler
5    
 FC = f90  
   
6  # Include flags:  # Include flags:
7  inc_flags = -I${libf_dir} -I${libf_dir}/phylmd -I/usr/local/pub/include -I${workdir}/IOIPSL_k  inc_flags = -I${libf_dir} -I${libf_dir}/phylmd -I/usr/local/pub/include -I${workdir}/IOIPSL_k
8    
# Line 14  lang_flags = -ansi -fullwarn Line 12  lang_flags = -ansi -fullwarn
12  # Flags which affect run time performance:  # 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  perf_flags = -check_bounds -g2 -O0 -DEBUG:div_check=3:subscript_check=ON:verbose_runtime=ON -DEBUG:trap_uninitialized=ON
14    
15  FFLAGS = ${inc_flags} ${perf_flags}  FFLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
 F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}  
16  LDFLAGS =  LDFLAGS =
17    
18  LDLIBS= -L${workdir}/IOIPSL_k -lioipsl -L/usr/local/pub/lib64 -lnetcdf  LDLIBS= -L${workdir}/IOIPSL_k -lioipsl -L/usr/local/pub/lib64 -lnetcdf

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

  ViewVC Help
Powered by ViewVC 1.1.21