Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 23, 2019
  2. Aug 22, 2019
  3. Aug 21, 2019
  4. Aug 19, 2019
  5. Aug 16, 2019
  6. Aug 06, 2019
  7. Jul 18, 2019
    • Dan Nixon's avatar
      Warn when no OpenMP when starting Kafka event · cb4448d6
      Dan Nixon authored
      When starting the Kafka event stream decoder if OpenMP is not available
      then show a warning.
      
      Without OpenMP the parallel insertion cannot happen and the
      optimisations added will not show sufficient performance improvement.
      cb4448d6
    • Dan Nixon's avatar
      Implement grouped parallel event insertion · a0af5e6b
      Dan Nixon authored
      This is based on the prototype derived from the meeting at the DMSC last December.
      
      The workflow is as follows:
        - Pool all events received from the Kafka stream into a single buffer
        - When the buffer is to be flushed (i.e. events populated in the EventWorkspace):
          - Parallel sort the event buffer by the detector ID/workspace index
          - Determine group boundaries
          - Parallel insert events into EventWorkspace
      
      Also included is the optimisation of using a spec to ID mapping based on
      a vector rather than map.
      This provides better performance during the initial event buffering
      (where this lookup is made).
      
      Initial benchamrking shows 25M events is a intermediate buffer threshold
      for LOKI (9 banks) at 10^7 events per second.
      This manages to maintain well over 14Hz pulse rate (with no post
      processing).
      a0af5e6b
  8. Jul 17, 2019
  9. Jun 17, 2019
  10. Jun 05, 2019
  11. Jun 04, 2019
  12. May 23, 2019
  13. May 22, 2019
  14. May 10, 2019
  15. Apr 24, 2019
    • Verena Reimund's avatar
      Lexical_cast cleanup · 33c6a45c
      Verena Reimund authored
      - delete unused includes
      - prefer getPropertyValueAsType instead of casting a string to ..
      
      Refs #25580
      33c6a45c
  16. Mar 26, 2019
  17. Mar 25, 2019
  18. Mar 21, 2019
    • Antti Soininen's avatar
      Fix cppcheck 1.87 warnings. · 84dcc60d
      Antti Soininen authored
      Framework/LiveData/src/Kafka/private/Schema/flatbuffers/base.h had a check for C++11 compatiblity which caused cppcheck to skip some files in LiveData. The #ifdefs were removed since we now use C++14 for building Mantid.
      
      Re #22912
      84dcc60d
  19. Mar 20, 2019
  20. Jan 21, 2019
  21. Dec 07, 2018
  22. Nov 23, 2018
  23. Nov 22, 2018
  24. Nov 21, 2018
  25. Nov 20, 2018
  26. Nov 16, 2018
Loading