Intel Parallel Studio
Intel Parallel Studio provides the collection of intel HPC software including
- Intel Compilers
- Intel MPI
- Intel Performance Libraries (MKL, TBB, IPP, DAAL)
- Intel VTune profiler and Application Performance Snapshots
- Intel Advisor: A tool to guide parallelization
- Intel Tracing Tools: Profiling and Correctness checking of MPI programs
It is available via the intel-parallel-studio modules
> module av intel-parallel studio |cat -------------- /lrz/sys/spack/release/21.1.1/modules/x86_64/linux-sles15-x86_64 ----------------------------------------- intel-parallel-studio/2018(@) intel-parallel-studio/2019(default:@) intel-parallel-studio/2020(@) intel-parallel-studio/cluster.2018.4 intel-parallel-studio/cluster.2019.5(default) intel-parallel-studio/cluster.2020.2
The year-only modules are aliases (@) to the fully named versions.
To load intel-parallel studio you may have to unload several conflicting intel modules, whose content is also provided by parallel studio:
> module load intel-parallel-studio Loading intel-parallel-studio/cluster.2019.5 ERROR: intel-parallel-studio/cluster.2019.5 cannot be loaded due to a conflict. HINT: Might try "module unload intel" first. > module list Currently Loaded Modulefiles: 1) admin/1.0 2) tempdir/1.0 3) lrz/1.0 4) intel/19.0.5 5) intel-mkl/2019 6) intel-mpi/2019.8.254 7) spack/release/21.1.1 > module unload intel-mpi intel-mkl intel # observe the ordering of the modules > module load intel-parallel-studio > module list Currently Loaded Modulefiles: 1) admin/1.0 2) tempdir/1.0 3) lrz/1.0 4) spack/release/21.1.1 5) intel-parallel-studio/cluster.2019.5
Note that vtune currently is not provided with intel-parallel-studio/2020.