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
Adding snapml solver (#17), to get a green CI we explicitly set OMP_NUM_THREADS=1 for MacOS and use brew install.
When removing this export, the CI simply runs until stopped (cf the logs.zip where technically no error is reported)
If we don't use brew install but install libomp using conda we get an explicit error:
ImportError: dlopen(/Users/runner/miniconda3/envs/bench_test_env/lib/python3.8/site-packages/snapml/libsnapmlutils.so, 2): Library not loaded: /usr/local/opt/libomp/lib/libomp.dylib
Referenced from: /Users/runner/miniconda3/envs/bench_test_env/lib/python3.8/site-packages/snapml/libsnapmlutils.so
Reason: image not found
The text was updated successfully, but these errors were encountered:
Adding
snapml
solver (#17), to get a green CI we explicitly setOMP_NUM_THREADS=1
for MacOS and usebrew install
.brew install
but installlibomp
usingconda
we get an explicit error:The text was updated successfully, but these errors were encountered: