How To Install python3-MUSIC-mpich on Fedora 36

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

Introduction

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

What is python3-MUSIC-mpich

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

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

sudo dnf -y install python3-MUSIC-mpich

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

sudo yum -y install python3-MUSIC-mpich

How To Uninstall python3-MUSIC-mpich on Fedora 36

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

sudo dnf remove python3-MUSIC-mpich

python3-MUSIC-mpich Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/a19e84b2661ce18304f99995ed3cff4de05d23
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/f329703b4ce1110410959b8dca1d5eabb7f67c
/usr/lib64/python3.10/site-packages/mpich/music
/usr/lib64/python3.10/site-packages/mpich/music-1.1.16-py3.10.egg-info
/usr/lib64/python3.10/site-packages/mpich/music/__init__.py
/usr/lib64/python3.10/site-packages/mpich/music/__pycache__
/usr/lib64/python3.10/site-packages/mpich/music/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/mpich/music/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/mpich/music/config
/usr/lib64/python3.10/site-packages/mpich/music/config/__init__.py
/usr/lib64/python3.10/site-packages/mpich/music/config/__pycache__
/usr/lib64/python3.10/site-packages/mpich/music/config/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/mpich/music/config/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/mpich/music/config/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/mpich/music/config/__pycache__/config.cpython-310.pyc
/usr/lib64/python3.10/site-packages/mpich/music/config/__pycache__/predict_rank.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/mpich/music/config/__pycache__/predict_rank.cpython-310.pyc
/usr/lib64/python3.10/site-packages/mpich/music/config/config.py
/usr/lib64/python3.10/site-packages/mpich/music/config/predict_rank.py
/usr/lib64/python3.10/site-packages/mpich/music/pybuffer.so
/usr/lib64/python3.10/site-packages/mpich/music/pymusic.so
/usr/share/doc/python3-MUSIC-mpich
/usr/share/doc/python3-MUSIC-mpich/README
/usr/share/licenses/python3-MUSIC-mpich
/usr/share/licenses/python3-MUSIC-mpich/LICENSE

References

Summary

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