Skip to content

Commit

Permalink
Merge pull request #52 from rporcu/fix_hypre_polaris_setup
Browse files Browse the repository at this point in the history
Fix HYPRE Gpu setup for Polaris
  • Loading branch information
rporcu authored Nov 1, 2023
2 parents 725001a + 0a10e6d commit f6b4cbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source_docs/getting_started/hpc/Polaris.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,12 @@ prior to following any of the full build instructions above.
-DCMAKE_CUDA_ARCHITECTURES=80 \
-DHYPRE_ENABLE_CUSPARSE=ON \
-DHYPRE_ENABLE_CURAND=ON \
-DCMAKE_CXX_COMPILER=$(which nvc++)
-DCMAKE_CXX_COMPILER=$(which nvc++) \
-DMPI_CXX_COMPILER=$(which CC) \
-DCMAKE_C_COMPILER=$(which nvc) \
-DMPI_C_COMPILER=$(which cc) \
-DHYPRE_INSTALL_PREFIX="${HYPRE_ROOT}
-DHYPRE_INSTALL_PREFIX=$HYPRE_INSTALL_DIR
cd build/
make -j8 install
popd
Expand Down

0 comments on commit f6b4cbd

Please sign in to comment.