oneAPI
Intel recently released its new oneAPI Toolkit, which had been in beta for a while. According to their documentation, oneAPI includes various products:
- Intel® oneAPI Base Toolkit
- Includes the DPC++/C++ Compiler, the Intel Math Kernel Library, and the Intel Distribution for Python
- Intel® oneAPI HPC Toolkit
- Includes the new version of the Intel Fortran Compiler (now known as the Classic version) as well as a new LLVM-based Fortran compiler that is currently in beta. Also includes Intel MPI and Intel Inspector.
- Intel® oneAPI IoT Toolkit
- Intel® oneAPI Rendering Toolkit
- Intel® AI Analytics Toolkit
- Intel® Distribution of OpenVINO™ Toolkit
The big news here is that this is all now entirely free to use. They are all available for Windows, Linux, and macOS. The Fortran compiler also now includes all of the Fortran 2018 standard. Apparently, Intel will still sell you a license, but it seems the only reason to buy one would be to get the Premier Support.
See also
- Intel oneAPI Toolkits [Intel]
- Intel's Fortran 2018 now released [comp.lang.fortran]
- Intel releases oneAPI Toolkit, free, Fortran 2018 [fortran-lang.discourse.group]