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
Following this example: https://dpsim.fein-aachen.org/docs/tasks/create-simulation/
The cmakelists file should also have dpsim-villas, villas-common and jansson next to dpsim in the target link libraries, for scenarios that use InterfaceVillas otherwise it does not work. This is because , i take it, not all dpsim simulations are going to reference the InterfaceVillas so they are not automatically linked, although it could be adjusted with some option/flag.
It might be a bug because cmake does manage to find libvillas, although the variable for the villas libraries in the cmakelists is expecting multiple libraries. It does not make sens for it to link villas automatically but villas-common only sometimes
The text was updated successfully, but these errors were encountered:
SystemsPurge
changed the title
Building DPsim with InterfaceVillas does not seem to link libvillas and libjansson correctly
Adjust dpsim docs for cases with InterfaceVillas
Oct 10, 2024
Following this example:
https://dpsim.fein-aachen.org/docs/tasks/create-simulation/
The cmakelists file should also have dpsim-villas, villas-common and jansson next to dpsim in the target link libraries, for scenarios that use InterfaceVillas otherwise it does not work. This is because , i take it, not all dpsim simulations are going to reference the InterfaceVillas so they are not automatically linked, although it could be adjusted with some option/flag.
It might be a bug because cmake does manage to find libvillas, although the variable for the villas libraries in the cmakelists is expecting multiple libraries. It does not make sens for it to link villas automatically but villas-common only sometimes
TO REPRODUCE:
Run https://dpsim.fein-aachen.org/docs/tasks/create-simulation/ with a scenario that contains interfacevillas/interfaceworkervillas code.
The text was updated successfully, but these errors were encountered: