Skip to content

Commit 6114d26

Browse files
authored
Merge branch 'master' into feature/han12/pygeosx_docker
2 parents 349faac + adffaa8 commit 6114d26

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ endif()
765765

766766
if( ENABLE_HYPRE )
767767
set( HYPRE_DIR "${CMAKE_INSTALL_PREFIX}/hypre" )
768-
set( HYPRE_URL "${TPL_MIRROR_DIR}/hypre-v2.30.0-44-geab5f9f7f.tar.gz" )
768+
set( HYPRE_URL "${TPL_MIRROR_DIR}/hypre-v2.31.0-13-g4f5d6ad50.tar.gz" )
769769
set( HYPRE_DEPENDS "" )
770770

771771

@@ -802,6 +802,7 @@ if( ENABLE_HYPRE )
802802
set( HYPRE_CUDA_FLAGS "\
803803
--with-cuda --with-cuda-home=${CUDA_TOOLKIT_ROOT_DIR} \
804804
--enable-cusparse \
805+
--enable-cusolver \
805806
--enable-unified-memory \
806807
--with-gpu-arch=${HYPRE_CUDA_SM} \
807808
--with-umpire \

scripts/updateHypre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sed -i "s/\$develop_string/$HYPRE_DEVELOP_STRING/g" ${HYPRE_SRC_DIR}/configure
3131
sed -i "s/\$develop_lasttag/$HYPRE_DEVELOP_LASTAG/g" ${HYPRE_SRC_DIR}/configure
3232
sed -i "s/\$develop_number/$HYPRE_DEVELOP_NUMBER/g" ${HYPRE_SRC_DIR}/configure
3333
sed -i "s/\$develop_branch/$HYPRE_DEVELOP_BRANCH/g" ${HYPRE_SRC_DIR}/configure
34-
sed -i "s/\$HYPRE_SRCDIR\/..\/.git/\$HYPRE_SRCDIR/g" ${HYPRE_SRC_DIR}/configure
34+
sed -i "s/\$HYPRE_SRCDIR\/..\/.git/\$HYPRE_SRCDIR/g" ${HYPRE_SRC_DIR}/configure
3535

3636
# Remove git machinery from configure
3737
sed -i '/^[[:space:]]*develop_lastag=\$/d' ${HYPRE_SRC_DIR}/configure

tplMirror/hypre-v2.30.0-44-geab5f9f7f.tar.gz

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:512b8f1095b35cbf49bb673897e1589002db2375334153eb740fca9556551362
3+
size 4389717

0 commit comments

Comments
 (0)