Changeset 295 for trunk


Ignore:
Timestamp:
04/02/20 16:55:25 (4 years ago)
Author:
aquiquet
Message:

Small modifications in makefiles for pgifortran compatibility (and iLoveclim branch compatibility)

Location:
trunk/SOURCES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Fichiers-parametres/Makefile.tof-lsce3130.inc

    r285 r295  
    5353 
    5454        FT        = $(IFORT) $(ARITHM) $(MKL_INC) #-traceback   -CB  #-g #-pg  # -g # -pg -ipo !aurel : j'ai enleve -CB 
     55        FTf       = $(FT) 
    5556        LK        = $(IFORT) $(ARITHM) -i_dynamic # -traceback   -CB # -g  #-pg   #-g #  -pg 
    5657        F_NETCDF  = $(IFORT) $(ARITHM) -c -I$(NCDF_INC) # -traceback  -CB   #-g #-pg -ipo # -g 
     
    7071 
    7172        ARITHMi    = -O2 -ffree-line-length-none -mtune=native -mfpmath=sse 
     73        ARITHMf    = -O2 -mtune=native -mfpmath=sse 
    7274 
    7375        ifeq ($(debug), 1) 
     
    7981# debug : -g -CB -fp-stack-check -check all 
    8082        FT        = $(IFORT) $(ARITHM) -c 
     83        FTf       = $(IFORT) $(ARITHMf) -c 
    8184        LK        = $(IFORT) $(ARITHM) 
    8285        F_NETCDF  = $(IFORT) $(ARITHM) -c -I$(NCDF_INC) 
  • trunk/SOURCES/Makefile.grisli.inc

    r286 r295  
    499499# BLAS : 
    500500%.o : BLAS/%.f 
    501         $(FT) -c BLAS/$*.f 
     501        $(FTf) -c BLAS/$*.f 
    502502         
    503503# Reduc et band:    
    504504%.o : LAPACK/%.f 
    505         $(FT) -c LAPACK/$*.f 
     505        $(FTf) -c LAPACK/$*.f 
    506506 
    507507 
Note: See TracChangeset for help on using the changeset viewer.