Search found 1 match

by AtulK
Fri Mar 25, 2022 3:05 pm
Forum: Parallel NEURON
Topic: Parallelizing sections within a single cell in python without using GUI
Replies: 3
Views: 9554

Parallelizing sections within a single cell in python without using GUI

As a proof-of-concept prior to applying to single cell with more than 2500 compartments, we started with parallelizing a single cell with 3-sections - soma, axon1 and axon2 to understand the process. Here is the code: from math import pi from neuron import h h.load_file('stdrun.hoc') #h.load_file(&q...