Replies: 1 comment 1 reply
-
Do you make sure there's no other program occupying the CPUs? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have noticed that when I perform long MD runs, with DeePMD potentials, after a while the simulations gets slower when I employ more than 1 node.
I have installed DeePMD and Lammp-dp with conda. The details about my environment are the following:
I have trained the model with a hybrid descriptor. So you can reproduce my results using the hybrid example of water.
In particular, after training a model for water with the example given by you, I modified the in.lammps file adding few new lines: run 50000
Then I have performed two runs. The first one with only 1 node while the second one with two nodes.
performance of single node:
performance of two node:
As you can see, in the second case after a while the run gets slower. To check whether this efficiency reduction is due to DeePMD or not, I tested the same lammps employed in all the runs by running a simulation of Silicon with Tersoff potential and two nodes. As you can see I get a very stable performance:
So I would like to ask if this is a well known limitation or an anomalous behavior?
Thanks in advance and best regrades.
Omar
Beta Was this translation helpful? Give feedback.
All reactions