How To Install nest-openmpi-common on Fedora 36

In this tutorial we learn how to install nest-openmpi-common in Fedora 36. nest-openmpi-common is Common files for nest built with openmpi support

Introduction

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

What is nest-openmpi-common

NEST is a simulator for spiking neural network models that focuses on the dynamics, size and structure of neural systems rather than on the exact morphology of individual neurons. The development of NEST is coordinated by the NEST Initiative. NEST is ideal for networks of spiking neurons of any size, for example cortex of mammals; Models of network activity dynamics, e.g. laminar cortical networks or balanced random networks; Models of learning and plasticity. Please read the README-Fedora.md file provided in each package for information on how these NEST packages are to be used. Please see https

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

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

sudo dnf -y install nest-openmpi-common

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

sudo yum -y install nest-openmpi-common

How To Uninstall nest-openmpi-common on Fedora 36

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

sudo dnf remove nest-openmpi-common

nest-openmpi-common Package Contents on Fedora 36

/usr/lib64/openmpi/share/nest
/usr/lib64/openmpi/share/nest/sli
/usr/lib64/openmpi/share/nest/sli/FormattedIO.sli
/usr/lib64/openmpi/share/nest/sli/arraylib.sli
/usr/lib64/openmpi/share/nest/sli/debug.sli
/usr/lib64/openmpi/share/nest/sli/filesystem.sli
/usr/lib64/openmpi/share/nest/sli/helpinit.sli
/usr/lib64/openmpi/share/nest/sli/library.sli
/usr/lib64/openmpi/share/nest/sli/mathematica.sli
/usr/lib64/openmpi/share/nest/sli/misc_helpers.sli
/usr/lib64/openmpi/share/nest/sli/nest-init.sli
/usr/lib64/openmpi/share/nest/sli/oosupport.sli
/usr/lib64/openmpi/share/nest/sli/processes.sli
/usr/lib64/openmpi/share/nest/sli/ps-lib.sli
/usr/lib64/openmpi/share/nest/sli/regexp.sli
/usr/lib64/openmpi/share/nest/sli/sli-init.sli
/usr/lib64/openmpi/share/nest/sli/typeinit.sli
/usr/lib64/openmpi/share/nest/sli/unittest.sli
/usr/share/licenses/nest-openmpi-common
/usr/share/licenses/nest-openmpi-common/LICENSE

References

Summary

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