Attention: Due to an upgrade beginning on Friday, the 22nd August 2025, any new collabs, groups and any changes to teams will not be kept beyond the weekend. User creation will also be disabled during this time. The actual upgrade will take place on Wednesday, 27th August. On that day, any service requiring a Keycloak login will be unavailable for the duration of the upgrade. Thank you for your understanding as we complete this important work.


Changes for page NEST Simulator

Last modified by abonard on 2025/06/13 16:09

From version 52.1
edited by abonard
on 2025/06/13 16:09
Change comment: There is no comment for this version
To version 55.1
edited by abonard
on 2025/06/13 16:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,4 +46,19 @@
46 46  **Level**: advanced(%%) **Type**: user documentation
47 47  
48 48  Start MUSIC using mpirun, Disable messages, Comma as decimal point, Build Autotool-enable project.
49 +=== [[MUSIC tutorial – Connect two NEST simulations using MUSIC>>https://nest-simulator.readthedocs.io/en/v3.3/tutorials/music_tutorial/music_tutorial_2.html||rel=" noopener noreferrer" target="_blank"]] ===
49 49  
51 +**Level**: advanced(%%) **Type**: user documentation
52 +
53 +We will be implementing the simple network from the introduction to this tutorial.
54 +=== [[MUSIC tutorial – MUSIC with SLI>>https://nest-simulator.readthedocs.io/en/v3.3/tutorials/music_tutorial/music_tutorial_sli.html||rel=" noopener noreferrer" target="_blank"]] ===
55 +
56 +**Level**: advanced(%%) **Type**: user documentation
57 +
58 +We won’t discuss the code extensively as learning SLI is really outside the scope of this tutorial. The code follows the same structure as the other examples, and should be straightforward to follow. But we will give a few pointers for how to connect things with MUSIC.
59 +=== [[MUSIC tutorial – MUSIC Connections in C++ and Python>>https://nest-simulator.readthedocs.io/en/v3.3/tutorials/music_tutorial/music_tutorial_3.html||rel=" noopener noreferrer" target="_blank"]] ===
60 +
61 +**Level**: advanced(%%) **Type**: user documentation
62 +
63 +Let’s take a look at a pair of programs that send and receive spikes. These can be used as inputs or outputs to the NEST models we created above with no change to the code. C++ code tends to be somewhat longwinded so we only show the relevant parts here.
64 +