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

Contents of /trunk/Compilers/Rhodes.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
File size: 506 byte(s)
Initial import
1 # 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