You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run c302 for a long session and plot the results and I'm doing it on a multi-CPU Amazon instance. Is there anyway to take advantage of multiple threads in doing this?
Not yet, but there is work under way for jNeuroML to create parallel Neuron compatible code. This would be either through generating PyNN (though there aren't gap junctions supported there), or NetPyNE (https://github.com/Neurosim-lab/netpyne), which might have gap junction support sooner.
This will happen (soonish) because it's really needed for other large scale nets in nml2...
OK yeah that would be great. In order to reproduce this (from the Kato paper):
we'd need to try to be running hundreds of seconds worth of simulation time. If there are any issues related to this on various repos, let's link them in here (did a brief look on both repos but didn't see any obvious ones to reference.
The bottleneck here will probably be the volume of data being saved/reloaded rather than the fact that it needs to run on multiple procesors.
One solution might be to specify in the LEMS Simulation <OutputFile> (e.g. here) that you only want to save every 100ms for example , but that would require an update to jLEMS, then to the Neuron export... Not happennign soon I think.
I'm trying to run c302 for a long session and plot the results and I'm doing it on a multi-CPU Amazon instance. Is there anyway to take advantage of multiple threads in doing this?
https://www.neuron.yale.edu/phpBB/viewtopic.php?f=28&t=3395
cc: @pgleeson
Thanks!
The text was updated successfully, but these errors were encountered: