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

C-based "hello_world" example needs updating #88

Open trevorhardy opened 1 year ago

trevorhardy commented 1 year ago

The C-based "hello_world" example needs updating to work with HELICS v3.

nightlark commented 1 year ago

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 working copy of HELICS if the user hasn't already installed a copy on their system via another method