Release Notes 30002 - art-daq/artdaq GitHub Wiki
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 3.00.01
- Downloads: http://scisoft.fnal.gov/scisoft/packages/artdaq/v3_00_02 (or use pullProducts ${product_dir} [slf6,slf7,u14] artdaq-v3_00_02 [s46,s50]-[e10,e14] [debug,prof]
- Feature #18900: SharedMemoryEventManager should set a more useful TRACE_NAME
- Feature #18901: Separate Request-Receiving functionality from CommandableFragmentGenerator
- Feature #18902: Allow CommandableFragmentGenerators running in “Window” request mode to service requests out-of-order
- Feature #18904: xmlrpc_commander shuts itself down when shutdown transition is completed by Commandable
- Bug #18903: Error in SharedMemoryEventManager with multiple simultaneous writers
- artdaq applications now use the ‘app_name’ global parameter instead of an instance variable when logging
- On-going TRACE message upgrades to conform to best practices
- none
- Artdaq_core_Release_Notes_30104
- artdaq-utilities:
- 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.02 s46-e10 prof’
‘/pullProducts <product_topdir> slf6 artdaq-3.00.02 s46-e10 debug’
‘/pullProducts <product_topdir> artdaq-3.00.02 <prof|debug>’