Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:ras

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
manual:ras [2013/10/08 15:37] – created zenkemanual:ras [2014/01/13 12:26] – adds howto merge zenke
Line 11: Line 11:
  
 Time is as usual given in units of seconds. The neuron number refers to the [[NeuronID]] within a [[SpikingGroup]].  Time is as usual given in units of seconds. The neuron number refers to the [[NeuronID]] within a [[SpikingGroup]]. 
 +
 +When running in parallel you will often encounter having to merge the ras files from multiple ranks (e.g. output.X.ras). This can be done efficiently using linux ''sort'' program
 +<code shell>
 +sort -g -m output.*.ras > output.ras
 +</code>
manual/ras.txt · Last modified: 2016/08/08 20:22 by zenke