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
I have tried setting up the github actions workflow to use
AppleClang 13
gcc 11 (homebrew)
llvm clang (homebrew)
but the issue persists. Testing locally (with AppleClang 12), it appears that the issue is related to OpenMP, as the tests consistently passed with OpenMP disabled. With OpenMP, any of the test cases may pass or fail seemingly at random.
For the time being, I will add a skip for this test on MacOS.
The text was updated successfully, but these errors were encountered:
I have tried setting up the github actions workflow to use
but the issue persists. Testing locally (with AppleClang 12), it appears that the issue is related to OpenMP, as the tests consistently passed with OpenMP disabled. With OpenMP, any of the test cases may pass or fail seemingly at random.
For the time being, I will add a skip for this test on MacOS.
The text was updated successfully, but these errors were encountered: