Release Notes 20300 - art-daq/artdaq GitHub Wiki
This version of artdaq fixes some bugs and finalizes new features from development release v2_02_03. Issues documented here reflect changes between the v2_02_03 tag and the v2_03_00 tag.
This version of artdaq can be built against art v2_06_03 (s48) ,v2_06_02 (s47), 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 e10:s46, which implies the eth qualifier.
- Previous version’s Release Notes 2.02.03
- Downloads: http://scisoft.fnal.gov/scisoft/packages/artdaq/v2_03_00 (or use pullProducts ${product_dir} [slf6,slf7,u14] artdaq-v2_03_00 [s46,s47,s48]-[e10,e14] [debug,prof]
- Feature #16743: Add metrics reporting to RawEventQueueReader
- Feature #16705: Add Git commit information to BuildInfo classes
- Bug #16744: Get endpoint ranks from TransferInterface Plugin, not configuration
- none
- none
- Artdaq_core_Release_Notes_10706
- [[artdaq-utilities:Artdaq_utilities_Release_Notes_10203|artdaq_utilities v1_02_03]]
- art:Release_Notes_20603
- art:Release_Notes_20602
- art:Release_Notes_20601
- cetbuildtools v5_08_01
- 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-2.03.00 s46-e10 prof’
‘/pullProducts <product_topdir> slf6 artdaq-2.03.00 s46-e10 debug’
‘/pullProducts <product_topdir> artdaq-2.03.00 <prof|debug>’