The convergence of AI and molecular dynamics (MD) is poised to redefine scientific simulation. While classical MD tools like GROMACS are indispensable, the advent of AI-driven interatomic potentials promises near-quantum accuracy at MD speeds. The critical challenge lies in seamlessly embedding these computationally intensive neural network inferences into high-performance, multi-GPU simulation frameworks.
Bridging High-Accuracy Potentials and High-Throughput Simulation
This work introduces a pivotal integration of the MLIP framework DeePMD-kit into GROMACS, addressing the performance bottleneck of neural network inference in large-scale simulations. The researchers extended GROMACS's NNPot interface with a DeePMD backend and engineered a novel domain decomposition layer. This layer decouples inference from the main simulation loop, enabling concurrent execution across all processes on multi-node systems. Crucially, two optimized MPI collectives are employed each step: one to broadcast coordinates and another to aggregate and redistribute forces, minimizing communication overhead.