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
#240 and #241 are addressed by PR#543. I wanted to schedule meeting to get in sync with you, but didn't have the chance. Expect one the next couple of weeks.
#562 is a bandaid fix to our OpenMP support.
In order to support specification with Spack/CMake the following needs to happen:
https://cmake.org/cmake/help/v3.25/variable/CMAKE_LANG_COMPILER_ID.html#variable:CMAKE_%3CLANG%3E_COMPILER_ID - while it is possible to include logic do detect when Apple Clang is being used, we will only warn about it at the CMake level. Instead prefer logic to reside in Spack, as you can work around OpenMP with Apple-Clang issues by installing OpenMP with brew for example.
This should probably be done before a more serious refactor to address #240 and #241
cc @pelesh @nychiang @cnpetra
The text was updated successfully, but these errors were encountered: