- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A simple question: What's the "classic" Fortran compiler? The name implies that there are versions that are not "classic".
I downloaded and installed the Intel Fortran "classic" compiler (m_fortran-compiler-classic_p_2023.2.0.49001_offline.dmg ) on macOS. But, somebody told me, why not use the OneAPI compiler? It should be included in the HPC package.
Okay, then, I wiped out the installation (wiped out /opt/intel/ ), downloaded the HPC package (m_HPCKit_p_2023.2.0.49443.dmg ), and installed it.
But, this installer said that it was going to install the "classic" C++ compiler and "classic" Fortran compiler . . .
I'm just concerned: If "classic" is something that will be retired soon, it may not wise to start to use it now.
- Tags:
- question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Intel® oneAPI product packages provide two Fortran compilers:
- Intel® Fortran Compiler Classic (ifort) provides best-in-class Fortran language features, including full Fortran 2018 support, along with outstanding performance for Intel® Architecture CPUs.
- The Intel® Fortran Compiler (ifx) has all of the Fortran language features of ifort, plus the added functionality of OpenMP* directives to offload to Intel GPUs. The OpenMP 5.0, 5.1 and 5.2 GPU offload features in ifx are not available in ifort.
More info can be found from:
- Product release notes at https://www.intel.com/content/www/us/en/developer/articles/release-notes/oneapi-fortran-compiler-release-notes.html
- Get started guide at https://www.intel.com/content/www/us/en/docs/fortran-compiler/get-started-guide/2023-2/overview.html
Please note that macOS* is not supported for the ifx compiler.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Intel® oneAPI product packages provide two Fortran compilers:
- Intel® Fortran Compiler Classic (ifort) provides best-in-class Fortran language features, including full Fortran 2018 support, along with outstanding performance for Intel® Architecture CPUs.
- The Intel® Fortran Compiler (ifx) has all of the Fortran language features of ifort, plus the added functionality of OpenMP* directives to offload to Intel GPUs. The OpenMP 5.0, 5.1 and 5.2 GPU offload features in ifx are not available in ifort.
More info can be found from:
- Product release notes at https://www.intel.com/content/www/us/en/developer/articles/release-notes/oneapi-fortran-compiler-release-notes.html
- Get started guide at https://www.intel.com/content/www/us/en/docs/fortran-compiler/get-started-guide/2023-2/overview.html
Please note that macOS* is not supported for the ifx compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you! That's all that I wanted to know.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page