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

Update intel-compilers.md fixed introduction, related to #68

parent afd3bafe
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
# Intel Compilers
The Intel compilers in multiple versions are available via the `intel` module. The compilers include the icc C and C++ compiler and the ifort Fortran 77/90/95 compiler.
## Introduction
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.
```console
$ ml intel
......@@ -8,7 +10,7 @@ $ icc -v
$ ifort -v
```
The Intel compilers provide vectorization of the code via the AVX2 instructions and support threading parallelization via OpenMP
Intel compilers provide vectorization of the code via the AVX2 instructions and support threading parallelization via OpenMP.
For maximum performance on the Salomon cluster compute nodes, compile your programs using the AVX2 instructions, with reporting where the vectorization was used. We recommend the following compilation options for high performance:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment