Skip to content

Commit

Permalink
Re-enabled cuda acceleration for hypre
Browse files Browse the repository at this point in the history
  • Loading branch information
sframba authored Dec 26, 2023
1 parent b818a93 commit dce2a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host-configs/TOTAL/pangea3-gcc8.4.1-openmpi-4.1.2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ set(PETSC_OMP_DIR ${GEOSX_TPL_ROOT_DIR}/omp-links-for-petsc CACHE STRING "")
# PETSc doesn't seem to work correctly with clang.
set(ENABLE_PETSC OFF CACHE BOOL "")
set(ENABLE_HYPRE ON CACHE BOOL "")
set(ENABLE_HYPRE_DEVICE "CPU" CACHE STRING "")
set(ENABLE_HYPRE_DEVICE "CUDA" CACHE STRING "")

set(SCOTCH_NUM_PROC 1 CACHE STRING "" )

Expand Down

0 comments on commit dce2a18

Please sign in to comment.