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

Implement crude estimates for memory requirements #32

Closed
wants to merge 3 commits into from

Conversation

mfherbst
Copy link
Member

@mfherbst mfherbst commented Dec 18, 2019

  • Full ADC memory estimate
  • CVS memory estimate
  • Check for memory estimate in run_adc.

Fixes #27.

count["ovov"] += 1 # M11 intermediate
count["ovvv"] += 3 # t2eri + Pia intermediate
count["ooov"] += 3 # t2eri + Pib intermediate
eriimport = "vvvv"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably we should also count the oooo and vvvv block if properties are requested?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, but this PR is far away from such micro-optimisation at the moment, unfortunately ... the results are still incredibly unreliable.

@mfherbst
Copy link
Member Author

mfherbst commented Dec 3, 2020

Closing this now ... #71 will changes so much of the workflow, that this work is most likely outdated anyway.

@mfherbst mfherbst closed this Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add memory estimation function
2 participants