How To Install scorep on Fedora 36
Introduction
In this tutorial we learn how to install scorep
on Fedora 36.
What is scorep
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.
We can use yum
or dnf
to install scorep
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scorep.
Install scorep 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
using dnf
by running the following command:
sudo dnf -y install scorep
Install scorep 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
using yum
by running the following command:
sudo yum -y install scorep
How To Uninstall scorep on Fedora 36
To uninstall only the scorep
package we can use the following command:
sudo dnf remove scorep
scorep Package Contents on Fedora 36
/usr/bin/scorep
/usr/bin/scorep-backend-info
/usr/bin/scorep-g++
/usr/bin/scorep-gcc
/usr/bin/scorep-gfortran
/usr/bin/scorep-info
/usr/bin/scorep-libwrap-init
/usr/bin/scorep-online-access-registry
/usr/bin/scorep-preload-init
/usr/bin/scorep-score
/usr/bin/scorep-wrapper
/usr/include/scorep
/usr/include/scorep/SCOREP_Libwrap.h
/usr/include/scorep/SCOREP_Libwrap_Macros.h
/usr/include/scorep/SCOREP_MetricPlugins.h
/usr/include/scorep/SCOREP_MetricTypes.h
/usr/include/scorep/SCOREP_PublicHandles.h
/usr/include/scorep/SCOREP_PublicTypes.h
/usr/include/scorep/SCOREP_Score_Estimator.hpp
/usr/include/scorep/SCOREP_Score_Event.hpp
/usr/include/scorep/SCOREP_Score_Group.hpp
/usr/include/scorep/SCOREP_Score_Profile.hpp
/usr/include/scorep/SCOREP_Score_Types.hpp
/usr/include/scorep/SCOREP_SubstrateEvents.h
/usr/include/scorep/SCOREP_SubstratePlugins.h
/usr/include/scorep/SCOREP_Tau.h
/usr/include/scorep/SCOREP_User.h
/usr/include/scorep/SCOREP_User.inc
/usr/include/scorep/SCOREP_User_Functions.h
/usr/include/scorep/SCOREP_User_Types.h
/usr/include/scorep/SCOREP_User_Variables.h
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/efc62e4aca94a76bfe59d6d48049ea9156c449
/usr/lib/.build-id/37
/usr/lib/.build-id/37/40ea20ae256c4a0de51c0c5761263820d0e2c5
/usr/lib/.build-id/45
/usr/lib/.build-id/45/96a0655380e2f815958b61c05388cc01c0c1fe
/usr/lib/.build-id/48
/usr/lib/.build-id/48/a5e2f7e56226e9faf203d52e95b4c96257fe4d
/usr/lib/.build-id/80
/usr/lib/.build-id/80/672b41e3047ff060c3256a4afafdf1bce05315
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/1eb2b253fdddc16d5d6c6810a7bc1f768a8781
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/496491ce6340ad124bc607500576a0d1f03abd
/usr/lib64/scorep
/usr/lib64/scorep/scorep_compiler_gcc_plugin_begin.o
/usr/lib64/scorep/scorep_compiler_gcc_plugin_end.o
/usr/lib64/scorep/scorep_constructor.o
/usr/lib64/scorep/scorep_instrument_function.so
/usr/libexec/scorep
/usr/libexec/scorep/libtool
/usr/libexec/scorep/mpi
/usr/libexec/scorep/mpi/libtool
/usr/libexec/scorep/scorep-library-wrapper-generator
/usr/libexec/scorep/shmem
/usr/libexec/scorep/shmem/libtool
/usr/share/doc/scorep
/usr/share/doc/scorep/AUTHORS
/usr/share/doc/scorep/ChangeLog
/usr/share/doc/scorep/OPEN_ISSUES
/usr/share/doc/scorep/README
/usr/share/doc/scorep/THANKS
/usr/share/licenses/scorep
/usr/share/licenses/scorep/COPYING
References
Summary
In this tutorial we learn how to install scorep
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).