Search found 48 matches

by jackfolla
Wed Jul 14, 2010 6:41 pm
Forum: Parallel NEURON
Topic: A ring network with multithreading
Replies: 26
Views: 34407

Re: A ring network with multithreading

Hi Ted. Thank you for your help, is very precious. I have another question: in single thread mode, when I need to adding new mechanisms to the interpreter, I use "nrnivmodl"; after, I run with "nrngui x.hoc" In multithreaded mode I need to make thrade safe this files with "m...
by jackfolla
Mon Jul 12, 2010 4:48 pm
Forum: Parallel NEURON
Topic: A ring network with multithreading
Replies: 26
Views: 34407

Re: A ring network with multithreading

Hi Ted. Thank you very much for your help: it's very useful. I used your suggestions and I have corrected both the serial and the parallel code: now work correctly. Also, I tried using the ParallelComputeTool to exploit multithreading in serial code, introducing this code: {load_file("parcom.ho...
by jackfolla
Wed Jul 07, 2010 10:24 am
Forum: Parallel NEURON
Topic: A ring network with multithreading
Replies: 26
Views: 34407

A ring network with multithreading

Hi. I want to know how is possible to apply the approach multithreads to the ring network (first example - chapter 3) shown in the tutorial "Traslating NEURON network models to parallel hardware" (Hines and Carnevale): in this case we have a set of neurons, each of which is assigned to a s...