How to Install and Uninstall scalasca.i686 Package on Fedora 35

Last updated: October 10,2024

1. Install "scalasca.i686" package

Learn how to install scalasca.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install scalasca.i686

2. Uninstall "scalasca.i686" package

This guide covers the steps necessary to uninstall scalasca.i686 on Fedora 35:

$ sudo dnf remove scalasca.i686 $ sudo dnf autoremove

3. Information about the scalasca.i686 package on Fedora 35

Last metadata expiration check: 3:50:39 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : scalasca
Version : 2.6
Release : 2.fc35
Architecture : i686
Size : 495 k
Source : scalasca-2.6-2.fc35.src.rpm
Repository : fedora
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.