Johanna Senk
Johanna Senk
The notebook illustrates the simulation workflow with a down-scaled version of the multi-area model. It is based on a draft by @terhorstd. I have added the functionality to write a...
Several `genn_model.create_custom_*_class()` functions have the keyword argument `support_code` which I find very useful, for instance, for defining functions used by `sim_code`. However, this feature is currently not available for all...
To be able to register NESTML compiled models at run time there is the need to dynamically load models to the C++ / CUDA level.
Analog to the NEST Simulator repository, we would like to setup a continuous integration pipeline with static checks, building of NEST GPU, and unit testing, see [Documentation](https://nest-simulator.readthedocs.io/en/latest/contribute/ci.html). NEST GPU already...
At the moment, the multi-area model is simulated with one area per MPI process.
**Describe the bug** Simulation of NEST example [Potjans_2014](https://github.com/nest/nest-simulator/tree/master/pynest/examples/Potjans_2014) hangs in Jupyter notebook **To Reproduce** Execute `run_microcircuit.ipynb` in the EBRAINS lab with the default kernel EBRAINS-24.04 (using NEST 3.7). The simulation...