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

Diff of /trunk/Compilers/pgf95.mk

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

revision 29 by guez, Thu Mar 25 14:29:07 2010 UTC revision 30 by guez, Thu Apr 1 09:07:28 2010 UTC
# Line 1  Line 1 
1  # These are compiler dependent macros, meant to be included in the  # These are compiler dependent macros, meant to be included in the
2  # makefile for LMDZE.  # makefile for LMDZE.
3    
4  # For pgf95 version 6  # For pgf95 version 7
5    
6  FC = pgf95  FC = pgf95
7    
# Line 21  lang_flags = -Mstandard -Minform=inform Line 21  lang_flags = -Mstandard -Minform=inform
21  # Flags which affect run time performance:  # Flags which affect run time performance:
22  perf_flags = -g -Kieee -Ktrap=fp -Mbounds -Mchkfpstk -Mchkptr -Mpgicoff  perf_flags = -g -Kieee -Ktrap=fp -Mbounds -Mchkfpstk -Mchkptr -Mpgicoff
23  ##-fastsse -O3  ##-fastsse -O3
24    # "-Mbounds" gives an error in module "mathelp", procedure "trans_buff",
25    # for a "gcm" run.
26    
27  FFLAGS = ${inc_flags} ${perf_flags}  FFLAGS = ${inc_flags} ${perf_flags}
28  F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}  F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.21