Changeset 15337


Ignore:
Timestamp:
06/26/13 16:22:53 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: new mkl library on pleiades required other flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r15334 r15337  
    871871                HAVE_MKL=yes
    872872                MKLINCL=""
    873                 MKLLIB=-L"$MKL_ROOT -lmkl -lmkl_lapack -lmkl_scalapack_ilp64   -lmkl_blacs_sgimpt_ilp64 -lguide  -lpthread"
     873                if test x$VENDOR = xintel-pleiades; then
     874                 MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread"
     875                else
     876                 MKLLIB=-L"$MKL_ROOT -lmkl -lmkl_lapack -lmkl_scalapack_ilp64 -lmkl_blacs_sgimpt_ilp64 -lguide -lpthread"
     877                fi
    874878                AC_DEFINE([_HAVE_MKL_],[1],[with mkl in ISSM src])
    875879                AC_SUBST([MKLLIB])
Note: See TracChangeset for help on using the changeset viewer.