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

Diff of /trunk/Compiler_options/xlf95.mk

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

trunk/Compilers/xlf.mk revision 30 by guez, Thu Apr 1 09:07:28 2010 UTC trunk/Compiler_options/xlf95.mk revision 134 by guez, Wed Apr 29 15:47:56 2015 UTC
# Line 3  Line 3 
3    
4  # For IBM XL Fortran  # For IBM XL Fortran
5    
 FC = xlf95  
   
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
8  IOIPSL_dir = ${workdir}/lib/IOIPSL_Lionel_ar  IOIPSL_dir = ${workdir}/lib/IOIPSL_Lionel_ar
# Line 26  perf_flags = -qdbg -qfloat=nans -qfloat= Line 24  perf_flags = -qdbg -qfloat=nans -qfloat=
24  # "-qcheck -qextchk" give an error in module "mathelp", procedure  # "-qcheck -qextchk" give an error in module "mathelp", procedure
25  # "trans_buff", for a "gcm" run.  # "trans_buff", for a "gcm" run.
26    
27  FFLAGS = ${inc_flags} -qfixed ${perf_flags}  FFLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
 F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}  
28    
29  LDFLAGS =  LDFLAGS =
30  ##-O3 -bnoquiet  ##-O3 -bnoquiet

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

  ViewVC Help
Powered by ViewVC 1.1.21