How To Install MUSIC-openmpi on Fedora 36

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

Introduction

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

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

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

sudo dnf -y install MUSIC-openmpi

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

sudo yum -y install MUSIC-openmpi

How To Uninstall MUSIC-openmpi on Fedora 36

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

sudo dnf remove MUSIC-openmpi

MUSIC-openmpi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0d/5c17447ccd622b1c398556d8df57d6a044ff54
/usr/lib/.build-id/0d/9da003048f349974bacb4a8651252a81f565df
/usr/lib/.build-id/12
/usr/lib/.build-id/12/9b4545ac61c86ae003e3c9e4e0f4a7b594a38f
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/43eff081989db21cc15427d5036071d2d2f40b
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/e401ad76071bbbf6c42b8283a7173f59698f98
/usr/lib/.build-id/31
/usr/lib/.build-id/31/d43a72e499b41f9cf98284c1e49af9c84a378f
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/9a6467f1c33c45939ae0ce5b1e9886381ab2ff
/usr/lib/.build-id/54
/usr/lib/.build-id/54/c6516c446aaf2f1219f9fea2ccda66fba3809e
/usr/lib/.build-id/56
/usr/lib/.build-id/56/de084cc6d9fe2e48c2d3b061101946f9014886
/usr/lib/.build-id/63
/usr/lib/.build-id/63/9f5f97f71b21153d8ee0c48e4c4c72bb228dda
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/cdf1b324c0ebfd9183ac7f61ee35847d43ff07
/usr/lib/.build-id/90
/usr/lib/.build-id/90/71e42554dddffbb8ceab13bf7fcf3456af3508
/usr/lib/.build-id/96
/usr/lib/.build-id/96/d436aefd7c7f5500384860e54564c12418a58b
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/4a53a763437d9accf4b9292299c45a671be559
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/a26e05e3400596c7486f3793cbaa6d8bf9f9d8
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/2b6be65d88e65cb9dcf46475fad6b1e9a53517
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/5e5a97028a868abcefd610ba80be62b2a73cbe
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/b96384d8e7a9c5a95bdb82f7d261b979179a7d
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/c7e9c6c261f20a9193f5f907b70df6fafc1936
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/e5da4e5dc98555ac3ba295a16d3aceb5de7846
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/97d036d5f6d143e48339f8f4f5b661f01fd139
/usr/lib64/openmpi/bin/clocksource_openmpi
/usr/lib64/openmpi/bin/constsource_openmpi
/usr/lib64/openmpi/bin/contdelay_openmpi
/usr/lib64/openmpi/bin/contsink_openmpi
/usr/lib64/openmpi/bin/eventcounter_openmpi
/usr/lib64/openmpi/bin/eventdelay_openmpi
/usr/lib64/openmpi/bin/eventgenerator_openmpi
/usr/lib64/openmpi/bin/eventlogger_openmpi
/usr/lib64/openmpi/bin/eventselect_openmpi
/usr/lib64/openmpi/bin/eventsink_openmpi
/usr/lib64/openmpi/bin/eventsource_openmpi
/usr/lib64/openmpi/bin/launchtest_openmpi
/usr/lib64/openmpi/bin/messagesource_openmpi
/usr/lib64/openmpi/bin/multiport_openmpi
/usr/lib64/openmpi/bin/music_openmpi
/usr/lib64/openmpi/bin/music_tests
/usr/lib64/openmpi/bin/musicrun_openmpi
/usr/lib64/openmpi/bin/test_ag_openmpi
/usr/lib64/openmpi/bin/viewevents_openmpi
/usr/lib64/openmpi/bin/waveconsumer_openmpi
/usr/lib64/openmpi/bin/waveproducer_openmpi
/usr/lib64/openmpi/lib/libmusic-c.so.1
/usr/lib64/openmpi/lib/libmusic-c.so.1.0.0
/usr/lib64/openmpi/lib/libmusic.so.1
/usr/lib64/openmpi/lib/libmusic.so.1.0.0
/usr/share/doc/MUSIC-openmpi
/usr/share/doc/MUSIC-openmpi/README
/usr/share/licenses/MUSIC-openmpi
/usr/share/licenses/MUSIC-openmpi/LICENSE
/usr/share/man/openmpi-x86_64/man1/contsink.1.gz
/usr/share/man/openmpi-x86_64/man1/eventcounter.1.gz
/usr/share/man/openmpi-x86_64/man1/eventgenerator.1.gz
/usr/share/man/openmpi-x86_64/man1/eventlogger.1.gz
/usr/share/man/openmpi-x86_64/man1/eventselect.1.gz
/usr/share/man/openmpi-x86_64/man1/eventsink.1.gz
/usr/share/man/openmpi-x86_64/man1/eventsource.1.gz
/usr/share/man/openmpi-x86_64/man1/messagesource.1.gz
/usr/share/man/openmpi-x86_64/man1/music.1.gz
/usr/share/man/openmpi-x86_64/man1/music_tests.1.gz
/usr/share/man/openmpi-x86_64/man1/musicrun.1.gz
/usr/share/man/openmpi-x86_64/man1/viewevents.1.gz

References

Summary

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


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

Introduction

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

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

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

sudo dnf -y install MUSIC-openmpi

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

sudo yum -y install MUSIC-openmpi

How To Uninstall MUSIC-openmpi on Fedora 36

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

sudo dnf remove MUSIC-openmpi

MUSIC-openmpi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/1ae6e5615a4240119fceded9224b33e3f420b8
/usr/lib/.build-id/05/c716e440c91aea2365ddbd53ecc0e40f9d6de7
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/6854c28b8e6285718ec6f2ac754c1036c5ad90
/usr/lib/.build-id/33
/usr/lib/.build-id/33/69c9fb14465d6558de0fe8a3c78366c93bf7d0
/usr/lib/.build-id/38
/usr/lib/.build-id/38/95cd6ef44b4a3f033d1bda3ba4feb7238909a6
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/81e585c4eec4286b96c320a06a13dd84aca5f1
/usr/lib/.build-id/67
/usr/lib/.build-id/67/7c4c19bb6e6b8740b952bf83dc8892f3523d27
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/643b807f49a032e479e5cd16c149a39005e01a
/usr/lib/.build-id/7e/bff4aace5790c0ac197770a335540de8b562b4
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/34de6ded997059106d505c32e35f4d5bc073ab
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/44c711f0987ed1223c78f061e587024d55471a
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/98590a2a2f33949c2c42e6266a7d13638415b9
/usr/lib/.build-id/b6/dcb7123afbd101790a806e8b6910c74ada5a18
/usr/lib/.build-id/b8/5c44383a794c52cd892f38695d48b363a5b55b
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/96bb11f034c4dcee06762dd4e29316a278ba3f
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/8f89434f48ee18b37d49ce88b439b6e65142d9
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/608c926fff888bfa2e0933257cb6cbc23b8767
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/1f41b8e4b524c907ba79770f6f3e4843fb8412
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/137718a4854da2b0c47e0e1c08677ce02cb899
/usr/lib/.build-id/fb/92c68c05b9e472d038e813e1fb88f6f5e655f2
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/72c6f5da67f945488bd06247b1278162d1d12b
/usr/lib/openmpi/bin/clocksource_openmpi
/usr/lib/openmpi/bin/constsource_openmpi
/usr/lib/openmpi/bin/contdelay_openmpi
/usr/lib/openmpi/bin/contsink_openmpi
/usr/lib/openmpi/bin/eventcounter_openmpi
/usr/lib/openmpi/bin/eventdelay_openmpi
/usr/lib/openmpi/bin/eventgenerator_openmpi
/usr/lib/openmpi/bin/eventlogger_openmpi
/usr/lib/openmpi/bin/eventselect_openmpi
/usr/lib/openmpi/bin/eventsink_openmpi
/usr/lib/openmpi/bin/eventsource_openmpi
/usr/lib/openmpi/bin/launchtest_openmpi
/usr/lib/openmpi/bin/messagesource_openmpi
/usr/lib/openmpi/bin/multiport_openmpi
/usr/lib/openmpi/bin/music_openmpi
/usr/lib/openmpi/bin/music_tests
/usr/lib/openmpi/bin/musicrun_openmpi
/usr/lib/openmpi/bin/test_ag_openmpi
/usr/lib/openmpi/bin/viewevents_openmpi
/usr/lib/openmpi/bin/waveconsumer_openmpi
/usr/lib/openmpi/bin/waveproducer_openmpi
/usr/lib/openmpi/lib/libmusic-c.so.1
/usr/lib/openmpi/lib/libmusic-c.so.1.0.0
/usr/lib/openmpi/lib/libmusic.so.1
/usr/lib/openmpi/lib/libmusic.so.1.0.0
/usr/share/doc/MUSIC-openmpi
/usr/share/doc/MUSIC-openmpi/README
/usr/share/licenses/MUSIC-openmpi
/usr/share/licenses/MUSIC-openmpi/LICENSE
/usr/share/man/openmpi-i386/man1/contsink.1.gz
/usr/share/man/openmpi-i386/man1/eventcounter.1.gz
/usr/share/man/openmpi-i386/man1/eventgenerator.1.gz
/usr/share/man/openmpi-i386/man1/eventlogger.1.gz
/usr/share/man/openmpi-i386/man1/eventselect.1.gz
/usr/share/man/openmpi-i386/man1/eventsink.1.gz
/usr/share/man/openmpi-i386/man1/eventsource.1.gz
/usr/share/man/openmpi-i386/man1/messagesource.1.gz
/usr/share/man/openmpi-i386/man1/music.1.gz
/usr/share/man/openmpi-i386/man1/music_tests.1.gz
/usr/share/man/openmpi-i386/man1/musicrun.1.gz
/usr/share/man/openmpi-i386/man1/viewevents.1.gz

References

Summary

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