Skip to content

CUDA memory requirement scaling with system size #26

Discussion options

You must be logged in to vote

Hi Yifan,

Thanks for your interest in our code!

I noticed that the memory requirements of pair-allegro seems to scale linearly with the number of atoms per GPU

Yes, this is correct (see scaling section of the original Allegro paper.) How many atoms/GPU you can fit is obviously a function of how much memory your particular GPUs have available; the experiments in our papers are run on 80GB VRAM NVIDIA A100s. You can also try to use a smaller model, although your model is already quite small. Another critical parameter for memory use is the number of neighbors (i.e. system neighbor density, which is a function of cutoff).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Linux-cpp-lisp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants