Changeset 19409


Ignore:
Timestamp:
06/18/15 11:24:09 (10 years ago)
Author:
schlegel
Message:

CHG: update patch for new mpi

Location:
issm/trunk-jpl/externalpackages/dakota/configs/5.3.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/dakota/configs/5.3.1/BuildDakotaCustom.cmake.patch

    r15247 r19409  
    1313---
    1414> set(BOOST_ROOT
    15 >     "$ENV{ISSM_DIR}/externalpackages/boost/install"
     15>     "/nasa/boost/1.50.0"
    1616>     CACHE PATH "Use non-standard Boost install" FORCE)
    1717> set( Boost_NO_SYSTEM_PATHS TRUE
  • issm/trunk-jpl/externalpackages/dakota/configs/5.3.1/CMakeLists.txt.pfe.patch

    r18340 r19409  
    33---
    44> # TODO: Can't this be integrated into the following logic?
    5 > set(BLAS_LIBS "-L/nasa/intel/mkl/10.0.011/lib/em64t/ -lmkl -lmkl_lapack -liomp5 -lpthread")
    6 > set(LAPACK_LIBS "-L/nasa/intel/mkl/10.0.011/lib/em64t/ -lmkl -lmkl_lapack -liomp5 -lpthread")
     5> set(BLAS_LIBS "-L/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64/ -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm")
     6> set(LAPACK_LIBS "-L/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64/ -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm")
Note: See TracChangeset for help on using the changeset viewer.