Multiple helics_broker at one computer for parallel operation #1574
-
@kdheepak
I get following error from gridlabd: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The first step would be to look at If you are doing this a bunch of times all on the same machine I would suggest the broker_server It was designed for this use case, so you don't have to restart a single broker over and over again and coordinate all the ports. As for this particular issue
to
This particular field has generated enough errors we should probably support a string in that field but it reads as an int currently. |
Beta Was this translation helpful? Give feedback.
-
@phlptp : I finally got it work. Here is the fix:
However, I am not sure how to use helics_broker_server ? Can it be instantiated using helicsRunner or python interface or some other method that allow me to instantiate helics_brokers from a python file ? |
Beta Was this translation helpful? Give feedback.
@phlptp : I finally got it work. Here is the fix:
the line argument for the broker is actually
--brokerport=20200
and variable in the federate config file is
“brokerPort”: 20200
However, I am not sure how to use helics_broker_server ? Can it be instantiated using helicsRunner or python interface or some other method that allow me to instantiate helics_brokers from a python file ?