Ignore:
Timestamp:
07/05/16 11:20:52 (8 years ago)
Author:
dumas
Message:

Merge branche iLOVECLIM sur rev 76

Location:
branches/iLoveclim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • branches/iLoveclim/SOURCES/Makefile

    r40 r77  
     1 
    12# Makefile pour construire les executables grisli en fonction de la machin 
    23# Pour compiler : make -f Makefile-template Grice2sea 
     
    1011 
    1112# Choice for compiler (ifort = 1, gfortran = 0) 
    12 ifort ?= 0 
     13ifort ?= 1 
    1314 
    1415# Choice for librairies (mkl_c = 1 = MKL,  = 0 = BLAS) 
    1516# NOTA: mkl_c = 1 with ifort = 0 ignores the MKL and uses BLAS anyhow 
    16 mkl_c ?= 0 
     17mkl_c ?= 1 
    1718 
    18 ifeq ($(ifort),1) 
     19#ifeq ($(ifort),1) 
    1920  include Fichiers-parametres/Makefile.tof-lsce3130.inc 
    20 else 
    21   include Fichiers-parametres/Makefile.dmr-lsce3027.inc 
    22 endif 
     21#else 
     22#  include Fichiers-parametres/Makefile.dmr-lsce3027.inc 
     23#endif 
    2324 
    2425#     Compilation (le corps du Makefile) 
    2526#------------------------------------------- 
    2627 
    27 ifeq ($(ifort),1) 
     28#ifeq ($(ifort),1) 
    2829  include Makefile.grisli.inc 
    29 else 
    30   include Makefile.grisli-gfortran.inc 
    31 endif 
     30#else 
     31#  include Makefile.grisli-gfortran.inc 
     32#endif 
Note: See TracChangeset for help on using the changeset viewer.