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've I'm running macOS 11 and have successfully installed the modular version of CASA. However during python setup.py build I get the error clang: error: unsupported option -fopenmp. Some searching online suggests that I need to instead use clang -Xpreprocessor -fopenmp test.c -lomp. But I'm not sure where in the build openMP is called.
Any tips?
Cheers,
Brodie
The text was updated successfully, but these errors were encountered:
Thank you for taking an interest in using PRIISM. I've never tried building it on macOS 11. I will prepare the test environment as soon as possible. Sorry for inconvenience.
Hi,
I've I'm running macOS 11 and have successfully installed the modular version of CASA. However during
python setup.py build
I get the errorclang: error: unsupported option -fopenmp
. Some searching online suggests that I need to instead useclang -Xpreprocessor -fopenmp test.c -lomp
. But I'm not sure where in the build openMP is called.Any tips?
Cheers,
Brodie
The text was updated successfully, but these errors were encountered: