How To Install hypre-openmpi-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install hypre-openmpi-devel
on Rocky Linux 8.
What is hypre-openmpi-devel
Development files for hypre-openmpi
We can use yum
or dnf
to install hypre-openmpi-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install hypre-openmpi-devel.
Install hypre-openmpi-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 hypre-openmpi-devel
using dnf
by running the following command:
sudo dnf -y install hypre-openmpi-devel
Install hypre-openmpi-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 hypre-openmpi-devel
using yum
by running the following command:
sudo yum -y install hypre-openmpi-devel
How To Uninstall hypre-openmpi-devel on Rocky Linux 8
To uninstall only the hypre-openmpi-devel
package we can use the following command:
sudo dnf remove hypre-openmpi-devel
hypre-openmpi-devel Package Contents on Rocky Linux 8
/usr/include/openmpi-x86_64/hypre
/usr/include/openmpi-x86_64/hypre/HYPRE.h
/usr/include/openmpi-x86_64/hypre/HYPRE_DistributedMatrixPilutSolver_protos.h
/usr/include/openmpi-x86_64/hypre/HYPRE_DistributedMatrixPilutSolver_types.h
/usr/include/openmpi-x86_64/hypre/HYPRE_IJ_mv.h
/usr/include/openmpi-x86_64/hypre/HYPRE_MatvecFunctions.h
/usr/include/openmpi-x86_64/hypre/HYPRE_config.h
/usr/include/openmpi-x86_64/hypre/HYPRE_error_f.h
/usr/include/openmpi-x86_64/hypre/HYPRE_krylov.h
/usr/include/openmpi-x86_64/hypre/HYPRE_lobpcg.h
/usr/include/openmpi-x86_64/hypre/HYPRE_matrix_matrix_protos.h
/usr/include/openmpi-x86_64/hypre/HYPRE_parcsr_ls.h
/usr/include/openmpi-x86_64/hypre/HYPRE_parcsr_mv.h
/usr/include/openmpi-x86_64/hypre/HYPRE_seq_mv.h
/usr/include/openmpi-x86_64/hypre/HYPRE_sstruct_ls.h
/usr/include/openmpi-x86_64/hypre/HYPRE_sstruct_mv.h
/usr/include/openmpi-x86_64/hypre/HYPRE_struct_ls.h
/usr/include/openmpi-x86_64/hypre/HYPRE_struct_mv.h
/usr/include/openmpi-x86_64/hypre/HYPRE_utilities.h
/usr/include/openmpi-x86_64/hypre/HYPREf.h
/usr/include/openmpi-x86_64/hypre/_hypre_IJ_mv.h
/usr/include/openmpi-x86_64/hypre/_hypre_parcsr_ls.h
/usr/include/openmpi-x86_64/hypre/_hypre_parcsr_mv.h
/usr/include/openmpi-x86_64/hypre/_hypre_sstruct_ls.h
/usr/include/openmpi-x86_64/hypre/_hypre_sstruct_mv.h
/usr/include/openmpi-x86_64/hypre/_hypre_struct_ls.h
/usr/include/openmpi-x86_64/hypre/_hypre_struct_mv.h
/usr/include/openmpi-x86_64/hypre/_hypre_utilities.h
/usr/include/openmpi-x86_64/hypre/csr_block_matrix.h
/usr/include/openmpi-x86_64/hypre/csr_matmultivec.h
/usr/include/openmpi-x86_64/hypre/distributed_matrix.h
/usr/include/openmpi-x86_64/hypre/fortran.h
/usr/include/openmpi-x86_64/hypre/fortran_matrix.h
/usr/include/openmpi-x86_64/hypre/hypre_hopscotch_hash.h
/usr/include/openmpi-x86_64/hypre/interpreter.h
/usr/include/openmpi-x86_64/hypre/krylov.h
/usr/include/openmpi-x86_64/hypre/lobpcg.h
/usr/include/openmpi-x86_64/hypre/multivector.h
/usr/include/openmpi-x86_64/hypre/par_csr_block_matrix.h
/usr/include/openmpi-x86_64/hypre/par_csr_matmultivec.h
/usr/include/openmpi-x86_64/hypre/par_csr_pmvcomm.h
/usr/include/openmpi-x86_64/hypre/par_multivector.h
/usr/include/openmpi-x86_64/hypre/seq_multivector.h
/usr/include/openmpi-x86_64/hypre/seq_mv.h
/usr/include/openmpi-x86_64/hypre/temp_multivector.h
/usr/lib64/openmpi/lib/libHYPRE.so
References
Summary
In this tutorial we learn how to install hypre-openmpi-devel
on Rocky Linux 8 using yum and dnf.