Search found 2 matches

by rahy
Fri Jun 02, 2023 4:23 am
Forum: Parallel NEURON
Topic: Thread-safe non-voltage POINTER variables
Replies: 4
Views: 13564

Re: Thread-safe non-voltage POINTER variables

At the moment, my model is limited to only one cell receiving inputs from artificial cells, but that one cell is so huge that the simulation already takes too long to run serially, which is why I'd like to be able to parallelize it (using multisplit?) before expanding the network further. I'm not su...
by rahy
Thu Jun 01, 2023 6:09 am
Forum: Parallel NEURON
Topic: Thread-safe non-voltage POINTER variables
Replies: 4
Views: 13564

Thread-safe non-voltage POINTER variables

Hello, The network I'm working on involves custom-written mechanisms with non-voltage variables that need to be communicated bidirectionally between multiple synaptic mechanisms and a diffusion mechanism. Specifically, I'm trying to implement an eligibility-trace-based plasticity mechanism that comb...