How to Install and Uninstall scalasca.x86_64 Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "scalasca.x86_64" package

This guide let you learn how to install scalasca.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install scalasca.x86_64

2. Uninstall "scalasca.x86_64" package

This guide covers the steps necessary to uninstall scalasca.x86_64 on Oracle Linux 8:

$ sudo dnf remove scalasca.x86_64 $ sudo dnf autoremove

3. Information about the scalasca.x86_64 package on Oracle Linux 8

Last metadata expiration check: 3:52:39 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : scalasca
Version : 2.5
Release : 2.el8
Architecture : x86_64
Size : 486 k
Source : scalasca-2.5-2.el8.src.rpm
Repository : epel
Summary : Toolset for performance analysis of large-scale parallel applications
URL : http://www.scalasca.org/
License : BSD and GPLv3+
Description :
: Scalasca is a software tool that supports the performance optimization
: of parallel programs by measuring and analyzing their runtime
: behavior. The analysis identifies potential performance bottlenecks –
: in particular those concerning communication and synchronization – and
: offers guidance in exploring their causes.
:
: Scalasca targets mainly scientific and engineering applications based
: on the programming interfaces MPI and OpenMP, including hybrid
: applications based on a combination of the two. The tool has been
: specifically designed for use on large-scale systems, but is also well
: suited for small- and medium-scale HPC platforms.