generated from multiscale-cosim/ModularScience-Cosim-Template
-
Notifications
You must be signed in to change notification settings - Fork 5
05. User guide in NEST Desktop
Sebastian Spreizer edited this page Jul 20, 2023
·
1 revision
- Open NEST Desktop (By default, it runs on http://localhost:54286).
- Import project
CoSim_Brunel_alpha
fromusecases
on github repository. - Validate the generated script (as in screenshot).
- Click
simulate
button to submit generated script to start co-simulation.
- Activate
CoSim
( andInsite
), as well as deactivatenest
backend (-> Settings). - Check if activated backends can be found in NEST Desktop (-> Settings)
- Neurons have to be labelled with annotations
MPI spike input
andMPI spike output
. Then, these neurons exchanges spikes with other simulation via MPI. - Changing the code template to
CoSim-v2.0
it submits generated simulation code to CoSim Server.
TODO formulate these steps:
- getting started on the VM (source files and tests)
- start insite
- start nest desktop app-server (python) or via zip file
- start cosim
- start nest desktop (somwhere?)
- connect to insite and cosim
- create new? simulation or use existing simulation configuration
- start simulation
--> add screenshots and code snippets!