Changeset 19321
- Timestamp:
- 04/24/15 16:10:38 (10 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r19231 r19321 1276 1276 BLASLAPACKINCL="" 1277 1277 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 " 1279 1282 else 1280 1283 dnl: branch on whether we are running on windows or linux. … … 1318 1321 if test x$VENDOR = xintel-pleiades; then 1319 1322 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" 1320 1325 elif test x$VENDOR = xintel-acenet; then 1321 1326 MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm"
Note:
See TracChangeset
for help on using the changeset viewer.