Release Notes 20201 - art-daq/artdaq GitHub Wiki
This version of artdaq fixes bugs related to the e14 compiler.
This version of artdaq can be built against art v2_06_01 (s46), v2_05_00 (s43), v2_04_01 (s44), or v2_03_00 (s41). 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:s41, which implies the eth qualifier.
- Previous version’s Release Notes 2.02.00
- Downloads: http://scisoft.fnal.gov/scisoft/packages/artdaq/v2_02_01 (or use pullProducts ${product_dir} [slf6,slf7,d13,d14,u14] artdaq-v2_02_01 [s41,s43,s44]-[e10,e14] [debug,prof] #Not all combinations are supported)
- Feature #15833: DataReceiverManager should be allowed to receive and buffer more than one fragment from a source at a time
- Bug #15832: Issue with std::string in TBufferFile
- Bug #5944: Possible NetMonOutput init message issue with ParameterSets
- Bug #15831: Initialize MetricManager even when no metrics are present
- Support #15497: Support in artdaq for art v2_06_00 (s45:e14)
- none
- Artdaq_core_Release_Notes_10701
- [[artdaq-utilities:Artdaq_utilities_Release_Notes_10201|artdaq_utilities v1_02_01]]
- art:Release_Notes_20602
- art:Release_Notes_20500
- art:Release_Notes_20401
- art:Release_Notes_20300
- cetbuildtools v5_06_06
- mpich v3_2_0b
- 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.02.01 s41-e10 prof’
‘/pullProducts <product_topdir> slf6 artdaq-2.02.01 s41-e10 debug’
‘/pullProducts <product_topdir> artdaq-2.02.00 <prof|debug>’