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

Only create check plots in debug mode #62

Open
thclark opened this issue Jun 26, 2019 · 0 comments
Open

Only create check plots in debug mode #62

thclark opened this issue Jun 26, 2019 · 0 comments
Assignees
Labels
good first issue A good first issue for new or junior developers

Comments

@thclark
Copy link
Contributor

thclark commented Jun 26, 2019

Lots of check plots are created at each step. The disk i/o massively slows everything down. We don't want to throw away the check code, as it's extremely useful for debugging, but we don't want it in our final executable. Add IFDEFs around all the check plot code so that it gets compiled out except where explicitly required.

@thclark thclark self-assigned this Jun 26, 2019
@thclark thclark added the good first issue A good first issue for new or junior developers label Sep 4, 2019
@thclark thclark removed this from Octue Board Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good first issue for new or junior developers
Projects
None yet
Development

No branches or pull requests

1 participant