How To Install libneurosim-openmpi-devel on Fedora 36

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

Introduction

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

What is libneurosim-openmpi-devel

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-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libneurosim-openmpi-devel.

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

sudo dnf -y install libneurosim-openmpi-devel

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

sudo yum -y install libneurosim-openmpi-devel

How To Uninstall libneurosim-openmpi-devel on Fedora 36

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

sudo dnf remove libneurosim-openmpi-devel

libneurosim-openmpi-devel Package Contents on Fedora 36

/usr/include/openmpi-i386/neurosim
/usr/include/openmpi-i386/neurosim/config.h
/usr/include/openmpi-i386/neurosim/connection_generator.h
/usr/include/openmpi-i386/neurosim/connection_generator_V2_0.h
/usr/include/openmpi-i386/neurosim/pyneurosim.h
/usr/include/openmpi-i386/neurosim/version.h
/usr/lib/openmpi/lib/libneurosim.so
/usr/lib/openmpi/lib/libpy3neurosim.so

References

Summary

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


title: “How To Install libneurosim-openmpi-devel on Fedora 36” linkTitle: “libneurosim-openmpi-devel” type: “docs” description: “In this tutorial we learn how to install libneurosim-openmpi-devel in Fedora 36. libneurosim-openmpi-devel is libneurosim built with openmpi” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libneurosim-openmpi-devel-featured.png

Introduction

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

What is libneurosim-openmpi-devel

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-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libneurosim-openmpi-devel.

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

sudo dnf -y install libneurosim-openmpi-devel

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

sudo yum -y install libneurosim-openmpi-devel

How To Uninstall libneurosim-openmpi-devel on Fedora 36

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

sudo dnf remove libneurosim-openmpi-devel

libneurosim-openmpi-devel Package Contents on Fedora 36

/usr/include/openmpi-x86_64/neurosim
/usr/include/openmpi-x86_64/neurosim/config.h
/usr/include/openmpi-x86_64/neurosim/connection_generator.h
/usr/include/openmpi-x86_64/neurosim/connection_generator_V2_0.h
/usr/include/openmpi-x86_64/neurosim/pyneurosim.h
/usr/include/openmpi-x86_64/neurosim/version.h
/usr/lib64/openmpi/lib/libneurosim.so
/usr/lib64/openmpi/lib/libpy3neurosim.so

References

Summary

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