diff --git a/docs.it4i/software/intel/intel-suite/intel-parallel-studio-introduction.md b/docs.it4i/software/intel/intel-suite/intel-parallel-studio-introduction.md index 998d1f867a960f03d061eb9d2def66a39a4a9798..c3bb419ba81bd4665d9ebabe5a379838ae8f959b 100644 --- a/docs.it4i/software/intel/intel-suite/intel-parallel-studio-introduction.md +++ b/docs.it4i/software/intel/intel-suite/intel-parallel-studio-introduction.md @@ -15,7 +15,7 @@ Intel Parallel Studio XE ## Intel Compilers -The Intel compilers are available, via module intel. The compilers include the icc C and C++ compiler and the ifort fortran 77/90/95 compiler. +The Intel compilers are available, via the intel module. The compilers include the icc C and C++ compiler and the ifort Fortran 77/90/95 compiler. ```console $ ml intel @@ -29,7 +29,7 @@ Read more at the [Intel Compilers][1] page. IDB is no longer available since Parallel Studio 2015. -The intel debugger version 13.0 is available, via module intel. The debugger works for applications compiled with C and C++ compiler and the ifort fortran 77/90/95 compiler. The debugger provides java GUI environment. +The Intel debugger version 13.0 is available via the intel module. The debugger works for applications compiled with the C and C++ compiler and the ifort Fortran 77/90/95 compiler. The debugger provides a Java GUI environment. ```console $ ml intel @@ -50,7 +50,7 @@ Read more at the [Intel MKL][3] page. ## Intel Integrated Performance Primitives -Intel Integrated Performance Primitives, version 7.1.1, compiled for AVX is available, via module ipp. The IPP is a library of highly optimized algorithmic building blocks for media and data applications. This includes signal, image and frame processing algorithms, such as FFT, FIR, Convolution, Optical Flow, Hough transform, Sum, MinMax and many more. +Intel Integrated Performance Primitives, version 7.1.1, compiled for AVX is available via the ipp module. IPP is a library of highly optimized algorithmic building blocks for media and data applications. This includes signal, image, and frame processing algorithms, such as FFT, FIR, Convolution, Optical Flow, Hough transform, Sum, MinMax, and many more. ```console $ ml ipp