Skip to content

How to improve the speed of ASE-MD simulation based on trained PhysNet model? #6

@liudfgoo

Description

@liudfgoo

Hello, everyone! I have trained one PhysNet model on the solvated_protein_fragments.npz data. Now I want to conduct the MD simulations based on the model through ASE environment. The simulation system I used has 1681 atoms and satisfies PBC conditions. I set the lr_cut 8 Angstrom in the NNCalculator.py.

I found the ASE-MD simulation was running slowly. I submit the task on computation cluster and used one gpu and five cpu cores. However, the simulation of 5000 steps consumes about 6 hours. In the running process, the volatile GPU-Util almost keeps zero, but the memory usage is large.
image

I think the low speed arises from the ase.neighbor_list process, but I don't know how improve the situation effectively.

Looking forward to your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions