Skip to content

Releases: INCF/MUSIC

MUSIC 1.2.1

03 Apr 19:55
Compare
Choose a tag to compare

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 neuronal network 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.

MUSIC 1.2.1 has updates to the Python installation infrastructure. Among other things, it fixes a problem where Python-related files were installed in the wrong location under certain circumstances.

MUSIC 1.2.0

12 Feb 22:20
Compare
Choose a tag to compare

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 neuronal network 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.

MUSIC 1.2.0 uses the MPI C interface. Previous releases used the MPI C++ interface.

MUSIC 1.1.17

19 Jan 18:15
Compare
Choose a tag to compare

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 neuronal network 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.

MUSIC 1.1.17 provides full support for Python3 and updates and bug-fixes to the mechanisms for configuring a MUSIC co-simulation from Python.