Changeset 19407
- Timestamp:
- 06/16/15 16:06:33 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r19397 r19407 1328 1328 dnl mkl headers and libraries 1329 1329 if test "x$HAVE_MKL" == "xyes"; then 1330 dnl look at $ISSM_DIR/externalpackages/petsc/install/lib/petsc/conf/petscvariables BLASLAPACK_LIB 1330 1331 MKLINCL="" 1331 1332 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" 1333 1334 elif test x$VENDOR = xintel-discover; then 1334 1335 MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread"
Note:
See TracChangeset
for help on using the changeset viewer.