-
Notifications
You must be signed in to change notification settings - Fork 226
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
Conditionally Disable MP Testing #965
Conversation
Could we enable MP-testing for at least ONE compiler in CI? Otherwise I fear breakages will go unnoticed. |
Yes. Once the drone run finishes I will see what the delta in our resource usage is. If we need to whack testing down more I can continue to sprinkle that macro around, and then define it in a few CI runs. |
Got it, cool. I suspect the multiprc_concept_check_N tests are probably the worst offenders for memory usage. |
Those do look aggressive. The changes to quadrature dropped the CI run time for that test suite by ~20%. |
@jzmaddock I appreciate your comment in |
The two CI failures in drone are spurious. |
Should significantly reduce resource usage. Changes a macro used for testing under standalone so now you have to explicitly enable MP testing.