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

Annotation of /trunk/Compilers/compaq.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (hide annotations)
Thu Mar 25 14:29:07 2010 UTC (14 years, 1 month ago) by guez
File size: 668 byte(s)
"dyn3d" and "filtrez" do not contain any included file so make rules
have been updated.

"comdissip.f90" was useless, removed it.

"dynredem0" wrote undefined value in "controle(31)", that was
overwritten by "dynredem1". Now "dynredem0" just writes 0 to
"controle(31)".

Removed arguments of "inidissip". "inidissip" now accesses the
variables by use association.

In program "etat0_lim", "itaufin" is not defined so "dynredem1" wrote
undefined value to "controle(31)". Added argument "itau" of
"dynredem1" to correct that.

"itaufin" does not need to be a module variable (of "temps"), made it
a local variable of "leapfrog".

Removed calls to "diagedyn" from "leapfrog".

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     FC = f90
7    
8 guez 27 # Include flags:
9     inc_flags = -I${libf_dir} -I${libf_dir}/phylmd -I/usr/local/pub/include -I${workdir}/IOIPSL_k
10 guez 3
11 guez 27 # Other flags which do not affect run time performance:
12     lang_flags = -ansi -fullwarn
13 guez 3
14 guez 27 # Flags which affect run time performance:
15     perf_flags = -check_bounds -g2 -O0 -DEBUG:div_check=3:subscript_check=ON:verbose_runtime=ON -DEBUG:trap_uninitialized=ON
16    
17     FFLAGS = ${inc_flags} ${perf_flags}
18     F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
19 guez 3 LDFLAGS =
20    
21 guez 27 LDLIBS= -L${workdir}/IOIPSL_k -lioipsl -L/usr/local/pub/lib64 -lnetcdf

  ViewVC Help
Powered by ViewVC 1.1.21