NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
279 stars 126 forks source link

Update NMODL files in src/hoc to be thread-safe, where possible #116

Open apdavison opened 11 years ago

apdavison commented 11 years ago

NEURON v7 supports multi-threading, but this requires modifications to some of the .mod files


Imported from Trac ticket:125

Opened: 2009-01-27 09:55:59 Last modified: 2010-12-10 10:15:13 Component: nmodl Priority: major Owner: apdavison Reporter: apdavison

apdavison commented 11 years ago

apdavison wrote on 2009-05-05 13:15:29:

This is a problem for the STDP models, which use POINTER, which is not thread safe, and for vecstim.mod, which uses a VERBATIM block, also not thread safe.

This looks like a bigger issue than I anticipated, so I am deferring this to a later release.