-
Notifications
You must be signed in to change notification settings - Fork 7
MPI GPU compilation fails #8
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
Comments
I know what the issue is and it should be quite easily fixable. I changed the logic a bit in the cpu only code and did not verify that gpu is not affected. I will try to solve this as soon as possible. |
Hi, I encountered the same issue. |
It would be much more useful if somebody would contribute a KOKKOS version of the fix EPH (rebranding in progress). The approach I took is discouraged by the LAMMPS developers and with KOKKOS it would be possible to target other platforms as well (I doubt it would be as performant as writing native code). |
I think it is still useful to fix the compilation error in the GPU code. |
I am trying to follow the steps for compiling this add-on for CUDA and it looks like it does not compile due to missing enums.
Is CUDA implementation complete at all?
I am getting below error after running
make -j mpi_gpu
:The text was updated successfully, but these errors were encountered: