GMLC-TDC / HELICS-Examples

Examples for using HELICS with a variety of the supported programming languages
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Write an example of multiple federates using a single core #100

Open trevorhardy opened 8 months ago

trevorhardy commented 8 months ago

HELICS allows multiple federates to use a single core, effectively representing multiple federates in a single executable. This is more commonly used by developers and is something of a special edge case in the user space. It would be good to have an example of it, though.