Auszug |
---|
Intel VTune, Intel Advisor, Intel Inspector, Intel Trace Analyzer and Collector |
VTune
Intro:
https://www.intel.com/content/www/us/en/docs/vtune-profiler/get-started-guide/2023/linux-os.html
Run VTune via command line interface
Run your application with VTune wrapper as follows:
www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-0/command-line-interface.html
For example:
mpirun -np 4 vtune –collect hotspots -result-dir vtune_hotspot ./path-to_your/app.exe args_of_your_app
After completion explore hotspot analysis e.g. via
...
Auszug |
---|
Intel´s implementation of the MPI standard |
Examples for our CPU cluster "Lise" are provided here: Intel MPI on CPU CLX
To use our Intel PVC cluster refer to: PVC MPI Usage