- Jan 21, 2017
-
-
Alexander Peyser authored
-
- Oct 03, 2016
-
-
Benjamin Cumming authored
-
- Sep 05, 2016
-
-
Sam Yates authored
* Fix bug in 'close' event delivery for multicell. * Fix displacement scaling bug in gather_all_with_partition. * Command line parameter io, reporting for new miniapp options. * Only master rank performs command line parameter writing. * Add test for mpi::gather_all and mpi::gather_all_with_partition. * Extend utility of `util::assign`, `util::append`.
-
- Sep 03, 2016
-
-
Sam Yates authored
* Include new option -g in miniapp to specify cell group size. * Miniapp -r option generates a ring network. * Modify EXPECTS() so that when assertions are disabled we avoid unused variable warnings.
-
- 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
-
Benjamin Cumming authored
* single flag -f that turns output on (off by default) * other parameters have to be provided by an input file * if -f is set the defaults will be used
-
- Aug 16, 2016
-
-
w.klijn authored
fix importing of file export parameters from json
-
w.klijn authored
Rename exporter_interface Move exportor to io directory
-
Sam Yates authored
* Reformat some line breaks. * Remove blank lines after comments. * Reword/improve some comments. * Explain what CustomCmdLine does in more detail. * Remove vestigial declaration of 'args' in `CustomCmdLine::reorder_arguments()`
-
Benjamin Cumming authored
-
- Aug 11, 2016
-
-
Sam Yates authored
* Address issue #74: missing json configuration options. * Allow parameters from input file to be overriden on command line. * Missing parameters in json input will defer to defaults. * Add option for saving current options to json file (allowing for json parameter file format discovery.) * Fix annoying command line argument reordering from TCLAP. * Fix bug in assignment of `nothing` to a util::optional<T> variable.
-
w.klijn authored
-
w.klijn authored
Moved spike buffer to the manager. This allows reuse the by other registered exporters
-
w.klijn authored
Default is false No output via command line parameters
-
- Aug 08, 2016
-
-
Sam Yates authored
Some compilers are more liberal than others…
-
- Aug 05, 2016
-
-
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.
-
- Aug 04, 2016
-
-
Sam Yates authored
-
- Aug 03, 2016
-
-
Sam Yates authored
Plus: coding guidelines compliance.
-
- Jul 18, 2016
-
-
Sam Yates authored
* -S (--syntype) option passes argument through to synapse creation in `make_cell`.
-
- Jul 05, 2016
-
-
Benjamin Cumming authored
-
Benjamin Cumming authored
- improve robustness of time step and time integration interval selection - changes of the type `if (!id)` to `if (id==0)`. - fix bug selecting source cell gid when generating network connections - make all-to-all network a user-specified option - updated README - fix bug where an initial spike was not generated for the first cell on a communicator when the cell gid was a multiple of 20
-
- Jul 01, 2016
-
-
Benjamin Cumming authored
* the user can now specify simulation time and time step size - via command line arguments - via json input file
-
Benjamin Cumming authored
* add header only library TCLAP for parsing command line arguments - added as git submodule - update CMakeLists to include headers * remove the ring model from miniapp * add support for user supplied parameters for miniapp - arguments for cell counts etc can be command line flags - or in a user-defined json input file * the all-to-all model supports synapses-per-cell is less than the total number of cells - in this case a random set of sources is selected
-
- Jun 28, 2016
-
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
- Jun 27, 2016
-
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
- Jun 24, 2016
-
-
Sam Yates authored
-
Benjamin Cumming authored
Added MPI support to the miniapp - added ring model and all-to-all model - started refactoring general model setup steps into a model class in miniapp - optional -DWITH_MPI to turn on MPI support
-
- Jun 22, 2016
-
-
Benjamin Cumming authored
-