Skip to content

better memory management of unused stuff #33

@tpchuckles

Description

@tpchuckles

I can run tests/15_molecular_dynamics.py on a v100 GPU, which has 16 GB RAM, and it runs MD, then OOMs on the multislice.

I then re-run the exact same code, and now since it is importing the trajectory instead of generating it in MD, the multislice runs fine. (then OOMs on TACAW).

in the mean time, I have added (commit 590323b) WFData.crop just to reduce the size of WFData._array so we can FFT it and pass the tests for PR 31. but anything we can aggressively throw out in the future would help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions