You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: