$ cd install-arbor
$ ./install-local.sh
$ cd test/unit/inputs
$ python generate/gen_edges.py
$ python generate/gen_nodes.py
$ python generate/gen_spikes.py
$ cd example/network
$ python generate/gen_edges.py
$ python generate/gen_nodes.py
$ cd ../inputs
$ python generate/gen_spikes.py
- The paths have to be hard coded (for now)
- The following files need to be modified
- example/circuit_config.json
- example/network/edge_types.csv
- example/network/node_types.csv
- example/simulation_config.json
$ mkdir build && cd build
$ cmake .. -Darbor_DIR=/path/to/arbor-sonata/install-arbor/install/lib/cmake/arbor -DCMAKE_BUILD_TYPE=release
$ make
$ ./bin/unit
$ ./bin/sonata-example ../example/simulation_config.json
- 2492 spikes generated
- Output spikes report:
output_spikes.h5
- Voltage and current probe reports:
voltage_report.h5
andcurrent_report.h5