How To Install scorep-mpich on Fedora 36

In this tutorial we learn how to install scorep-mpich in Fedora 36. scorep-mpich is Scalable Performance Measurement Infrastructure for Parallel Codes for mpich

Introduction

In this tutorial we learn how to install scorep-mpich on Fedora 36.

What is scorep-mpich

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 mpich.

We can use yum or dnf to install scorep-mpich on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scorep-mpich.

Install scorep-mpich 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-mpich using dnf by running the following command:

sudo dnf -y install scorep-mpich

Install scorep-mpich 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-mpich using yum by running the following command:

sudo yum -y install scorep-mpich

How To Uninstall scorep-mpich on Fedora 36

To uninstall only the scorep-mpich package we can use the following command:

sudo dnf remove scorep-mpich

scorep-mpich Package Contents on Fedora 36

/usr/include/mpich-x86_64/scorep
/usr/include/mpich-x86_64/scorep/SCOREP_Libwrap.h
/usr/include/mpich-x86_64/scorep/SCOREP_Libwrap_Macros.h
/usr/include/mpich-x86_64/scorep/SCOREP_MetricPlugins.h
/usr/include/mpich-x86_64/scorep/SCOREP_MetricTypes.h
/usr/include/mpich-x86_64/scorep/SCOREP_PublicHandles.h
/usr/include/mpich-x86_64/scorep/SCOREP_PublicTypes.h
/usr/include/mpich-x86_64/scorep/SCOREP_SubstrateEvents.h
/usr/include/mpich-x86_64/scorep/SCOREP_SubstratePlugins.h
/usr/include/mpich-x86_64/scorep/SCOREP_Tau.h
/usr/include/mpich-x86_64/scorep/SCOREP_User.h
/usr/include/mpich-x86_64/scorep/SCOREP_User.inc
/usr/include/mpich-x86_64/scorep/SCOREP_User_Functions.h
/usr/include/mpich-x86_64/scorep/SCOREP_User_Types.h
/usr/include/mpich-x86_64/scorep/SCOREP_User_Variables.h
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/eb76e16fb83b1df11de599d7b172c8d2138e2c
/usr/lib/.build-id/31
/usr/lib/.build-id/31/2ee660fa8914b88c700e35a66a589f06ae1fbf
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/b5a0fdaf912ad33ee63b4abdc1dd8d618181d5
/usr/lib/.build-id/43/1428681abd823098490499f6ea8438b659909e
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/967101df2f478563d44ed56611b36db163bf8e
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/2a838167fac182c820ac94dda5e5c770883f36
/usr/lib64/mpich/bin/scorep
/usr/lib64/mpich/bin/scorep-backend-info
/usr/lib64/mpich/bin/scorep-g++
/usr/lib64/mpich/bin/scorep-gcc
/usr/lib64/mpich/bin/scorep-gfortran
/usr/lib64/mpich/bin/scorep-info
/usr/lib64/mpich/bin/scorep-libwrap-init
/usr/lib64/mpich/bin/scorep-mpicc
/usr/lib64/mpich/bin/scorep-mpicxx
/usr/lib64/mpich/bin/scorep-mpif77
/usr/lib64/mpich/bin/scorep-mpif90
/usr/lib64/mpich/bin/scorep-online-access-registry
/usr/lib64/mpich/bin/scorep-preload-init
/usr/lib64/mpich/bin/scorep-score
/usr/lib64/mpich/bin/scorep-wrapper
/usr/lib64/mpich/lib/scorep
/usr/lib64/mpich/lib/scorep/scorep_compiler_gcc_plugin_begin.o
/usr/lib64/mpich/lib/scorep/scorep_compiler_gcc_plugin_end.o
/usr/lib64/mpich/lib/scorep/scorep_constructor.o
/usr/lib64/mpich/lib/scorep/scorep_instrument_function.so
/usr/share/doc/scorep-mpich
/usr/share/doc/scorep-mpich/AUTHORS
/usr/share/doc/scorep-mpich/ChangeLog
/usr/share/doc/scorep-mpich/OPEN_ISSUES
/usr/share/doc/scorep-mpich/README
/usr/share/doc/scorep-mpich/THANKS
/usr/share/licenses/scorep-mpich
/usr/share/licenses/scorep-mpich/COPYING

References

Summary

In this tutorial we learn how to install scorep-mpich on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).