How To Install python3-MUSIC-openmpi on Fedora 36

In this tutorial we learn how to install python3-MUSIC-openmpi in Fedora 36. python3-MUSIC-openmpi is Python3 support for MUSIC built with openmpi

Introduction

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

What is python3-MUSIC-openmpi

MUSIC is an API allowing large scale neuron simulators using MPI internally to exchange data during runtime. MUSIC provides mechanisms to transfer massive amounts of event information and continuous values from one parallel application to another. Special care has been taken to ensure that existing simulators can be adapted to MUSIC. In particular, MUSIC handles data transfer between applications that use different time steps and different data allocation strategies. This is the MUSIC pilot implementation. The two most important components built from this software distribution is the music library libmusic.a' and the music utility music’. A MUSIC-aware simulator links against the C++ library and can be launched using mpirun together with the music utility as described below. MUSIC can also be used from a C program using the API in music-c.h. MUSIC is distributed under the GNU General Public License v3.

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

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

sudo dnf -y install python3-MUSIC-openmpi

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

sudo yum -y install python3-MUSIC-openmpi

How To Uninstall python3-MUSIC-openmpi on Fedora 36

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

sudo dnf remove python3-MUSIC-openmpi

python3-MUSIC-openmpi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/81/4bea8c0bc3ac81bf886b8917790fb4868ac37e
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/ce9a34590fee337c4f1a903c2a1735b3e089cf
/usr/lib64/python3.10/site-packages/openmpi/music
/usr/lib64/python3.10/site-packages/openmpi/music-1.1.16-py3.10.egg-info
/usr/lib64/python3.10/site-packages/openmpi/music/__init__.py
/usr/lib64/python3.10/site-packages/openmpi/music/__pycache__
/usr/lib64/python3.10/site-packages/openmpi/music/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/openmpi/music/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/openmpi/music/config
/usr/lib64/python3.10/site-packages/openmpi/music/config/__init__.py
/usr/lib64/python3.10/site-packages/openmpi/music/config/__pycache__
/usr/lib64/python3.10/site-packages/openmpi/music/config/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/openmpi/music/config/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/openmpi/music/config/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/openmpi/music/config/__pycache__/config.cpython-310.pyc
/usr/lib64/python3.10/site-packages/openmpi/music/config/__pycache__/predict_rank.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/openmpi/music/config/__pycache__/predict_rank.cpython-310.pyc
/usr/lib64/python3.10/site-packages/openmpi/music/config/config.py
/usr/lib64/python3.10/site-packages/openmpi/music/config/predict_rank.py
/usr/lib64/python3.10/site-packages/openmpi/music/pybuffer.so
/usr/lib64/python3.10/site-packages/openmpi/music/pymusic.so
/usr/share/doc/python3-MUSIC-openmpi
/usr/share/doc/python3-MUSIC-openmpi/README
/usr/share/licenses/python3-MUSIC-openmpi
/usr/share/licenses/python3-MUSIC-openmpi/LICENSE

References

Summary

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