Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrator timing data for tip3p:ligand and protein:ligand simulations suggests a non-pytorch bottleneck? #36

Open
dominicrufa opened this issue Nov 9, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@dominicrufa
Copy link

dominicrufa commented Nov 9, 2021

image
while profiling some protein:ligand and solvated ligand simulation times with NNPOPS and openmm-torch (treating the ligand with an ANI2x TorchForce) I noticed that there is a similar slowdown factor in both of the phases. does this mean there is a non-pytorch bottleneck in the integrator/force calculation process?

To be more specific, I am doing the following experiments:

  1. solvent MM simulation runs md LangevinIntegrator on a Tip3p solvated ligand given by the first entry of this sdf file
  2. solvent MM/ML simulation runs the aforementioned integrator on (1) except the ligand atoms are treated with ANI-2x model with a TorchForce
  3. complex MM runs the specified integrator on a Tip3p solvated ligand (from the sdf above) concatenated with this protein
  4. complex MM/ML runs MD as in (3), except the ligand atoms are treated with ANI-2x (as in 2).

the plot above shows the wall clock time (y-axis) per 2fs timestep; the x axis is the md iteration step number. the wall clock profiles are shown/labelled for the 4 cases described above.

@peastman
Copy link
Member

peastman commented Nov 9, 2021

I don't quite understand what you're showing. What exactly are the different systems you're simulating, and what should I be looking at in the results?

@raimis raimis added the help wanted Extra attention is needed label May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants