Skip to content
Snippets Groups Projects
  1. Jan 09, 2019
  2. Dec 12, 2018
  3. Nov 15, 2018
  4. Oct 26, 2018
    • Axel von Arnim's avatar
      Merged in NRRPLT-6586 (pull request #2) · 8770b0d7
      Axel von Arnim authored
      NRRPLT-6586
      
      * [NRRPLT-6858] Add pipeline
      
      * [NRRPLT-6858] ExDBackend clone missing
      
      * [NRRPLT-6858] wrong path in generated
      
      * [NRRPLT-6858] remove brainsimulation egg-links
      
      * [NRRPLT-6858] missing egg-links removals
      
      * [NRRPLT-6858] Simplify PYTHONPATH
      
      * [NRRPLT-6586] Add branch dependencies
      
      * [NRRPLT-6586] Reinstate get_neuron_count
      
      * [NRRPLT-6586] Make get_neuron_count static
      
      * [NRRPLT-6586] Externalize topic branches to admin script
      
      * [NRRPLT-6586] Externalize topic branches to admin script 2
      
      * [NRRPLT-6586] link to ContinuousIntegration not needed anymore
      
      * [NRRPLT-6586] Remove more eggs
      
      * [NRRPLT-6858] Add pipeline
      
      * [NRRPLT-6858] ExDBackend clone missing
      
      * [NRRPLT-6858] wrong path in generated
      
      * [NRRPLT-6858] remove brainsimulation egg-links
      
      * [NRRPLT-6858] missing egg-links removals
      
      * [NRRPLT-6858] Simplify PYTHONPATH
      
      * [NRRPLT-6586] Add branch dependencies
      
      * [NRRPLT-6586] Reinstate get_neuron_count
      
      * [NRRPLT-6586] Make get_neuron_count sta...
      8770b0d7
  5. Oct 12, 2018
  6. Sep 27, 2018
  7. Aug 10, 2018
  8. Jul 04, 2018
  9. Jun 18, 2018
    • lguyot's avatar
      [NRRPLT-6557] · 2da57d09
      lguyot authored
      - Implements the (missing) method _create_robot_adapters
      - Changes NRP_MODELS_DIRECTORY into NRP_SIMULATION_DIR as required
      
      Change-Id: I94a3e6efde1627d1d2099da91ae84819046ceafb
      2da57d09
  10. May 31, 2018
  11. May 30, 2018
  12. May 06, 2018
  13. Mar 16, 2018
  14. Feb 08, 2018
  15. Feb 01, 2018
  16. Jan 11, 2018
  17. Dec 22, 2017
  18. Dec 21, 2017
  19. Dec 12, 2017
    • Kenny Sharma's avatar
      [NRRPLT-5674] [NRRPLT-5675] Add support for distributed Nest without MUSIC. · 764175dd
      Kenny Sharma authored
      This patch implements all functionality required for dynamic, distributed
      Nest interfaces that behave the same as single-process nest for local installs.
      
      The existing MUSIC interfaces are deprecated and now subclass the adapters
      and interfaces in the new hbp_distributed_nest package.
      
      This patch does not support distributed, cluster launching, but this can
      be adapted in the future from the existing MUSIC launchers.
      
      Change-Id: I1aac3a59843d9fdfe051a9674566f3b3f5040ac1
      764175dd
  20. Dec 03, 2017
  21. Nov 22, 2017
  22. Oct 16, 2017
  23. Aug 21, 2017
  24. Aug 04, 2017
  25. Jul 27, 2017
    • Kenny Sharma's avatar
      [NRRPLT-5486] Support multi-process RNG seed. · d3f61316
      Kenny Sharma authored
      This patch adds support for setting a global RNG seed to be used
      across all processes - the CLE and brain processes.
      
      Change-Id: I8f4554e0684fa69bb801083e5f9dbecaa275f8f8
      d3f61316
    • Kenny Sharma's avatar
      [NRRPLT-5489] Resolve performance issues by using correct timestep. · c2242850
      Kenny Sharma authored
      This patch resolves the distributed simulation performance issues by
      ensuring all brain simulation processes are using the correct simulation/
      integration timestep. Previously, the main CLE process would advance with
      the correct timestep (default 20ms), but each distributed process was
      advancing with the simulator timestep (default 0.1ms) - causing significant
      overhead and 200x the calls on each remote process.
      
      This patch improves performance to nearly realtime (small overhead for
      multiple processes) rather than the prior hundreds of times slower. Further
      optimizations can be made in the CLE as we add larger scale brains.
      
      Change-Id: Id3974b31efc24508b3c48b9e7d1e250f44db8be8
      c2242850
  26. Jul 21, 2017
  27. Jul 20, 2017
    • Kenny Sharma's avatar
      [NRRPLT-5460] Only compile numpy once if needed. · 23cf1c18
      Kenny Sharma authored
      After the removal of the additional hbp-nrp dependencies to
      support Bitbucket installation, our Jenkins builds now (again)
      build one version of numpy with scipy and one separately as
      specified by the CLE. This patch migrates the early installation of
      numpy from the CLE to mitigate this.
      
      All packages were updated to future proof dependencies, failure is
      ignored and normal installation will proceed if there is no numpy
      requirement specified.
      
      Minor pylint cleanup also performed in the setup.py files.
      
      Change-Id: I6b055439c80d931845937939261eb4b6b649c50a
      23cf1c18
  28. Jul 17, 2017
  29. Jul 12, 2017
  30. Jun 27, 2017
  31. Jun 26, 2017
  32. Jun 20, 2017
  33. Apr 23, 2017
  34. Apr 19, 2017
    • vonarnim's avatar
      Bump to 1.2.0 · 39c487be
      vonarnim authored
      Change-Id: Ica4c795a5c6da07c70627c6cd32e453915d54761
      39c487be
  35. Apr 18, 2017
    • Kenny Sharma's avatar
      [hotfix] Staging launch requires valid NRP_VARIABLES_PATH file. · c2af726f
      Kenny Sharma authored
      This patch changes the Lugano launch configuration to deploy the
      nrp-variables script generated by Puppet to the remote hosts and
      properly override NRP_VARIABLES_PATH to ensure Gazebo launch succeeds.
      
      The previous version only set the _VERSION variables, but the file is
      required to be accessible for the Gazebo launch to succeed in a staging
      environment.
      
      Change-Id: I06ec74420fdd35d3219ee311531aa8d57504936b
      c2af726f
  36. Apr 11, 2017
  37. Apr 04, 2017