2024 10 21 Open NEST Developer Video Conference - nest/nest-simulator GitHub Wiki
Agenda
- Welcome
- Review of NEST User Mailing List
- Project team round
- In-depth discussion
- Positions of process-local nodes: How to correctly fetch positions of neurons in a MPI parallel setup.
- slicing the NodeCollection is not necessary. The returned positions are process-local, the mapping to node-IDs has to then be inferred (may be done by slicing, or logic translation)
GetLocalNodes()
is currently not available on thepynest
level, but could be made available.
- PyLint discussion on extra refactoring now required.
- currently we lowered the fail-threshold for pylint (#3339) to allow merges to continue (e.g. here)
- conclusion: create separate issues as follow-ups to raise the threshold up again.
- Positions of process-local nodes: How to correctly fetch positions of neurons in a MPI parallel setup.
Mailing list
Project team round
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.
Go to the Project boards.
In-depth discussion
- t.b.a.