Changeset 12642
- Timestamp:
- 07/17/12 11:38:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r12624 r12642 756 756 dnl defaults 757 757 HAVE_SCALAPACK=yes 758 if test $VENDOR =intel-discover; then758 if test x$VENDOR = xintel-discover; then 759 759 SCALAPACKLIB=-L"$SCALAPACK_ROOT/ -lmkl_scalapack_lp64" 760 760 else … … 781 781 BLASLAPACKINCL="" 782 782 783 if test $VENDOR =intel-discover; then783 if test x$VENDOR = xintel-discover; then 784 784 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide -lpthread" 785 785 else … … 894 894 HAVE_BLACS=yes 895 895 BLACSINCL="" 896 if test $VENDOR =intel-discover; then896 if test x$VENDOR = xintel-discover; then 897 897 BLACSLIB=-L"$BLACS_ROOT/ -lmkl_blacs_intelmpi_lp64" 898 898 else
Note:
See TracChangeset
for help on using the changeset viewer.