• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Sep-2021-

README.mdH A D15-Sep-2021402 1711

README.rstH A D15-Sep-2021440 2114

nest_script.pyH A D15-Sep-20211.2 KiB4416

receiver_script.pyH A D15-Sep-20211.4 KiB5224

test.musicH A D15-Sep-2021140 109

README.md

1# Music_cont_out_proxy example
2
3## Requirements
4+ MUSIC 1.1.15 or higher
5+ NEST 2.14.0 or higher compiled with MPI and MUSIC
6+ NumPy
7
8## Instructions
9This example runs 2 NEST instances and one receiver instance.
10Neurons on the NEST instances are observed by the music_cont_out_proxy
11and their values are forwarded through MUSIC to the receiver.
12
13.. code-block:: bash
14
15  mpiexec -np 3 music test.music
16
17

README.rst

1MUSIC example
2==============================
3
4Requirements
5------------
6
7-  MUSIC 1.1.15 or higher
8-  NEST 2.14.0 or higher compiled with MPI and MUSIC
9-  NumPy
10
11Instructions
12------------
13
14This example runs 2 NEST instances and one receiver instance. Neurons on
15the NEST instances are observed by the music_cont_out_proxy and their
16values are forwarded through MUSIC to the receiver.
17
18.. code-block:: bash
19
20  mpiexec -np 3 music test.music
21