Ryan Mast
Ryan Mast
That code just looks like a direct copy of https://github.com/GMLC-TDC/HELICS-Examples/blob/d57289dc391b17a6ef6ab1f9148b5d5ef9a74f1c/user_guide_examples/misc/gridlabd_example_1/1a_cosim_runner.json I think you’re going to need to provide more detail on several things if you want help (most of this...
> This repo fails cmake configuration with current HELICS-3.4.0 After fixing the config, all HELICS-Examples fail to compile, with various errors. If a PR fixing the issues gets opened, it...
Based on the Azure Pipelines CI job failing, it is - C/C++ examples need to be updated to use the HELICS v3 API.
Related to #46 Idea: update all the C/C++ Examples to be valid CMake projects (single set of steps to follow that works cross-platform), and use https://github.com/cpm-cmake/CPM.cmake to automatically build a...
Instead of the typical static page for the web interface user guide, what if instead we "scraped" or otherwise got a dump of the web interface pages from helics_cli with...
What I'm suggesting is a bit different from dynamically generated images. I think the tour on https://shepherdjs.dev/ does a good job of showing how it gives supporting explanations for buttons/widgets,...
~Even just regular COPY without the ONBUILD fails to work — it either copies a stale file/folder from the earlier stage containing ONBUILD instructions, or it fails if the file/folder...
If you don't already have a copy of HELICS built that you want to use, there's also an AUTOBUILD_HELICS option that can be set to ON to have cmake download...
We might be thinking of different things -- running to a time relative to the beginning of the simulation makes sense. The problem encountered was using the GridDyn runner interface,...
For an individual simulator, I don't think it should advance to a time that is past the time it has been granted (or if it does internally, it needs to...