Skip to content

Commit

Permalink
Merge Pull Request #3915 from trilinos/Trilinos/csiefer-0376131
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Ctest: Modifying Geminga build scripts to work around Kokkos-Kernels #347
PR Author: csiefer2
  • Loading branch information
trilinos-autotester authored Nov 21, 2018
2 parents 6b0b36e + 0376131 commit cf6553a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ MACRO(TRILINOS_SYSTEM_SPECIFIC_CTEST_DRIVER)
"-DTPL_ENABLE_CUSPARSE:BOOL=ON"
"-DTPL_ENABLE_HWLOC:BOOL=OFF"

# Host Blas is required (https://github.com/kokkos/kokkos-kernels/issues/347) for Kokkos-Kernels to build correctly
"-DTPL_ENABLE_BLAS:BOOL=ON"
"-DTPL_ENABLE_LAPACK:BOOL=ON"
"-DTPL_BLAS_LIBRARIES=/usr/lib64/libblas.so.3.2.1"
"-DTPL_LAPACK_LIBRARIES=/usr/lib64/liblapack.so.3.2.1"

### PACKAGE CONFIGURATION ###
"-DKokkos_ENABLE_Cuda:BOOL=ON"
"-DKokkos_ENABLE_Cuda_UVM:BOOL=ON"
Expand Down

0 comments on commit cf6553a

Please sign in to comment.