How To Install scorep-openmpi on Fedora 36
Introduction
In this tutorial we learn how to install scorep-openmpi
on Fedora 36.
What is scorep-openmpi
The Score-P (Scalable Performance Measurement Infrastructure for Parallel Codes) measurement infrastructure is a highly scalable and easy-to-use tool suite for profiling, event trace recording, and online analysis of HPC applications. This package was compiled with openmpi.
We can use yum
or dnf
to install scorep-openmpi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scorep-openmpi.
Install scorep-openmpi on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install scorep-openmpi
using dnf
by running the following command:
sudo dnf -y install scorep-openmpi
Install scorep-openmpi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install scorep-openmpi
using yum
by running the following command:
sudo yum -y install scorep-openmpi
How To Uninstall scorep-openmpi on Fedora 36
To uninstall only the scorep-openmpi
package we can use the following command:
sudo dnf remove scorep-openmpi
scorep-openmpi Package Contents on Fedora 36
/usr/include/openmpi-x86_64/scorep
/usr/include/openmpi-x86_64/scorep/SCOREP_Libwrap.h
/usr/include/openmpi-x86_64/scorep/SCOREP_Libwrap_Macros.h
/usr/include/openmpi-x86_64/scorep/SCOREP_MetricPlugins.h
/usr/include/openmpi-x86_64/scorep/SCOREP_MetricTypes.h
/usr/include/openmpi-x86_64/scorep/SCOREP_PublicHandles.h
/usr/include/openmpi-x86_64/scorep/SCOREP_PublicTypes.h
/usr/include/openmpi-x86_64/scorep/SCOREP_SubstrateEvents.h
/usr/include/openmpi-x86_64/scorep/SCOREP_SubstratePlugins.h
/usr/include/openmpi-x86_64/scorep/SCOREP_Tau.h
/usr/include/openmpi-x86_64/scorep/SCOREP_User.h
/usr/include/openmpi-x86_64/scorep/SCOREP_User.inc
/usr/include/openmpi-x86_64/scorep/SCOREP_User_Functions.h
/usr/include/openmpi-x86_64/scorep/SCOREP_User_Types.h
/usr/include/openmpi-x86_64/scorep/SCOREP_User_Variables.h
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/dba3f9f2ddee0d2e6e530237c0f7393733208d
/usr/lib/.build-id/37/2ff59b874070ad6c895ade0cf3b617528e9a54
/usr/lib/.build-id/50/2f338138b92e83004d964e8417248ca8bbcd36
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/ec71c3890fe291575edaa5b9fde266c062e3af
/usr/lib/.build-id/83/2cf2601424e15fe423fe34467abcc10b298e60
/usr/lib/.build-id/cc/3486d04e3e3f794703c22aec27a3c8a478745d
/usr/lib64/openmpi/bin/scorep
/usr/lib64/openmpi/bin/scorep-backend-info
/usr/lib64/openmpi/bin/scorep-g++
/usr/lib64/openmpi/bin/scorep-gcc
/usr/lib64/openmpi/bin/scorep-gfortran
/usr/lib64/openmpi/bin/scorep-info
/usr/lib64/openmpi/bin/scorep-libwrap-init
/usr/lib64/openmpi/bin/scorep-mpicc
/usr/lib64/openmpi/bin/scorep-mpicxx
/usr/lib64/openmpi/bin/scorep-mpif77
/usr/lib64/openmpi/bin/scorep-mpif90
/usr/lib64/openmpi/bin/scorep-online-access-registry
/usr/lib64/openmpi/bin/scorep-oshcc
/usr/lib64/openmpi/bin/scorep-oshcxx
/usr/lib64/openmpi/bin/scorep-oshfort
/usr/lib64/openmpi/bin/scorep-preload-init
/usr/lib64/openmpi/bin/scorep-score
/usr/lib64/openmpi/bin/scorep-wrapper
/usr/lib64/openmpi/lib/scorep
/usr/lib64/openmpi/lib/scorep/scorep_compiler_gcc_plugin_begin.o
/usr/lib64/openmpi/lib/scorep/scorep_compiler_gcc_plugin_end.o
/usr/lib64/openmpi/lib/scorep/scorep_constructor.o
/usr/lib64/openmpi/lib/scorep/scorep_instrument_function.so
/usr/share/doc/scorep-openmpi
/usr/share/doc/scorep-openmpi/AUTHORS
/usr/share/doc/scorep-openmpi/ChangeLog
/usr/share/doc/scorep-openmpi/OPEN_ISSUES
/usr/share/doc/scorep-openmpi/README
/usr/share/doc/scorep-openmpi/THANKS
/usr/share/licenses/scorep-openmpi
/usr/share/licenses/scorep-openmpi/COPYING
References
Summary
In this tutorial we learn how to install scorep-openmpi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).