- Aug 18, 2016
-
-
Benjamin Cumming authored
* single file per rank output creates one file per rank * global file output creates one file only from rank 0
-
- Aug 17, 2016
-
-
w.klijn authored
- sorting of includes - bracket location - all arguments on the same hight - use of auto in the performance/io/disk_io.cpp
-
- Aug 16, 2016
- Aug 12, 2016
- Aug 11, 2016
- Aug 10, 2016
-
-
w.klijn authored
Added a simple switch to select functionality No correct file output name setting yet.
-
- Aug 09, 2016
- Aug 05, 2016
-
-
Benjamin Cumming authored
-
- 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
-
Sam Yates authored
-
Sam Yates authored
-
- Aug 03, 2016
-
-
Benjamin Cumming authored
-
Sam Yates authored
Plus: coding guidelines compliance.
-
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
* 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.
-
- 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.
-