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
We should set this to -march=native but only when the new ifx, icx, icpx are used.
This will be better for AMD cpus. I think @bartoldeman said that from 2025 onwards the old compilers are gone, so, we shouldn't use that old bad -x flags that are only supported on Intel cpus.
The text was updated successfully, but these errors were encountered:
With 2024.0.0, icc and icpc were removed. With 2025.0.0, ifort is gone, leaving only the "new" ones. I think switching to -march=native beginning with 2025.0.0 is therefore a good idea, since a toolchain using 2024.x.x might still use ifort.
easybuild-framework/easybuild/toolchains/compiler/inteliccifort.py
Line 62 in b37f707
We should set this to
-march=native
but only when the new ifx, icx, icpx are used.This will be better for AMD cpus. I think @bartoldeman said that from 2025 onwards the old compilers are gone, so, we shouldn't use that old bad -x flags that are only supported on Intel cpus.
The text was updated successfully, but these errors were encountered: