Poor performance on LAMMPS+KOKKOS, can I do something about it? #802
-
Hi,
I am running on an NVIDIA RTX A4000 GPU on my workstation, getting a whopping performance of
I wonder if I am stuck with this performance or if there's a way to possibly improve it a bit. The only two things that I could notice are the following:
Minor issues:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @MicPellegrino,
|
Beta Was this translation helpful? Give feedback.
Hey @MicPellegrino,
The first thing is I recommend you use a smaller model, including the new MPA-0 model https://github.com/ACEsuit/mace-mp/releases/tag/mace_mpa_0 which is a medium model, and will provide a speed up compared to the large model you are using.
If you can get away with using ASE instead of LAMMPS, you can use the cuequivariance library to accelerate MACE (https://mace-docs.readthedocs.io/en/latest/guide/cuda_acceleration.html). It is not yet compatible with LAMMPS.
Use a better GPU :) A4000 are 4 years old, any more recent GPU will give you a big speed up. The recent gamer GPUs have a great ratio of speed/cost (4080/4090). On modern hardware (for example H100s) you g…