Skip to content

GetConnections not working with multiple threads in combination with detailed timers. #3442

Open
@JanVogelsang

Description

@JanVogelsang

Calling GetConnections when using multiple threads triggers the assertion in line 207 of vp_manager.cpp. The following script reproduces the issue:

import nest

nest.total_num_virtual_procs = 2

neuron = nest.Create("parrot_neuron")
nest.Connect(neuron, neuron)

nest.GetConnections()

Metadata

Metadata

Assignees

Labels

S: HighShould be handled nextT: BugWrong statements in the code or documentation

Type

No type

Projects

Status

To do

Status

To do (open issues)

Relationships

None yet

Development

No branches or pull requests

Issue actions