Installation
Conda(Linux/macOS
create --name ENVNAME -c conda-forge nest-simulator 1
conda activate ENVNAME
注意python的版本
1
2
which python
which nest
if something is missing, try
`conda install <package>`
NEST Documentation
NEST is a simulator for spiking neural network models
- Models of information processing, in the visual or auditory cortex of mammals
- Models of network activity dynamics, laminar cortical networks or balanced random networks
- Models of learning and plasticity.
MUSIC Interface
A standard by the INCF, allows the transmission of data between applications at runtime
MUSIC is an API allowing large scale neuron simulators using MPI
internally to exchange data during runtime.
MPI : 消息传递接口(英语:Message Passing Interface,缩写MPI)是一个并行计算的应用程序接口(API),常在超级电脑、电脑集群等非共享内存环境程序设计。
MUSIC provides mechanisms to transfer massive amounts of event information and continuous values
from one parallel application to another.
two most important components
music library : ‘libmusic.a’
music utility : ‘music’
- Getting started
MUSIC proxies are devices, not regular neuron models