Mou Lin
Results
1
issues of
Mou Lin
Hello, I am trying to build hypre on our cluster with CMake with the following options: ``` cmake ../src -DBUILD_SHARED_LIBS=ON \ -DHYPRE_ENABLE_PRINT_ERRORS=ON \ -DHYPRE_ENABLE_CUDA=ON \ -DCMAKE_CUDA_ARCHITECTURES='80' \ -DHYPRE_ENABLE_UNIFIED_MEMORY=ON \ -DHYPRE_BUILD_EXAMPLES=ON...