-
Notifications
You must be signed in to change notification settings - Fork 50
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
Kokkos and Cabana installation issues on GPU #660
Comments
It looks like this wasn't a clean build - try removing all build folders entirely, reconfiguring, and then rebuilding. And you shouldn't need to specify the In general, questions like this are much easier to discuss on slack (Kokkos or Cabana) |
After installing the latest |
Hi @streeve, one last question regarding the installation. I was successful at installing Cabana for gpu and it is blazingly fast!! Thank you for developing this. I have searched through all the documentation and dependent packages of |
You will need to run using MPI and use particle communication features in Cabana We assume that GPU-aware MPI is available for GPU-direct communication. If that's not the case then you would need to copy to the host prior to MPI communication. |
Hello,
I'm currently in the process of installing cabana and kokkos on a GPU, but I've encountered some difficulties. I've used the following command for cmake:
Here is the output for above command
However, when I proceeded with the 'make' command, I encountered the following error:
Here is my configuration:
My
deviceQuery
results in following output:so I used
AMPERE86
as arch option.My gcc version is as follows
My nvcc is as follows
Any idea where I am going wrong?
The text was updated successfully, but these errors were encountered: