-
Notifications
You must be signed in to change notification settings - Fork 196
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
AMReX/pyAMReX/PICSAR: weekly update #5512
Conversation
Any change on the AMReX end that could explain the CUDA and HIP errors seen here? |
I think it is related to AMReX-Codes/amrex#4259, we probably need to update our dependencies to include packages that were not needed before. I will give it a try following what is done in AMReX-Codes/amrex#4259. |
@@ -41,7 +41,8 @@ sudo apt-get install -y \ | |||
cuda-nvml-dev-11-3 \ | |||
cuda-nvtx-11-3 \ | |||
libcufft-dev-11-3 \ | |||
libcurand-dev-11-3 | |||
libcurand-dev-11-3 \ | |||
libcusparse-dev-11-3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WeiqunZhang @atmyers Does this mean that installation instructions for e.g. Perlmutter should be updated to make sure that cusparse
is installed?
https://warpx.readthedocs.io/en/latest/install/hpc/perlmutter.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's part of the cuda package already installed on perlmutter. I don't we need anything special.
Yes, I pinged you here. #5493 (comment) |
Ah cool, thanks @WeiqunZhang. I think I had missed that ping. |
./Tools/Release/updateAMReX.py
./Tools/Release/updatepyAMReX.py
./Tools/Release/updatePICSAR.py