Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:parallel_execution

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
manual:parallel_execution [2014/10/14 17:32] – Adds paragraph on cluster computation. zenkemanual:parallel_execution [2014/10/14 17:41] (current) – [Merging ras output files] zenke
Line 98: Line 98:
 For other output files that are passed as arguments to [[Monitor]] objects for instance the same rules hold as  described in the [[#output files]] section. That is why there are a total of four files ''coba.*.e.ras''. Since all excitatory neurons are distributed across nodes, each [[TIFGroup]] corresponding to the excitatory cells writes its spikes to its own file. For the user that means that you will have to merge output if for instance you would like to plot all spikes in a raster plot. For other output files that are passed as arguments to [[Monitor]] objects for instance the same rules hold as  described in the [[#output files]] section. That is why there are a total of four files ''coba.*.e.ras''. Since all excitatory neurons are distributed across nodes, each [[TIFGroup]] corresponding to the excitatory cells writes its spikes to its own file. For the user that means that you will have to merge output if for instance you would like to plot all spikes in a raster plot.
  
-Multiple [[ras]] can be merged efficiently using linux command line syntax only and the following call will do the job+Multiple [[ras]] can be merged efficiently for combined analysis using linux command line syntax only and the following call will do the job
 <code shell> <code shell>
 sort -g -m coba.*.e.ras > coba.e.ras sort -g -m coba.*.e.ras > coba.e.ras
 </code> </code>
  
manual/parallel_execution.txt · Last modified: 2014/10/14 17:41 by zenke