Changeset 18980


Ignore:
Timestamp:
01/05/15 15:59:00 (10 years ago)
Author:
schlegel
Message:

CHG: update mkl to new compiler comp-intel/2015.0.090

File:
1 edited

Legend:

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

    r18801 r18980  
    12541254                MKLINCL=""
    12551255                if test x$VENDOR = xintel-pleiades; then
    1256                         MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread"
     1256                        MKLLIB=-L"$MKL_ROOT -lmkl_core -lmkl_blas95_lp64 -lmkl_lapack95_lp64 -liomp5 -lpthread -lmkl_intel_thread -lmkl_intel_sp2dp"
    12571257                elif test x$VENDOR = xintel-acenet; then
    12581258                        MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm"
Note: See TracChangeset for help on using the changeset viewer.