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
PyOP2 can't autodetect the Intel OneAPI compilers. Adding detection in the sniff_compiler() function would be pretty straightforward, output from icx --version looks like this:
The OneAPI compilers may have to be considered separately to the classic Intel compilers as the -no-multibyte-chars option has been removed with no replacement (as far as I can tell) and some LLVM flags are supported (e.g. -ffast-math).
The text was updated successfully, but these errors were encountered:
PyOP2 can't autodetect the Intel OneAPI compilers. Adding detection in the
sniff_compiler()
function would be pretty straightforward, output fromicx --version
looks like this:The OneAPI compilers may have to be considered separately to the classic Intel compilers as the
-no-multibyte-chars
option has been removed with no replacement (as far as I can tell) and some LLVM flags are supported (e.g.-ffast-math
).The text was updated successfully, but these errors were encountered: