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
Next revision
Previous revision
Next revisionBoth sides next revision
manual:parallel_execution [2014/01/13 12:15] – Adds a section on mergin ras files zenkemanual:parallel_execution [2014/10/14 17:27] – reformulation zenke
Line 3: Line 3:
 Let's come back to our [[examples:sim_coba_benchmark|example]] of the Vogels-Abbott network. This network is run by invoking the following commands in the ''build/home'' directory. Let's come back to our [[examples:sim_coba_benchmark|example]] of the Vogels-Abbott network. This network is run by invoking the following commands in the ''build/home'' directory.
 <code shell> <code shell>
-./sim_coba_benchmark --dir /tmp --prime --simtime 0.050 
 ./sim_coba_benchmark --dir /tmp --simtime 5 ./sim_coba_benchmark --dir /tmp --simtime 5
 </code> </code>
  
-Suppose you would like to run the same code in parallel. Suppose you have a running MPI implementation like OpenMPI, all you need to do is to use the following syntax:+Suppose you would like to run the same code in parallel and assuming you have a running MPI implementation like OpenMPI, all you need to do is to use the following syntax:
 <code shell> <code shell>
-mpirun -n 4 ./sim_coba_benchmark --dir /tmp --prime --simtime 0.050 
 mpirun -n 4 ./sim_coba_benchmark --dir /tmp --simtime 5 mpirun -n 4 ./sim_coba_benchmark --dir /tmp --simtime 5
 </code> </code>
manual/parallel_execution.txt · Last modified: 2014/10/14 17:41 by zenke