Changeset 12642


Ignore:
Timestamp:
07/17/12 11:38:12 (13 years ago)
Author:
seroussi
Message:

Fixed warnings in case VENDOR is undefined

File:
1 edited

Legend:

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

    r12624 r12642  
    756756                dnl defaults
    757757                HAVE_SCALAPACK=yes
    758                 if test $VENDOR = intel-discover; then
     758                if test x$VENDOR = xintel-discover; then
    759759                 SCALAPACKLIB=-L"$SCALAPACK_ROOT/ -lmkl_scalapack_lp64"
    760760                else
     
    781781                BLASLAPACKINCL=""
    782782       
    783                 if test $VENDOR = intel-discover; then
     783                if test x$VENDOR = xintel-discover; then
    784784                 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide -lpthread"
    785785                else
     
    894894                HAVE_BLACS=yes
    895895                BLACSINCL=""
    896                 if test $VENDOR = intel-discover; then
     896                if test x$VENDOR = xintel-discover; then
    897897                 BLACSLIB=-L"$BLACS_ROOT/ -lmkl_blacs_intelmpi_lp64"
    898898                else
Note: See TracChangeset for help on using the changeset viewer.