v2.7.0
#1874
Replies: 1 comment
-
Check the releases page for the latest versions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release includes a major change internally for filters. Testing and usage revealed some scenarios which could cause deadlock or acausal message arrival. These scenarios were not common so the release was delayed until a fix was in place. As of the 2.7.0 release all the identified issues related to the initial bug have been resolved. There remains some outstanding cases that fail rarely in the CI systems specifically related to rerouting filters that are separate from both the location they are rerouting from and to. The resolution of these is uncertain but will be available in a patch release when resolved. Additional changes include major changes to the CI builds due to changing support of Travis CI and other CI services.
NOTE There are some known issues with using remote rerouting filters in the timing, which can under some conditions allow messages to be delivered after the the time the message was supposed to be delivered. Though most issues have been resolved in this release there remain a few tests in the CI build which are subject to sporadic failures that have yet to be resolved. It is expected these will be resolved in a future release hopefully 2.7.1
Changed
HELICS_USE_ZMQ_STATIC_LIB
toON
if only the static library is found in the search path Default HELICS_USE_ZMQ_STATIC_LIBRARY=ON if only the static zmq library is found #1845Fixed
Added
global_flush
query to sweep the internal action message queues Try a flush query #1832This discussion was created from the release v2,7,0.
Beta Was this translation helpful? Give feedback.
All reactions