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
Won't generate an intel@x.y spec in compilers.yaml.
We could either
Change the build instructions to install icc etc., separately and register them with spack or
Remove the %intel tags from spack.yaml
The tags were apparently added to avoid excessive memory consumption when building numpy with earlier versions of the oneapi compilers, but that no longer seems to be an issue with 2024.1.0, as far as I can tell.
I also found I needed to drop the Scotch version requirement; version 6 failed to build with [email protected].
The text was updated successfully, but these errors were encountered:
I think someone said the more recent versions of oneapi are able to build Numpy (which I believe is what we were using the legacy compilers for). So hopefully we can remove the %intel tags.
Since version 2024.0, the intel-oneapi-compilers spack package no longer contains the "classic" intel compilers (see e.g. here)
so
Won't generate an intel@x.y spec in compilers.yaml.
We could either
The tags were apparently added to avoid excessive memory consumption when building numpy with earlier versions of the oneapi compilers, but that no longer seems to be an issue with 2024.1.0, as far as I can tell.
I also found I needed to drop the Scotch version requirement; version 6 failed to build with [email protected].
The text was updated successfully, but these errors were encountered: