Changeset 19407


Ignore:
Timestamp:
06/16/15 16:06:33 (10 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed MKL

File:
1 edited

Legend:

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

    r19397 r19407  
    13281328        dnl mkl headers and libraries
    13291329        if test "x$HAVE_MKL" == "xyes"; then
     1330         dnl look at $ISSM_DIR/externalpackages/petsc/install/lib/petsc/conf/petscvariables BLASLAPACK_LIB
    13301331                MKLINCL=""
    13311332                if test x$VENDOR = xintel-pleiades; then
    1332                         MKLLIB=-L"$MKL_ROOT -lmkl_core -lmkl_blas95_lp64 -lmkl_lapack95_lp64 -liomp5 -lpthread -lmkl_intel_thread -lmkl_intel_sp2dp"
     1333                   MKLLIB="-Wl,-rpath,/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64 -L/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm"
    13331334                elif test x$VENDOR = xintel-discover; then
    13341335                        MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread"
Note: See TracChangeset for help on using the changeset viewer.