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

Annotation of /trunk/Compilers/f90.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 3 months ago) by guez
Original Path: trunk/Compilers/Rhodes.mk
File size: 506 byte(s)
Initial import
1 guez 3 # These are machine dependent macros, meant to be included in the
2     # LMDZE makefile
3    
4     # For the MIPSpro 7 Fortran 90 compiler on Rhodes.
5    
6     FC = f90
7    
8     FFLAGS = -I${bypr_dir} -Igrid -Idyn3d -Iphylmd -I/usr/local/pub/include -I${workdir}/IOIPSL_k
9    
10     F90FLAGS = -ansi -check_bounds -fullwarn -g2 -O0 -DEBUG:div_check=3:subscript_check=ON:verbose_runtime=ON -DEBUG:trap_uninitialized=ON ${FFLAGS}
11    
12     CPPFLAGS = $(addprefix -D, ${macros})
13     LDFLAGS =
14    
15     LDLIBS=-L${workdir}/IOIPSL_k -lioipsl -L/usr/local/pub/lib64 -lnetcdf

  ViewVC Help
Powered by ViewVC 1.1.21