-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenDA coupling #93
Comments
Started with OpenDA memory coupling approach with Thrift.jl (black box model approach is too slow). It seems the handling of user-defined exceptions is not working properly, with Thrift-0.8.4 an error is thrown immediately, and with Thrift-0.7.1 an error is thrown when the user-defined exception occurs, see also the following issue tanmaykm/Thrift.jl#76. |
After discussion (also with OpenDA developers) we decided to use ZeroMQ (https://zeromq.org/) instead of Thrift to run Wflow (BMI) as a server for the coupling approach. |
Work in progress in the |
Changes on the OpenDA side are in progress. When done, the work in the |
This will likely need BMI 2.0 support in OpenDA first.We will probably do this using the black box model approach, using the
wflow_cli
.The text was updated successfully, but these errors were encountered: