Error when calling set_synapse_defaults with multiple threads #719
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: High
Should be handled next
T: Bug
Wrong statements in the code or documentation
ZC: Kernel
DO NOT USE THIS LABEL
ZP: PR Created
DO NOT USE THIS LABEL
After PR #704 a bug has been found with setting defaults for synapse models using multiple threads, making NEST crash. Because of this, the test test_connect_parameters.py causes a segmentation fault somewhat reliably on multi-core systems.
The problem arises because we are setting defaults in parallel using OpenMP. Using parallelization here is not necessary, and removing it will fix the issue.
The text was updated successfully, but these errors were encountered: