How To Install psblas3-mpich on Fedora 36
Introduction
In this tutorial we learn how to install psblas3-mpich
on Fedora 36.
What is psblas3-mpich
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 MPICH PSBLAS version.
We can use yum
or dnf
to install psblas3-mpich
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install psblas3-mpich.
Install psblas3-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 psblas3-mpich
using dnf
by running the following command:
sudo dnf -y install psblas3-mpich
Install psblas3-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 psblas3-mpich
using yum
by running the following command:
sudo yum -y install psblas3-mpich
How To Uninstall psblas3-mpich on Fedora 36
To uninstall only the psblas3-mpich
package we can use the following command:
sudo dnf remove psblas3-mpich
psblas3-mpich Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/488820c57f5dd78694f3a23fc6cfcfb5920a7c
/usr/lib/.build-id/12
/usr/lib/.build-id/12/b0d6ec36a48af2d0657aa1b821a7bb2e1ccb89
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/c7a0212dffc6ef9af8ca11e7d7b590059a42ba
/usr/lib/.build-id/84
/usr/lib/.build-id/84/6ad2cb958590e62499edc7963c8f8229f71a18
/usr/lib/.build-id/93/1ab3b0afb63b53f6c6f85bcbe1e999fd4215a3
/usr/lib64/mpich/lib/libpsb_base.so.3
/usr/lib64/mpich/lib/libpsb_base.so.3.7
/usr/lib64/mpich/lib/libpsb_cbind.so.3
/usr/lib64/mpich/lib/libpsb_cbind.so.3.7
/usr/lib64/mpich/lib/libpsb_krylov.so.3
/usr/lib64/mpich/lib/libpsb_krylov.so.3.7
/usr/lib64/mpich/lib/libpsb_prec.so.3
/usr/lib64/mpich/lib/libpsb_prec.so.3.7
/usr/lib64/mpich/lib/libpsb_util.so.3
/usr/lib64/mpich/lib/libpsb_util.so.3.7
References
Summary
In this tutorial we learn how to install psblas3-mpich
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install psblas3-mpich on Fedora 36” linkTitle: “psblas3-mpich” type: “docs” description: “In this tutorial we learn how to install psblas3-mpich in Fedora 36. psblas3-mpich is MPICH psblas3” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/psblas3-mpich-featured.png
Introduction
In this tutorial we learn how to install psblas3-mpich
on Fedora 36.
What is psblas3-mpich
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 MPICH PSBLAS version.
We can use yum
or dnf
to install psblas3-mpich
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install psblas3-mpich.
Install psblas3-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 psblas3-mpich
using dnf
by running the following command:
sudo dnf -y install psblas3-mpich
Install psblas3-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 psblas3-mpich
using yum
by running the following command:
sudo yum -y install psblas3-mpich
How To Uninstall psblas3-mpich on Fedora 36
To uninstall only the psblas3-mpich
package we can use the following command:
sudo dnf remove psblas3-mpich
psblas3-mpich Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/1dae4d55cf96014864e955cd80a33622f3f6cc
/usr/lib/.build-id/95
/usr/lib/.build-id/95/0879510b3be0e30d7d1e5988352b5c5963b52a
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/efa7eca9887ec88dd188765f9757aa5383c8b9
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/cb378934fa3471819805d952be8ccf683b3ada
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/120a7bc4588cbf903805cd584b1a971dd87271
/usr/lib/mpich/lib/libpsb_base.so.3
/usr/lib/mpich/lib/libpsb_base.so.3.7
/usr/lib/mpich/lib/libpsb_cbind.so.3
/usr/lib/mpich/lib/libpsb_cbind.so.3.7
/usr/lib/mpich/lib/libpsb_krylov.so.3
/usr/lib/mpich/lib/libpsb_krylov.so.3.7
/usr/lib/mpich/lib/libpsb_prec.so.3
/usr/lib/mpich/lib/libpsb_prec.so.3.7
/usr/lib/mpich/lib/libpsb_util.so.3
/usr/lib/mpich/lib/libpsb_util.so.3.7
References
Summary
In this tutorial we learn how to install psblas3-mpich
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).