-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
KHARMA segfaults on Nvidia+Slingshot machines in some circumstances #46
Comments
I'm able to build the code (after a wait), but it still fails to run. Get the error: |
Renamed to reflect runtime nature, and that this is probably also related to not being able to use device-side MPI buffers on Delta & similar machines. Chicoma's down today but I'll take a look on both machines when I get the chance, it might be that the fix for MPI hangs clears this up or allows us to track it down better. |
Also linking here that the long build has been opened as a bug in Parthenon: parthenon-hpc-lab/parthenon#922. As I mention there, will take a look this week sometime as it's silly to be avoiding our best compiler stack. |
The default GPU build on Delta
./make.sh cuda hdf5
loads thenvhpc_latest
module. The C++ compiler then is NVHPC 22.2.0. This results in the following error while building Kokkos:The Kokkos version is 4.1.99 and the C++ version is 17
The text was updated successfully, but these errors were encountered: