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

Diff of /trunk/Compilers/xlf95.mk

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

trunk/Compilers/xlf.mk revision 23 by guez, Mon Dec 14 15:25:16 2009 UTC trunk/Compilers/xlf95.mk revision 62 by guez, Thu Jul 26 14:37:37 2012 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
   
 FC = xlf95  
5    
6  numer_rec_dir =  ${workdir}/lib/Numer_Rec_Lionel_v  numer_rec_dir =  ${workdir}/lib/Numer_Rec_Lionel_v
7  netcdf95_dir = ${workdir}/lib/NetCDF95  netcdf95_dir = ${workdir}/lib/NetCDF95
# Line 23  perf_flags = -qdbg -qfloat=nans -qfloat= Line 21  perf_flags = -qdbg -qfloat=nans -qfloat=
21  ##-O3 -qnostrict -qessl -qextchk  ##-O3 -qnostrict -qessl -qextchk
22  ## "-qflttrap=invalid" gives an error in "orografi.F"  ## "-qflttrap=invalid" gives an error in "orografi.F"
23  ##-qcheck severe error in etat0  ##-qcheck severe error in etat0
24    # "-qcheck -qextchk" give an error in module "mathelp", procedure
25    # "trans_buff", for a "gcm" run.
26    
27  FFLAGS = ${inc_flags} -qfixed ${perf_flags}  FFLAGS = ${inc_flags} -qfixed ${perf_flags}
28  F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}  F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}

Legend:
Removed from v.23  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.21