-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Pangea3 host config with C++17 standard #253
Conversation
Hi Stefano, can you share which models don't work with hypre GPU? |
Hi @victorapm , this was the way we used to compile everything on Pangea 3 (Power9 CPUs with Nvidia V100+ nvcc 11.0.3), we had some issues with some solvers such as |
Hi again @victorapm, it seems that with the latest version of hypre, one of the GEOS unit tests still fails on Pangea3: |
Thanks, Stefano! I will check with @castelletto1 about the failing test |
Companion PR to GEOS' PR #2910, this PR updates the Pangea 3 host config file after upgrade od
cuda
to version11.5
on this machine. In particular,The default hypre implementation on the machine is set to CPU (GPU not supported for all applications)hypre with cuda acceleration seems to be mostly working now