File: README

package info (click to toggle)
pynn 0.10.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,156 kB
  • sloc: python: 25,612; cpp: 320; makefile: 117; sh: 80
file content (20 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-------------------------------
- RUNNING EXAMPLES
-------------------------------

1. If you want to run all the examples with a specific simulator (nest, neuron, brian or mock), you write the following commands:

> cd tools
> python run_all_examples.py NEST/NEURON/Brian/MOCK

The logs, results and the plots as png files will all be put in tools/Results/*. 

Note that 'mock' is a dummy backend, used to check the syntax of your PyNN code.


2. If you want to run all the examples with all the available simulators, just run the run_all_examples.py script without argument:

> cd tools
> python run_all_examples.py 

The logs, results and the plots as png files will all be put in tools/Results/*.