Skip to content
Snippets Groups Projects
Commit a0384a83 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update intel-compilers.md

parent 13fbf092
Branches
No related tags found
No related merge requests found
Pipeline #33671 passed with warnings
......@@ -10,6 +10,8 @@ Intel compilers are compilers for Intel processor-based systems, available for M
An `intel/2023a` module has been installed on the Karolina and Barbora clusters.
This module contains new compilers `icx`, `icpx`, and `ifx`.
See the porting guides for [ICC Users to DPCPP or ICX][b] or for [Intel® Fortran Compiler][c].
Intel compilers are available in multiple versions via the `intel` module. The compilers include the icc C and C++ compiler and the ifort Fortran 77/90/95 compiler.
For the current list of installed versions, use:
......@@ -61,3 +63,5 @@ $ icc -ipo -O3 -xCORE-AVX2 -qopt-report1 -qopt-report-phase=vec -openmp myprog.c
Read more [here][a].
[a]: https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top.html
[b]: https://www.intel.com/content/www/us/en/developer/articles/guide/porting-guide-for-icc-users-to-dpcpp-or-icx.html
[c]: https://www.intel.com/content/www/us/en/developer/articles/guide/porting-guide-for-ifort-to-ifx.html?wapkw=ifx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment