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
Did you build those apps from source or have them installed with pip? I'm asking because I'm wondering if pip put its install outside your PATH. Can you run pip show helics and look at the "Location" string (and its subfolders) to make sure they are in your PATH (echo $PATH).
This example:
https://docs.helics.org/en/latest/user-guide/examples/misc_examples/gridlabd_example_1/gridlabd_example_1a_value_federate.html
However, confused about this command ,
helics run --path=
because "helics" does not exist as a binary anywhere after compiling from source. The only binaries are the following ,
-- Up-to-date: /usr/local/bin/helics_player
-- Up-to-date: /usr/local/bin/helics_recorder
-- Up-to-date: /usr/local/bin/helics_connector
-- Up-to-date: /usr/local/bin/helics_broker
-- Up-to-date: /usr/local/bin/helics_broker_server
-- Up-to-date: /usr/local/bin/helics_app
Is the example documentation out of date ? What are we missing ?
Thanks.
The text was updated successfully, but these errors were encountered: