fmi-cross-check icon indicating copy to clipboard operation
fmi-cross-check copied to clipboard

Test FMUs with external dependencies

Open lochel opened this issue 3 years ago • 7 comments

The following examples depend on shared objects which are not available or cannot be loaded on a standard target machine:

win64 (Windows 10):

  • fmus/2.0/cs/win64/YAKINDU_Statechart_Tools/4.0.4/*
  • fmus/2.0/cs/win64/Silver/3.3/*

linux64 (Ubuntu 20.04 LTS)

  • fmus/2.0/cs/linux64/JModelica.org/1.15/*
  • fmus/2.0/me/linux64/JModelica.org/1.15/*

The fmi-cross-check repository should follow strictly the FMI standard and ensure that the provided FMUs can be simulated by any importing tool that supports the FMI standard without the burden of chasing export specific libraries.

The quality of the cross-check depends highly on the quality of the provided examples. I am very much concerned that it technically is not possible to import the provided examples. It would make the test results and therwith the entire cross-check effort useless.

lochel avatar Jul 10 '21 16:07 lochel