Skip to content
Snippets Groups Projects
  1. Sep 05, 2016
    • Sam Yates's avatar
      Finalize fvm_multicell · cea41d09
      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`.
      cea41d09
  2. Sep 03, 2016
    • Sam Yates's avatar
      Bugfixes; tie multicells to multi-cell cell group. · 4f49fe38
      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.
      4f49fe38
  3. Sep 02, 2016
  4. Sep 01, 2016
  5. Aug 31, 2016
  6. Aug 30, 2016
  7. Aug 29, 2016
  8. Aug 25, 2016
  9. Aug 24, 2016
  10. Aug 23, 2016
    • Benjamin Cumming's avatar
      Support for multi-threaded sort · 4376306e
      Benjamin Cumming authored
      * `nest::mc::threading::sort` is analogous to `std::sort`
          * when using TBB the `tbb::parallel_sort` is used
          * otherwise `std::sort` is used
      * used to parallelise connection construction during setup
          * now all initialization and simulation is multi-threaded
      * added a unit test
      4376306e
    • Benjamin Cumming's avatar
      fix issues with Intel Compiler and optimized builds · 99119e5f
      Benjamin Cumming authored
      * replace a call to `std::iota` with a for loop because the Intel
      compiler was optimizing out the `std::iota` call in a unit test.
      * add uniform syntax for converting pointer+size and ArrayView+size
      into an ArrayView to provide uniform method for accessing ranges
      inside mechanisms with/without optimizations.
      99119e5f
  11. Aug 22, 2016