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

Annotation of /trunk/Compiler_options/nagfor_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (hide annotations)
Wed Sep 9 10:41:47 2015 UTC (8 years, 9 months ago) by guez
File size: 810 byte(s)
In order to be able to choose finer resolutions, set large memory
model in compiler options and use dynamic libraries.

Variables rlatd, rlond, cuphy and cvphy of module comgeomphy were
never used. (In LMDZ, they are used only for Orchid.)

There is a bug in PGI Fortran 13.10 that does not accept the
combination of forall, pack and spread in regr_pr_av and
regr_pr_int. In order to circumvent this bug, created the function
gr_dyn_phy.

In program test_inifilr, use a single latitude coordinate for north
and south.

1 guez 97 # These are compiler dependent macros, meant to be included in the
2     # makefile for LMDZE.
3    
4 guez 168 netcdf_inc_dir = /opt/netcdf3/nag/include
5     netcdf_lib_dir = /opt/netcdf3/nag/lib
6    
7 guez 97 numer_rec_95_dir = /data/guez/lib/Numer_Rec_95_nagfor
8     nr_util_dir = /data/guez/lib/NR_util_nagfor
9     netcdf95_dir = /data/guez/lib/NetCDF95_nagfor
10     jumble_dir = /data/guez/lib/Jumble_nagfor
11    
12 guez 168 lib_dir_list = ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}
13    
14 guez 97 # Include flags:
15 guez 168 FFLAGS = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})
16 guez 97
17     FFLAGS += -free
18    
19 guez 168 comma = ,
20 guez 97
21 guez 168 LDLIBS = $(addprefix -L, ${lib_dir_list}) -lnetcdf95 -lnetcdf -lnumer_rec_95 -ljumble -lnr_util
22    
23 guez 97 version_flag = -V
24 guez 168 nag_fcalls_options = -calledby -index ${FFLAGS}
25     nag_cross_options = -key ${FFLAGS}

  ViewVC Help
Powered by ViewVC 1.1.21