The problem with this code is that after completing one forces.in calculation, it can't proceed to the next one. It doesn't display the ‘Total wall time’ after the first forces .in calculation is finished, and the GPU memory isn't released, even though the dump has already been generated. My LAMMPS task needs to utilize both the GPU and CPU simultaneously because the potential that i used is DeepMD. How can I fix this?

The problem with this code is that after completing one
forces.incalculation, it can't proceed to the next one. It doesn't display the ‘Total wall time’ after the first forces .in calculation is finished, and the GPU memory isn't released, even though the dump has already been generated. My LAMMPS task needs to utilize both the GPU and CPU simultaneously because the potential that i used is DeepMD. How can I fix this?