From a0384a83d44b34d44af5e84002a883fd107a81fc Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 23 Aug 2023 13:45:28 +0200
Subject: [PATCH] Update intel-compilers.md

---
 docs.it4i/software/intel/intel-suite/intel-compilers.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs.it4i/software/intel/intel-suite/intel-compilers.md b/docs.it4i/software/intel/intel-suite/intel-compilers.md
index e78e2f320..16cff5ec0 100644
--- a/docs.it4i/software/intel/intel-suite/intel-compilers.md
+++ b/docs.it4i/software/intel/intel-suite/intel-compilers.md
@@ -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
-- 
GitLab