Changeset 19557


Ignore:
Timestamp:
09/17/15 16:11:46 (10 years ago)
Author:
seroussi
Message:

CHG: added info for lonestar cluster

File:
1 edited

Legend:

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

    r19552 r19557  
    224224                        export CFLAGS=" -D_INTEL_LINUX_"
    225225                        export CXXFLAGS=" -D_INTEL_LINUX_"
     226                elif test $VENDOR = intel-lonestar; then
     227                        export CC=icc
     228                        export CXX=icpc
    226229                elif test $VENDOR = intel-discover; then
    227230                        export CC=icc
     
    13501353                elif test x$VENDOR = xintel-gp; then
    13511354                        MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm"
     1355                elif test x$VENDOR = xintel-lonestar; then
     1356                        MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm"
    13521357                else
    13531358                        MKLLIB=-L"$MKL_ROOT -lmkl -lmkl_lapack -lmkl_scalapack_ilp64 -lmkl_blacs_sgimpt_ilp64 -lguide -lpthread"
Note: See TracChangeset for help on using the changeset viewer.