You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eric Flumerfelt edited this page Jun 17, 2022
·
1 revision
artdaq Release Notes 1.05.04 (22-Jan-2014)
Download page (coming soon)
External Package Changes
none
artdaq version:“v1_05_04”
New features:
Bug fixes:
Issue #5319: Implement a workaround for eliminating extra MPI
buffering in the system
Ron found that the transmission of data by the MPI system is
much better behaved when using synchronous sends. So, we
switched to MPI_Send rather than MPI_ISend.