How To Install libneurosim-openmpi on Fedora 36

In this tutorial we learn how to install libneurosim-openmpi in Fedora 36. libneurosim-openmpi is libneurosim built with openmpi

Introduction

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

What is libneurosim-openmpi

libneurosim is a general library that provides interfaces and common utility code for neuronal simulators. Currently it provides the ConnectionGenerator interface. The ConnectionGenerator API is a standard interface supporting efficient generation of network connectivity during model setup in neuronal network simulators. It is intended as an abstraction isolating both sides of the API any simulator can use a given connection generator and a given simulator can use any library providing the ConnectionGenerator interface. It was initially developed to support the use of libcsa from NEST.

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

Install libneurosim-openmpi on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

title: “How To Install libneurosim-openmpi on Fedora 36” linkTitle: “libneurosim-openmpi” After updating yum database, We can install libneurosim-openmpi using dnf by running the following command: type: “docs”

description: “In this tutorial we learn how to install libneurosim-openmpi in Fedora 36. libneurosim-openmpi is libneurosim built with openmpi” date: “2022-08-17”

lastmod: "2022-08-17"
sudo dnf -y install libneurosim-openmpi

#image: /images/fedora/36/libneurosim-openmpi-featured.png


Install libneurosim-openmpi on Fedora 36 Using yum

Introduction

Update yum database with yum using the following command.

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


sudo yum makecache --refresh
### What is `libneurosim-openmpi`

libneurosim is a general library that provides interfaces and common utility code for neuronal simulators. Currently it provides the ConnectionGenerator interface. The ConnectionGenerator API is a standard interface supporting efficient generation of network connectivity during model setup in neuronal network simulators. It is intended as an abstraction isolating both sides of the API any simulator can use a given connection generator and a given simulator can use any library providing the ConnectionGenerator interface. It was initially developed to support the use of libcsa from NEST.
After updating yum database, We can install libneurosim-openmpi using yum by running the following command:

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

Install libneurosim-openmpi on Fedora 36 Using dnf

How To Uninstall libneurosim-openmpi on Fedora 36

Update yum database with dnf using the following command. To uninstall only the libneurosim-openmpi package we can use the following command:

```bash
sudo dnf makecache --refresh
sudo dnf remove libneurosim-openmpi

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

## libneurosim-openmpi Package Contents on Fedora 36
```bash

sudo dnf -y install libneurosim-openmpi
```bash

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

sudo yum -y install libneurosim-openmpi

How To Uninstall libneurosim-openmpi on Fedora 36

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

sudo dnf remove libneurosim-openmpi

libneurosim-openmpi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/10dcba8bc5aedbf3feeeaefe462733b9fd2e6d
/usr/lib/.build-id/91
/usr/lib/.build-id/91/1bae6314c183c015c002beb1cfac55488ee669
/usr/lib/openmpi/lib/libneurosim.so.0
/usr/lib/openmpi/lib/libneurosim.so.0.0.0
/usr/lib/openmpi/lib/libpy3neurosim.so.0
/usr/lib/openmpi/lib/libpy3neurosim.so.0.0.0
/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/ddd165c0fe3926252377ea4724d34d1e45356a
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/e18b4ccd4dd25408c81c1af2e980bd400a8136
/usr/lib64/openmpi/lib/libneurosim.so.0
/usr/lib64/openmpi/lib/libneurosim.so.0.0.0
/usr/lib64/openmpi/lib/libpy3neurosim.so.0
/usr/lib64/openmpi/lib/libpy3neurosim.so.0.0.0

References

Summary



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


* [libneurosim-openmpi website](https://github.com/INCF/libneurosim)

## Summary

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