LAMMPS and ML-IAP with KOKKOS issue with mliappy #559
Unanswered
Shuggurath
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
Can you please modify your code so these warnings don't appear? Maybe just try simple NVE dynamics? That will help us understand what to try next. |
Beta Was this translation helpful? Give feedback.
1 reply
-
just clarifying this statement --- the simulation should be able to run on GPU without OpenEquivariance. OpenEquivariance provides kernels to accelerate GPU inference, but is not a prerequisite for doing inference on GPUs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I installed NequIP using the ML-IAP (with kokkos) pairing when I built lammps, after few attempts on a HPC I manage to do the installation and built lammps with all the ML-IAP related flags. Then after the training I used nequip-prepare- Unfortunately when I was running a MD simulation using lammps I recieved a mliappy failure that blocked the simulation at the zeroth step.
(I know there is similar discussion of this issue without using kokkos but here I managed to build it with all the kokkos flags)
Lammps input file:
with the following bash script to submit the job:
The error :
Notes:
the cmake I used to compile lammps :
the nequip-prepare command :
(if I remove the openequivariance modifiers I get the warnings but the simulation will run on the CPU only)
Beta Was this translation helpful? Give feedback.
All reactions