Ignore:
Timestamp:
12/17/15 14:33:25 (9 years ago)
Author:
dumas
Message:

Mise a jour pour etre compatible avec le code couple iLOVECLIM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Makefile.grisli.inc

    r27 r29  
    297297#       BLAS/strsm.o BLAS/xerbla.o 
    298298ifeq ($(mkl_c), 0) 
    299 Liste_BLAS = band.o reduc.o \ 
     299Liste_BLAS = LAPACK/band.o LAPACK/reduc.o \ 
    300300        BLAS/isamax.o BLAS/lsame.o BLAS/scopy.o \ 
    301301        BLAS/slamch.o BLAS/slabad.o BLAS/slange.o \ 
     
    10341034        $(FT) lastoutput-0.2.f 
    10351035 
    1036 lect-eis.o : lect-eis.F 
    1037         $(FT) lect-eis.F 
     1036lect-eis.o : lect-eis.f90 
     1037        $(FT) lect-eis.f90 
    10381038 
    10391039lect_datfile.o : lect_datfile.f90 
     
    10461046        $(FT) limit_file.f90 
    10471047 
    1048 lineartemp-0.2.o : lineartemp-0.2.F#module3d.mod 
    1049         $(FT) lineartemp-0.2.F 
     1048lineartemp-0.2.o : lineartemp-0.2.f90 
     1049        $(FT) lineartemp-0.2.f90 
    10501050 
    10511051litho-0.3.o : litho-0.3.f90#module3d.mod iso_declar.mod 
     
    13511351        $(FT) New-remplimat/graph-sgbsv.f90 
    13521352 
    1353 # Routines venant de bibliotheques exterieures 
    1354 reduc.o : reduc.f#module3d.mod 
    1355         $(FT) $(F_90) reduc.f 
    1356  
    1357 # band vient de Lapack 
    1358 band.o: band.f 
    1359         $(FT) $(F_90) band.f 
     1353# LAPACK 
     1354reduc.o : LAPACK/reduc.f 
     1355        $(FT) $(F_90) LAPACK/reduc.f 
     1356 
     1357band.o: LAPACK/band.f 
     1358        $(FT) $(F_90) LAPACK/band.f 
    13601359 
    13611360ifeq ($(mkl_c), 0) 
Note: See TracChangeset for help on using the changeset viewer.