How To Install ptscotch-mpich-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install ptscotch-mpich-devel
on Rocky Linux 8.
What is ptscotch-mpich-devel
This package contains development libraries for PT-Scotch, compiled against mpich.
We can use yum
or dnf
to install ptscotch-mpich-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install ptscotch-mpich-devel.
Install ptscotch-mpich-devel on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ptscotch-mpich-devel
using dnf
by running the following command:
sudo dnf -y install ptscotch-mpich-devel
Install ptscotch-mpich-devel on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ptscotch-mpich-devel
using yum
by running the following command:
sudo yum -y install ptscotch-mpich-devel
How To Uninstall ptscotch-mpich-devel on Rocky Linux 8
To uninstall only the ptscotch-mpich-devel
package we can use the following command:
sudo dnf remove ptscotch-mpich-devel
ptscotch-mpich-devel Package Contents on Rocky Linux 8
/usr/include/mpich-i386/esmumps.h
/usr/include/mpich-i386/ptscotch.h
/usr/include/mpich-i386/ptscotchf.h
/usr/include/mpich-i386/scotch.h
/usr/include/mpich-i386/scotchf.h
/usr/lib/mpich/lib/libptesmumps.so
/usr/lib/mpich/lib/libptscotch.so
/usr/lib/mpich/lib/libptscotcherr.so
/usr/lib/mpich/lib/libptscotcherrexit.so
/usr/lib/mpich/lib/libptscotchparmetis.so
/usr/lib/mpich/lib/libscotch.so
/usr/lib/mpich/lib/libscotcherr.so
/usr/lib/mpich/lib/libscotcherrexit.so
/usr/include/mpich-x86_64/esmumps.h
/usr/include/mpich-x86_64/ptscotch.h
/usr/include/mpich-x86_64/ptscotchf.h
/usr/include/mpich-x86_64/scotch.h
/usr/include/mpich-x86_64/scotchf.h
/usr/lib64/mpich/lib/libptesmumps.so
/usr/lib64/mpich/lib/libptscotch.so
/usr/lib64/mpich/lib/libptscotcherr.so
/usr/lib64/mpich/lib/libptscotcherrexit.so
/usr/lib64/mpich/lib/libptscotchparmetis.so
/usr/lib64/mpich/lib/libscotch.so
/usr/lib64/mpich/lib/libscotcherr.so
/usr/lib64/mpich/lib/libscotcherrexit.so
References
Summary
In this tutorial we learn how to install ptscotch-mpich-devel
on Rocky Linux 8 using yum and dnf.