Changeset 65 for trunk/SOURCES/Makefile


Ignore:
Timestamp:
05/18/16 17:11:29 (8 years ago)
Author:
dumas
Message:

Deleting unused variables and move old sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Makefile

    r64 r65  
     1 
    12# Makefile pour construire les executables grisli en fonction de la machin 
    23# Pour compiler : make -f Makefile-template Grice2sea 
     
    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 
    1819#ifeq ($(ifort),1) 
Note: See TracChangeset for help on using the changeset viewer.