-
Notifications
You must be signed in to change notification settings - Fork 370
2021 03 29 Open NEST Developer Video Conference
Dennis Terhorst edited this page Mar 29, 2021
·
4 revisions
- Welcome
- Review of NEST User Mailing List
- Project team round
- In-depth discussion
- CMake targets vs. CMake flags #1905 Microhackathon
- Discuss dump/reload of connectivity (not checkpointing!)
Here we discuss topics that need broader attention, for example questions that came up but are outside a single project's scope, larger planned changes/PRs that affect all teams or pending work that is blocked by external factors.
- Models / NESTML
- nothing major to report
- PyNEST
- no update
- Kernel
- nothing major to report
- Installation
- see in-depth
- PRs in review
- Infrastructure
- no update
- Documentation
- working on multi-compartment model documentation
- doc style guide PR in review, have a look and comment
- EBRAINS
- no update
- (Feature) Random number generation
- work ongoing
- (Feature) Automated Testing
- nosetests to pytest, planning hackathon
- (Feature) Extension Module System
- no updates
- use cmake flags to configure what should be built and then just the usual
make && make install
-
make html
vs. in-system docsnest.help()
- CMake targets vs. CMake flags #1905 Microhackathon
- Discuss dump/reload of connectivity (not checkpointing!)
- separate docs from the source build?
- coupled to Python installation, where some changes are coming in at the moment
- usually do
cmake
,make && make install
. Themake html
seems odd. - readthedocs builds in source tree using direct
sphinx-build
, needs to be checked for compatibility.
-
-
cmake_install_prefix
set: do everything as before, else build pynest into current environment. See #1959ProcessOptions.cmake
- does not require a separate cmake flag
- Regarding RNGs: #1919
- very large connectivity matrices (~GB), HDF5 (sparse, dense, tree...)
- More open points to consider
- API for connectivity (e.g. like in Arbor: callbacks for GID pairs)
- connect more after reloading?
- re-instanciate same network with custom synapse models?
- more than just connectivity to be loaded, e.g. from AI applications?
- need to figure out different use-cases
- use cases for robotics?
- AI?
- Learning?
NEST Homepage: www.nest-simulator.org
NEST Initiative: www.nest-initiative.org