Skip to content

Support for Intel LLVM compilers

Jellby requested to merge intel_llvm into master

The "classic" Intel compiler (ifort) will be deprecated in favor of the new LLVM-based compiler (ifx). This adds support on the CMake side, and adds some fixes and workarounds so that at least the tests pass. Although ifx should be "complete" in its Fortran support, there could still be bugs and the performance could be worse than with ifort, so users are advised to double-check and do their own tests.

Fix #436 (closed).

  • Documentation updated or not needed.
  • Test created or not needed.
  • Attribution in source files and CONTRIBUTORS.md updated if necessary.

Merge request reports