How To Install arbor-openmpi on Fedora 36
Introduction
In this tutorial we learn how to install arbor-openmpi
on Fedora 36.
What is arbor-openmpi
Arbor is a high-performance library for Computational Neuroscience simulations. Some key features include - Asynchronous spike exchange that overlaps compute and communication. - Efficient sampling of voltage and current on all back ends. - Efficient implementation of all features on GPU. - Reporting of memory and energy consumption (when available on platform). - An API for addition of new cell types, e.g. LIF and Poisson spike generators. - Validation tests against numeric/analytic models and NEURON. Documentation is available at https
We can use yum
or dnf
to install arbor-openmpi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install arbor-openmpi.
Install arbor-openmpi 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 arbor-openmpi
using dnf
by running the following command:
sudo dnf -y install arbor-openmpi
Install arbor-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 arbor-openmpi
using yum
by running the following command:
sudo yum -y install arbor-openmpi
How To Uninstall arbor-openmpi on Fedora 36
To uninstall only the arbor-openmpi
package we can use the following command:
sudo dnf remove arbor-openmpi
arbor-openmpi Package Contents on Fedora 36
---
title: "How To Install arbor-openmpi on Fedora 36"
linkTitle: "arbor-openmpi"
type: "docs"
description: "In this tutorial we learn how to install arbor-openmpi in Fedora 36. arbor-openmpi is OpenMPI build for arbor"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/arbor-openmpi-featured.png
---
## Introduction
In this tutorial we learn how to install `arbor-openmpi` on Fedora 36.
### What is `arbor-openmpi`
> Arbor is a high-performance library for Computational Neuroscience simulations. Some key features include - Asynchronous spike exchange that overlaps compute and communication. - Efficient sampling of voltage and current on all back ends. - Efficient implementation of all features on GPU. - Reporting of memory and energy consumption (when available on platform). - An API for addition of new cell types, e.g. LIF and Poisson spike generators. - Validation tests against numeric/analytic models and NEURON. Documentation is available at https
We can use `yum` or `dnf` to install `arbor-openmpi` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install arbor-openmpi.
## Install arbor-openmpi on Fedora 36 Using dnf
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/af35981ade3f688208d461391f4ca6985460a0
/usr/lib64/openmpi/bin/modcc_openmpi
/usr/lib64/python3.10/site-packages/openmpi/arbor
/usr/lib64/python3.10/site-packages/openmpi/arbor/VERSION
/usr/lib64/python3.10/site-packages/openmpi/arbor/__init__.py
/usr/lib64/python3.10/site-packages/openmpi/arbor/__pycache__
/usr/lib64/python3.10/site-packages/openmpi/arbor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/openmpi/arbor/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/openmpi/arbor/_arbor.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/arbor-openmpi
/usr/share/doc/arbor-openmpi/README.md
/usr/share/licenses/arbor-openmpi
/usr/share/licenses/arbor-openmpi/LICENSE
/usr/share/licenses/arbor-openmpi/LICENSE-tinyopt
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install `arbor-openmpi` using `dnf` by running the following command:
## References
```bash
* [arbor-openmpi website](https://github.com/arbor-sim/arbor)
sudo dnf -y install arbor-openmpi
## Summary
Install arbor-openmpi on Fedora 36 Using yum
In this tutorial we learn how to install arbor-openmpi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install arbor-openmpi
using yum
by running the following command:
sudo yum -y install arbor-openmpi
How To Uninstall arbor-openmpi on Fedora 36
To uninstall only the arbor-openmpi
package we can use the following command:
sudo dnf remove arbor-openmpi
arbor-openmpi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/ac53a818e9817dddabfe957ea9ec9dcdad1622
/usr/lib/openmpi/bin/modcc_openmpi
/usr/lib/python3.10/site-packages/openmpi/arbor
/usr/lib/python3.10/site-packages/openmpi/arbor/VERSION
/usr/lib/python3.10/site-packages/openmpi/arbor/__init__.py
/usr/lib/python3.10/site-packages/openmpi/arbor/__pycache__
/usr/lib/python3.10/site-packages/openmpi/arbor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/openmpi/arbor/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/openmpi/arbor/_arbor.cpython-310-i386-linux-gnu.so
/usr/share/doc/arbor-openmpi
/usr/share/doc/arbor-openmpi/README.md
/usr/share/licenses/arbor-openmpi
/usr/share/licenses/arbor-openmpi/LICENSE
/usr/share/licenses/arbor-openmpi/LICENSE-tinyopt
References
Summary
In this tutorial we learn how to install arbor-openmpi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).