Integrate gridlab-d with helics #2740
Replies: 5 comments 2 replies
-
|
@afisher1, can you take this one? |
Beta Was this translation helpful? Give feedback.
-
|
Hello Ayhem, Please take a look at GridLAB-D build instructions located here. https://gridlab-d.shoutwiki.com/wiki/CMake_Build. Depending on if you installed HELICS on your system such that the helics source libraries are located in a nonstandard directory(pip install, custom install directory) you will have to set another variable -DGLD_HELICS_DIR=custom helics source dir/lib or lib64/cmake/HELICS. Also if this is built in a windows environment you will need to install the msys2 package of HELICS and link with that library when building GridLAB-D. The prebuilt windows binaries or python package will not work with GridLAB-D. |
Beta Was this translation helpful? Give feedback.
-
|
lastly make sure the path to libhelics.dll is added to your system PATH variable in the windows environment. For linux systems, make sure LD_LIBRARY_PATH has the path the libhelics.so. For MacOS, the variable is DYLD_LIBRARY_PATH and should have the path to libhelics.dylib. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for you response and instructions afisher1. And i used For helics build i used this to be able to run the examples on the project : by doing all these i was able to run the example on : HELICS-Tutorial/tutorials/1-DistributionFederation-ManualStart , by modifying some of the code in the example, because some functions are outdated i think. I'm little new to simulation and co-simulation, so it's little fuzzy to debug some of the problems |
Beta Was this translation helpful? Give feedback.
-
|
If you could updated the examples and tutorials provided, to work with new versions of gridlab-d and helics, it would be very helpful. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Is there any good instructions and commands on how to link gridlab-d with helics, i have successfuly installed helics but when i install gridlab-d and specify the helics flag, when i try a simple example after it does not work.
Beta Was this translation helpful? Give feedback.
All reactions