Release Notes 30001 - art-daq/artdaq GitHub Wiki
This is a Major Release, please double-check configurations and functionality after migrating!
This version of artdaq can be built against art v2_07_03 (s50) or v2_06_01 (s46). It can be built with gcc v4_9_3a (e10) and gcc v6_3_0 (e14).
Also, artdaq can be built with the Infiniband or Ethernet MPI libraries, and these are controlled by qualifiers ib and eth.
The default set of qualifiers for this version of artdaq is e14:s50, which implies the eth qualifier.
MPI data transport is deprecated in this version of artdaq. Future versions may or may not support MPI or infiniband, based on experimental interest.
- Previous version’s Release Notes 2.03.03
- Downloads: http://scisoft.fnal.gov/scisoft/packages/artdaq/v3_00_01 (or use pullProducts ${product_dir} [slf6,slf7,u14] artdaq-v3_00_01 [s46,s50]-[e10,e14] [debug,prof]
- Idea #14781: Investigate starting art as a subordinate, but
separate, process in the EventBuilder and Aggregator
This is the core functionality change for artdaq v3_00_01. - Idea #15350: art as separate process in EventBuilder and DataLogger
- Idea #15155: Consider some form of plugin-based system for command
and control of artdaq processes
Commander Plugins require some FHiCL code to be given to artdaq processes at start. File or fhicl strings are supported. - Idea #18205: A dropped request shouldn’t imply empty fragments for subsequent requests
- Idea #18521: Consider not dropping out-of-sequence requests
- Support #18368: CommandableFragmentGenerator Cleanup
- Support #18369: Fix long and arcane duration_cast lines
- Support #18370: Refactor applyRequests
- “Aggregator” application has been split into “DataLogger” and “Dispatcher”
- DataLoggerCore, DispatcherCore, and EventBuilderCore all inherit from “DataReceiverCore” to reduce code repetition
- RootMPIOutput and BinaryMPIOutput have been renamed RootNetOutput and BinaryNetOutput
- std::future and std::thread have been replaced with boost::thread to allow control of thread stack size
- RawEventQueueReader has been replaced by SharedMemoryReader
- EventStore has been replaced by SharedMemoryEventManager and RequestSender
- none
- Bug #3886
- Bug #3889
- Bug #4083
- Idea #5304
- Bug #5943
- Feature #5960
- Idea #5961
- Idea #8892
- Idea #16703
- Feature #17930
- Artdaq_core_Release_Notes_30102
- [[artdaq-utilities:Artdaq_utilities_Release_Notes_10401|artdaq_utilities v1_04_01]]
- art:Release_Notes_20703
- art:Release_Notes_20601
- cetbuildtools v7_00_02
- mpich v3_2_0c
- xmlrpc_c v1_39_10b
- smc_compiler v6_6_0
To install this version of artdaq on a new machine, you can use the following steps:
- download the
pullProducts
script from http://scisoft.fnal.gov/scisoft/bundles/tools -
‘chmod +x pullProducts’
(to make the script executable) -
‘cd ’
(to avoid cluttering up the current directory with downloaded tarfiles) ‘/pullProducts <product_topdir> slf6 artdaq-3.00.01 s46-e10 prof’
‘/pullProducts <product_topdir> slf6 artdaq-3.00.01 s46-e10 debug’
‘/pullProducts <product_topdir> artdaq-3.00.01 <prof|debug>’