How To Install sundials2-openmpi-devel on Fedora 36

In this tutorial we learn how to install sundials2-openmpi-devel in Fedora 36. sundials2-openmpi-devel is Suite of nonlinear solvers

Introduction

In this tutorial we learn how to install sundials2-openmpi-devel on Fedora 36.

What is sundials2-openmpi-devel

SUNDIALS is a SUite of Non-linear DIfferential/ALgebraic equation Solvers for use in writing mathematical software. This package contains the Sundials parallel OpenMPI devel libraries and header files.

We can use yum or dnf to install sundials2-openmpi-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sundials2-openmpi-devel.

Install sundials2-openmpi-devel 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 sundials2-openmpi-devel using dnf by running the following command:

sudo dnf -y install sundials2-openmpi-devel

Install sundials2-openmpi-devel 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 sundials2-openmpi-devel using yum by running the following command:

sudo yum -y install sundials2-openmpi-devel

How To Uninstall sundials2-openmpi-devel on Fedora 36

To uninstall only the sundials2-openmpi-devel package we can use the following command:

sudo dnf remove sundials2-openmpi-devel

sundials2-openmpi-devel Package Contents on Fedora 36

---
title: "How To Install sundials2-openmpi-devel on Fedora 36"
linkTitle: "sundials2-openmpi-devel"
type: "docs"
description: "In this tutorial we learn how to install sundials2-openmpi-devel in Fedora 36. sundials2-openmpi-devel is Suite of nonlinear solvers"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/sundials2-openmpi-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `sundials2-openmpi-devel` on Fedora 36.

### What is `sundials2-openmpi-devel`

> SUNDIALS is a SUite of Non-linear DIfferential/ALgebraic equation Solvers for use in writing mathematical software. This package contains the Sundials parallel OpenMPI devel libraries and header files.  

We can use `yum` or `dnf` to install `sundials2-openmpi-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sundials2-openmpi-devel.

## Install sundials2-openmpi-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install sundials2-openmpi-devel using dnf by running the following command:

sudo dnf -y install sundials2-openmpi-devel

Install sundials2-openmpi-devel 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 sundials2-openmpi-devel using yum by running the following command:

sudo yum -y install sundials2-openmpi-devel

How To Uninstall sundials2-openmpi-devel on Fedora 36

To uninstall only the sundials2-openmpi-devel package we can use the following command:

sudo dnf remove sundials2-openmpi-devel

sundials2-openmpi-devel Package Contents on Fedora 36

/usr/include/openmpi-x86_64/sundials2
/usr/include/openmpi-x86_64/sundials2/nvector
/usr/include/openmpi-x86_64/sundials2/nvector/nvector_parallel.h
/usr/include/openmpi-x86_64/sundials2/nvector/nvector_parhyp.h
/usr/lib64/openmpi/lib/libsundials_fnvecparallel.so
/usr/lib64/openmpi/lib/libsundials_nvecparallel.so
/usr/lib64/openmpi/lib/libsundials_nvecparhyp.so

References

/usr/include/openmpi-i386/sundials2 /usr/include/openmpi-i386/sundials2/nvector /usr/include/openmpi-i386/sundials2/nvector/nvector_parallel.h /usr/include/openmpi-i386/sundials2/nvector/nvector_parhyp.h /usr/lib/openmpi/lib/libsundials_fnvecparallel.so /usr/lib/openmpi/lib/libsundials_nvecparallel.so /usr/lib/openmpi/lib/libsundials_nvecparhyp.so

Summary

In this tutorial we learn how to install sundials2-openmpi-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [sundials2-openmpi-devel website](https://www.llnl.gov/casc/sundials/)

## Summary

In this tutorial we learn how to install `sundials2-openmpi-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).