Difference between revisions of "MUSIC"
(Created page with "C++ library implementing an API which allows large scale neuronal network simulators to exchange data during runtime. Project page http://software.incf.org/software/music Pu...") |
|||
Line 1: | Line 1: | ||
C++ library implementing an API which allows large scale neuronal network simulators to exchange data during runtime. | C++ library implementing an API which allows large scale neuronal network simulators to exchange data during runtime. | ||
− | |||
− | [[http://software.incf.org/software/music]] | + | [[http://software.incf.org/software/music Project page]] |
+ | |||
Purpose | Purpose | ||
MUSIC allows spike events and continuous time series to be communicated between applications in a cluster computer. The typical usage cases are connecting models developed for different simulators and connecting a parallel simulator to a post-processing tool. | MUSIC allows spike events and continuous time series to be communicated between applications in a cluster computer. The typical usage cases are connecting models developed for different simulators and connecting a parallel simulator to a post-processing tool. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Intermediate | + | License: GNU General Public License |
− | Operating system | + | Prerequirements: MPI |
− | Unix-like | + | Ease of Use: Intermediate |
+ | Maturity:Intermediate | ||
+ | Operating system: Unix-like |
Revision as of 10:39, 23 March 2011
C++ library implementing an API which allows large scale neuronal network simulators to exchange data during runtime.
Purpose
MUSIC allows spike events and continuous time series to be communicated between applications in a cluster computer. The typical usage cases are connecting models developed for different simulators and connecting a parallel simulator to a post-processing tool.
License: GNU General Public License Prerequirements: MPI Ease of Use: Intermediate Maturity:Intermediate Operating system: Unix-like