Search found 3 matches

by timrumbell
Thu Jul 11, 2013 4:20 pm
Forum: Parallel NEURON
Topic: Bulletin board - updating context when using a Matrix
Replies: 4
Views: 5717

Re: Bulletin board - updating context when using a Matrix

OK, thanks again. That makes sense - nearly the next action in my previous code is to take the key off of the board again...
by timrumbell
Thu Jul 11, 2013 1:54 pm
Forum: Parallel NEURON
Topic: Bulletin board - updating context when using a Matrix
Replies: 4
Views: 5717

Re: Bulletin board - updating context when using a Matrix

Thanks for this - the code is very straightforward and I was able to adapt it to work with my existing code in no time. Do you have any idea for what mistake I am making with calling pc.context() in the for loop, and getting the error 'some workers did not receive previous context'? It seems like it...
by timrumbell
Mon Jul 08, 2013 6:16 pm
Forum: Parallel NEURON
Topic: Bulletin board - updating context when using a Matrix
Replies: 4
Views: 5717

Bulletin board - updating context when using a Matrix

Hi, I am having some trouble with updating a Matrix across worker nodes in my bulletin board style implementation. The main use of my ParallelContext is to submit simulation runs with different parameters across all the nodes I have. This works fine. Then when these simulation runs return I do some ...