How to Install and Uninstall opari2.x86_64 Package on Rocky Linux 8

Last updated: October 06,2024

1. Install "opari2.x86_64" package

This is a short guide on how to install opari2.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install opari2.x86_64

2. Uninstall "opari2.x86_64" package

This guide let you learn how to uninstall opari2.x86_64 on Rocky Linux 8:

$ sudo dnf remove opari2.x86_64 $ sudo dnf autoremove

3. Information about the opari2.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:12:59 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : opari2
Version : 2.0.5
Release : 1.el8
Architecture : x86_64
Size : 600 k
Source : opari2-2.0.5-1.el8.src.rpm
Repository : epel
Summary : An OpenMP runtime performance measurement instrumenter
URL : https://www.vi-hps.org/projects/score-p/
License : BSD
Description : OPARI2 is a source-to-source instrumentation tool for OpenMP and hybrid
: codes. It surrounds OpenMP directives and runtime library calls with calls
: to the POMP2 measurement interface.
:
: OPARI2 will provide you with a new initialization method that allows for
: multi-directory and parallel builds as well as the usage of pre-instrumented
: libraries. Furthermore, an efficient way of tracking parent-child
: relationships was added. Additionally, we extended OPARI2 to support
: instrumentation of OpenMP 3.0 tied tasks.