Skip to content

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

Closed
@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 documentationstaleAutomatic marker for inactivity, please have another look here

Type

No type

Projects

Status

Done

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions