This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 23, 2019
- Aug 22, 2019
- Aug 21, 2019
-
-
Moore authored
-
- Aug 19, 2019
-
-
LamarMoore authored
-
LamarMoore authored
-
- Aug 16, 2019
- Aug 06, 2019
- Jul 18, 2019
-
-
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.
-
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).
-
- Jul 17, 2019
-
-
Dimitar Tasev authored
-
- Jun 17, 2019
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- Jun 05, 2019
-
-
Sam Jenkins authored
-
- Jun 04, 2019
-
-
Sam Jenkins authored
-
- May 23, 2019
-
-
Samuel Jones authored
-
- May 22, 2019
-
-
Samuel Jones authored
-
- May 10, 2019
-
-
Gigg, Martyn Anthony authored
-
- Apr 24, 2019
-
-
Verena Reimund authored
- delete unused includes - prefer getPropertyValueAsType instead of casting a string to .. Refs #25580
-
- Mar 26, 2019
-
-
Sam Jenkins authored
-
- Mar 25, 2019
-
-
Alice Russell authored
-
Alice Russell authored
-
- Mar 21, 2019
-
-
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
-
- Mar 20, 2019
-
-
Tom Titcombe authored
re #15452
-
- Jan 21, 2019
-
-
Samuel Jackson authored
-
- Dec 07, 2018
-
-
Gigg, Martyn Anthony authored
The stream capture runs in a separate thread and registering new callbacks while the capture process is running will cause a race condition if not protected by a mutex.
-
- Nov 23, 2018
-
-
Martyn Gigg authored
This was replaced wholesale recently but missed in a new file that was created and merged after the changes.
-
- Nov 22, 2018
-
-
Lamar Moore authored
-
- Nov 21, 2018
-
-
Lamar Moore authored
-
Lamar Moore authored
-
- Nov 20, 2018
-
-
Mathieu Doucet authored
-
- Nov 16, 2018
-
-
Lamar Moore authored
-
Lamar Moore authored
-