Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
services:internal:intel-home [2017/12/18 08:13]
urgias
services:internal:intel-home [2022/05/19 14:18] (current)
giunta
Line 1: Line 1:
-====== ​Install ​Intel Compilers ​on Laptop ​====== +====== ​Installing ​Intel Compilers ======
-\\ +
-\\+
  
-There are NO home licenses ​of Intel Compilers in SISSAbut you can use them on your laptop when it is connected to SISSA network (so inside SISSA or using VPN)+There is an important update about Intel compilers since 2021: the Intel compilers ​are now completely free of chargeand can be installed ​on Windows, Mac and Linux operating systems.
  
-  * Download your SW from here[[http://go.sissa.it/​software/​]] +The Intel OneAPI Software is the free Intel software that contains also the Intel Fortran and C++ compilers, the debugger and the MKL libraries. 
-  ​* ​and when it asks for a license file tell him to user a license server with these information +''​oneAPI''​ is an Intel open, unified programming model built on standards to simplify development and deployment of data-centric workloads across CPUs, GPUs, FPGAs and other accelerators. 
-\\ + 
-\\ +You can find here userful info about [[https://software.intel.com/​content/​www/​us/​en/​develop/​tools/​oneapi.html|the OneAPI SW]] and its [[https://software.intel.com/content/​www/​us/​en/​develop/​tools/​oneapi/​all-toolkits.html|toolkit packages]]. 
-  * License serverclio.sissa.it. + 
-  * Port number28518 +In order to get the compiler, degugger ​and mkl libraries ​it is sufficient ​to install two toolkitsthe [[https://software.intel.com/​content/​www/​us/​en/​develop/​tools/​oneapi/​base-toolkit.html|"​Intel OneAPI Base Toolkit"​]] and the [[https://​software.intel.com/​content/​www/​us/​en/​develop/​tools/​oneapi/​hpc-toolkit.html|"​Intel OneAPI HPC Toolkit"​]] which is the one containing the compilers, debugger and mkl libraries (but it requires also the base toolkit to work). 
-\\ + 
-\\ +Here some [[https://software.intel.com/​content/​www/​us/​en/​develop/​documentation/​oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/​top/​compiler-setup/​using-the-command-line/​invoking-the-compiler.html|useful help pages]]
-Otherwise use this file: [[:services:​internal:​licenses.lic|Intel license file]]+ 
 +We have installed these compilers on the SISSA Linux workstations. You find them among the modules, loading the //last// ''​intel''​ compiler version with the command line: 
 + 
 +  module load intel 
 + 
 +but you can also install them on your laptop or personal desktop. ​