ModelDB is moving. Check out our new site at https://modeldb.science. The corresponding page is https://modeldb.science/64229.

Parallel network simulations with NEURON (Migliore et al 2006)

 Download zip file 
Help downloading and running models
Accession:64229
The NEURON simulation environment has been extended to support parallel network simulations. The performance of three published network models with very different spike patterns exhibits superlinear speedup on Beowulf clusters.
Reference:
1 . Migliore M, Cannia C, Lytton WW, Markram H, Hines ML (2006) Parallel network simulations with NEURON. J Comput Neurosci 21:119-29 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network;
Brain Region(s)/Organism:
Cell Type(s):
Channel(s):
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Methods;
Implementer(s): Hines, Michael [Michael.Hines at Yale.edu];
/
netmod
pardentategyrus
readme.html *
bgka.mod *
CaBK.mod *
ccanl.mod *
Gfluct2.mod *
gskch.mod *
hyperde3.mod *
ichan2.mod *
LcaMig.mod *
nca.mod *
tca.mod *
DG500_M7.hoc *
dgnetactivity.jpg *
dgnettraces.jpg *
init.hoc
initorig.hoc *
M2I10sp.txt
modstat *
mosinit.hoc *
parRI10sp.hoc
perfrun.hoc
RI10sp.hoc
test1.sh *
time *
                            
load_file("nrngui.hoc")

objref box
box = new VBox()
box.intercept(1)
xpanel("run choices")
	xlabel("The below will typically take about 5 minutes to setup")
	xlabel("the network and then another 20 minutes to run it")
	xbutton("Run 10% sprouting network", "load_file(\"RI10sp.hoc\")")
	xlabel(" ")
	xlabel("The below quickly sets up a fast trivial test network")
	xlabel("for checking runability or running modelview to explore cells")
	xbutton("Test network",  "load_file(\"testnet.hoc\")")
xpanel()
box.intercept(0)
box.map()


Loading data, please wait...