Ignore:
Timestamp:
07/11/16 11:48:31 (8 years ago)
Author:
roche
Message:

Corrected a few little issues to create libgrisli with gfortran. afq, dmr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim/SOURCES/Makefile

    r77 r78  
    22# Makefile pour construire les executables grisli en fonction de la machin 
    33# Pour compiler : make -f Makefile-template Grice2sea 
    4 #  
     4# 
    55#       machine sur laquelle on tourne 
    66#------------------------------------------- 
     
    1111 
    1212# Choice for compiler (ifort = 1, gfortran = 0) 
    13 ifort ?= 1 
     13ifort := 0 
    1414 
    1515# Choice for librairies (mkl_c = 1 = MKL,  = 0 = BLAS) 
    1616# NOTA: mkl_c = 1 with ifort = 0 ignores the MKL and uses BLAS anyhow 
    17 mkl_c ?= 1 
     17mkl_c := 0 
    1818 
    19 #ifeq ($(ifort),1) 
     19ifeq ($(ifort),1) 
    2020  include Fichiers-parametres/Makefile.tof-lsce3130.inc 
    21 #else 
    22 #  include Fichiers-parametres/Makefile.dmr-lsce3027.inc 
    23 #endif 
     21else 
     22  include Fichiers-parametres/Makefile.dmr-lsce3027.inc 
     23endif 
    2424 
    2525#     Compilation (le corps du Makefile) 
    2626#------------------------------------------- 
    2727 
    28 #ifeq ($(ifort),1) 
     28ifeq ($(ifort),1) 
    2929  include Makefile.grisli.inc 
    30 #else 
    31 #  include Makefile.grisli-gfortran.inc 
    32 #endif 
     30else 
     31  include Makefile.grisli-gfortran.inc 
     32endif 
Note: See TracChangeset for help on using the changeset viewer.