Dear developers,
I try to build lammps with kokkos to run MACE potential.
But LAMMPS always stops at the step 0 after minimization.
The key error is:
Exception: The specified pointer resides on host memory and is not registered with any CUDA device.
I wonder whether the error is caused by no request an interactive job to obtain a GPU node for the installation. In MACE user guide, they do it but I neglect it.
So, request an interactive job to obtain a GPU node for lammps+kokkos installation is necessary ?
Thanks!