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
Some Cantera versions on the cantera channel are compiled with Intel MKL support, which requires correct versions. Due to recurring issues (example: #29), MKL is currently no longer used for compiled packages.
So, one build that specifically requires MKL 2021 and one that specifically requires MKL 2023, in addition to a build for OpenBLAS (and a conspicuous absence of a build for MKL 2022, which was the source of some of the original trouble reported here). I think for us, all the extra builds really aren't worth it, and we should just stick to using OpenBLAS for the packages on the cantera channel.
The text was updated successfully, but these errors were encountered:
As a bit of an update, for Cantera 3.0, we ended up going the following:
For macOS, use the native Accelerate framework to provide BLAS/LAPACK functions
For Linux, use OpenBLAS
For Windows, use MKL, since OpenBLAS is not available from the defaults channel
We're only building for one version of MKL for Windows. We'll see what happens next time there's a major update to the MKL packages.
Supersedes #29
Some Cantera versions on the
cantera
channel are compiled with Intel MKL support, which requires correct versions. Due to recurring issues (example: #29), MKL is currently no longer used for compiled packages.Originally posted by @speth in #29 (comment)
Recent builds of Numpy seem to have separate builds for different MKL versions. Partial output of
mamba search --info -c defaults numpy=1.23.5
shows:So, one build that specifically requires MKL 2021 and one that specifically requires MKL 2023, in addition to a build for OpenBLAS (and a conspicuous absence of a build for MKL 2022, which was the source of some of the original trouble reported here). I think for us, all the extra builds really aren't worth it, and we should just stick to using OpenBLAS for the packages on the
cantera
channel.The text was updated successfully, but these errors were encountered: