- Aug 05, 2016
-
-
Ben Cumming authored
Command-line support for limitting trace output.
-
Sam Yates authored
New options: * -p, --probe-ratio Attach probes to this proportion of cells * -X, --probe-soma-only Don't probe dendrites * -P, --trace-prefix Specify where to write traces (default: 'trace_') * -T, --trace-max-gid Don't trace cells with a larger gid than this.
-
Ben Cumming authored
Fixes issue #40
-
Vasileios Karakasis authored
-
Vasileios Karakasis authored
The resulting trees are not equivalent to the initial ones. All offending branches were split and their non-contiguous part was moved directly below the root.
-
w-klijn authored
asynchronous communication and compute
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
Ben Cumming authored
Feature/model refactor
-
- Aug 04, 2016
-
-
Benjamin Cumming authored
* fixed const interface to the serial proxy for thread private storage * added a serial proxy for tbb task group and moved the tbb task group behind the threading interface. * added comments to the communicator to better document each method
-
Benjamin Cumming authored
- moved spike source storage to its own file - added unit tests for spike storage
-
Sam Yates authored
Merging for PR#64 review.
-
Sam Yates authored
-
Sam Yates authored
Address PR#64 review comments.
-
Sam Yates authored
-
Benjamin Cumming authored
- communicator no longer accepts or stores thread-local spike buffers - buffers and queues are stored and managed outside communicator - a new type thread_private_spike_store that manages the thread private spike buffers
-
Ben Cumming authored
Feature/model+recipe
-
Sam Yates authored
-
- Aug 03, 2016
-
-
Benjamin Cumming authored
-
Sam Yates authored
Incorrect source ids were being given to detectors; targets were then rightly ignoring the generated spikes. Also: small coding style compliance edits.
-
Sam Yates authored
-
Sam Yates authored
fix compiler warnings and tests with ASSERTIONS on
-
Benjamin Cumming authored
- update modparser external repo to a version that fixes some compiler warnings with clang - fix a handful of compiler warnings for signed-unsigned comparison in tests and when ASSERTIONS are on - comment out EXPECTS(has_contiguous_segments) where they fail in the tests so that we can run all the tests with full debug flags
-
Sam Yates authored
-
w-klijn authored
Bugfix: build fail without TBB.
-
Sam Yates authored
Plus: coding guidelines compliance.
-
Benjamin Cumming authored
-
Ben Cumming authored
Address code review pre-merge.
-
Benjamin Cumming authored
- add double buffering of spikes and events to communicator - communicator::exchange() generates buffered events from buffered spikes - this allows communication alongside cell update methods accessing spike and event lists
- Aug 02, 2016
-
-
Sam Yates authored
-
Sam Yates authored
* coding convention adherence * cell_local_index_type -> cell_lid_type * time-type parameterized spikes and events * communicator reset() clears events in flight * communicator uses routine for gid->group index mapping * event_queue 'Event' types to follow specified convention/concept.
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
Sam Yates authored
-
Sam Yates authored
Not sure how this compiled in the other dev environment... nonetheless, should be fixed.
-
- Aug 01, 2016
-
-
Sam Yates authored
Turns out this helps when trying to deliver spikes.
-
Sam Yates authored
* Makes model.hpp part of library interface; genericize value, time types. * Clarify separation of concerns between model and miniapp. * Model keeps a record of (local) probe ids for sampler attachment by caller.
-
Sam Yates authored
* Merges upstream master * Completes abstraction of recipe from model from miniapp * Adds little stream masking utility to ioutil.hpp * Unit tests for new functionality still absent
-
- Jul 30, 2016
-
-
Sam Yates authored
* splitting out model abstraction from miniapp * move to (gid,index) ids for sources, targets * simplify lid/gid mappings for communicator, cell group etc.
-