How to Install and Uninstall psblas3-serial.i686 Package on Fedora 35

Last updated: October 06,2024

1. Install "psblas3-serial.i686" package

This guide covers the steps necessary to install psblas3-serial.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install psblas3-serial.i686

2. Uninstall "psblas3-serial.i686" package

This tutorial shows how to uninstall psblas3-serial.i686 on Fedora 35:

$ sudo dnf remove psblas3-serial.i686 $ sudo dnf autoremove

3. Information about the psblas3-serial.i686 package on Fedora 35

Last metadata expiration check: 1:06:48 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : psblas3-serial
Version : 3.7.0.1
Release : 3.fc35
Architecture : i686
Size : 1.6 M
Source : psblas3-3.7.0.1-3.fc35.src.rpm
Repository : fedora
Summary : psblas3 serial mode
URL : https://github.com/sfilippone/psblas3
License : BSD
Description : The PSBLAS library, developed with the aim to facilitate the parallelization
: of computationally intensive scientific applications,
: is designed to address parallel implementation of iterative solvers for sparse
: linear systems through the distributed memory paradigm.
: It includes routines for multiplying sparse matrices by dense matrices,
: solving block diagonal systems with triangular diagonal entries,
: preprocessing sparse matrices, and contains additional routines for
: dense matrix operations.
: The current implementation of PSBLAS addresses a distributed memory execution
: model operating with message passing.
: This is a PSBLAS version in pure serial mode.