How to Install and Uninstall mpich.i686 Package on CentOS 8 / RHEL 8

Last updated: April 19,2024

1. Install "mpich.i686" package

This guide let you learn how to install mpich.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install mpich.i686

2. Uninstall "mpich.i686" package

Please follow the step by step instructions below to uninstall mpich.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove mpich.i686 $ sudo dnf autoremove

3. Information about the mpich.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:10:04 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : mpich
Version : 3.2.1
Release : 9.el8
Architecture : i686
Size : 1.2 M
Source : mpich-3.2.1-9.el8.src.rpm
Repository : appstream
Summary : A high-performance implementation of MPI
URL : http://www.mpich.org/
License : MIT
Description : MPICH is a high-performance and widely portable implementation of the Message
: Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3). The goals of MPICH
: are: (1) to provide an MPI implementation that efficiently supports different
: computation and communication platforms including commodity clusters (desktop
: systems, shared-memory systems, multicore architectures), high-speed networks
: (10 Gigabit Ethernet, InfiniBand, Myrinet, Quadrics) and proprietary high-end
: computing systems (Blue Gene, Cray) and (2) to enable cutting-edge research in
: MPI through an easy-to-extend modular framework for other derived
: implementations.
:
: The mpich binaries in this RPM packages were configured to use the default
: process manager (Hydra) using the default device (ch3). The ch3 device
: was configured with support for the nemesis channel that allows for
: shared-memory and TCP/IP sockets based communication.
:
: This build also include support for using the 'module environment' to select
: which MPI implementation to use when multiple implementations are installed.
: If you want MPICH support to be automatically loaded, you need to install the
: mpich-autoload package.