Changeset 19321


Ignore:
Timestamp:
04/24/15 16:10:38 (10 years ago)
Author:
schlegel
Message:

CHG: Updates for discover intel13

Location:
issm/trunk-jpl
Files:
1 added
1 deleted
1 edited

Legend:

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

    r19231 r19321  
    12761276                BLASLAPACKINCL=""
    12771277                if test x$VENDOR = xintel-discover; then
    1278                         BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide -lpthread"
     1278                   dnl works for intel 11
     1279                        dnl BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide -lpthread "
     1280                        dnl dnl works for intel 13
     1281                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack95_lp64 -lmkl_rt "
    12791282                else
    12801283                        dnl: branch on whether we are running on windows or linux.
     
    13181321                if test x$VENDOR = xintel-pleiades; then
    13191322                        MKLLIB=-L"$MKL_ROOT -lmkl_core -lmkl_blas95_lp64 -lmkl_lapack95_lp64 -liomp5 -lpthread -lmkl_intel_thread -lmkl_intel_sp2dp"
     1323                elif test x$VENDOR = xintel-discover; then
     1324                        MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread"
    13201325                elif test x$VENDOR = xintel-acenet; then
    13211326                        MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm"
Note: See TracChangeset for help on using the changeset viewer.