Release Notes 11303 - art-daq/artdaq GitHub Wiki
This version of artdaq includes improvements to the Transfer Plugins, some segfault fixes and an initial implementation of the RSockets/SSockets classes (part of extending the Transfer Plugin interface to data transport).
Through artdaq_core v1_05_09, this version of artdaq can be built against art v2_05_00 (s43), v2_03_00 (s41), or v2_01_02 (s35). 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:s35:eth.
- Previous version’s Release Notes 1.13.02
- Downloads: http://scisoft.fnal.gov/scisoft/packages/artdaq/v1_13_03 (or use pullProducts ${product_dir} [slf6,slf7,d13,d14,u14] artdaq-v1_13_03 [s35,s41,s43]-e10 [debug,prof] #Not all combinations are supported)
- Started clarifying various error messages (Issue #13389)
- Initial support (developer preview) of Socket-based data transfer
- Updates to the internal logic around TransferPlugins
- none
- none
- artdaq_core v1_05_09
- cetbuildtools v5_04_03
- mpich v3_2_0
- xmlrpc_c v1_39_10 (updated from v1_13_07)
- smc_compiler v6_6_0 (updated from v6_1_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-1.13.03 s35-e10 prof’
‘/pullProducts <product_topdir> slf6 artdaq-1.13.03 s35-e10 debug’
‘/pullProducts <product_topdir> artdaq-1.13.03 <prof|debug>’