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

Diff of /trunk/Compilers/xlf.mk

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

revision 29 by guez, Mon Dec 14 15:25:16 2009 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 XL Fortran  # For IBM XL Fortran
5    
6  FC = xlf95  FC = xlf95
7    
# Line 23  perf_flags = -qdbg -qfloat=nans -qfloat= Line 23  perf_flags = -qdbg -qfloat=nans -qfloat=
23  ##-O3 -qnostrict -qessl -qextchk  ##-O3 -qnostrict -qessl -qextchk
24  ## "-qflttrap=invalid" gives an error in "orografi.F"  ## "-qflttrap=invalid" gives an error in "orografi.F"
25  ##-qcheck severe error in etat0  ##-qcheck severe error in etat0
26    # "-qcheck -qextchk" give an error in module "mathelp", procedure
27    # "trans_buff", for a "gcm" run.
28    
29  FFLAGS = ${inc_flags} -qfixed ${perf_flags}  FFLAGS = ${inc_flags} -qfixed ${perf_flags}
30  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