Running DeepMD on HPC with multiple GPU #1563
Answered
by
njzjz
namtranlab
asked this question in
Q&A
-
Hi, I am using an HCP system that has 2 CPUs (2x24 cores) and 4 GPUs. I found that requesting more GPUs does not speed up the training. The MeepMD-kit was installed through Miniconda with the GPU version. What I have done wrong with the running script? Here are the bash scripts, the logs can be found in the attached files.
And
Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Mar 11, 2022
Replies: 1 comment 3 replies
-
Only the first card will be used, as usually, GPU utilization is less than 100% (you can see it using |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
namtranlab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only the first card will be used, as usually, GPU utilization is less than 100% (you can see it using
nvidia-smi
).