Release Notes 20200 - art-daq/artdaq GitHub Wiki
This version of artdaq primarily consists of performance improvements to the TransferPlugins.
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).
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:eth.
- Previous version’s Release Notes 2.01.00
- Downloads: http://scisoft.fnal.gov/scisoft/packages/artdaq/v2_02_00 (or use pullProducts ${product_dir} [slf6,slf7,d13,d14,u14] artdaq-v2_02_00 [s41,s43,s44]-e10 [debug,prof] #Not all combinations are supported)
- Feature #15543: Create “null” transfer plugin
- Feature #15714: Move EventDump_module from artdaq-demo to artdaq
- Support #15620: Optimize Shmem_transfer for small fragments
- Support #15621: Optimize TCPSocket_transfer
- Idea #14661: Can artdaq::Fragment have zero dependencies on other code in the art stack?
- e14 support is still not ready for prime-time, as there are unacceptable performance issues
- Artdaq_core_Release_Notes_10700
- [[artdaq-utilities:Artdaq_utilities_Release_Notes_10200|artdaq_utilities v1_01_01]]
- art:Release_Notes_20602
- art:Release_Notes_20500
- art:Release_Notes_20401
- art:Release_Notes_20300
- cetbuildtools v5_06_06
- mpich v3_2_0
- xmlrpc_c v1_39_10
- 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.00 s41-e10 prof’
‘/pullProducts <product_topdir> slf6 artdaq-2.02.00 s41-e10 debug’
‘/pullProducts <product_topdir> artdaq-2.02.00 <prof|debug>’