FMUComplianceChecker icon indicating copy to clipboard operation
FMUComplianceChecker copied to clipboard

FMI Compliance Checker for validation of FMUs 1.0 and 2.0

Results 40 FMUComplianceChecker issues
Sort by recently updated
recently updated
newest added

**Reported by awad.mukbil on 26 Jan 2017 15:29 UTC** During my work on creating reference FMUs, I tried to test the Compliance Checker with a reference FMU that deals with...

bug
P: major

The latest version of FMUChecker (2.0.4) seems to not propagate the simulation stop time to FMUs 2.0 for co-simulation. The following line indicates that the last argument of `fmi2_import_setup_experiment()` is...

Hello, I would like to know how FMUComplianceChecker deals with an FMU which is in the StepIncomplete status following a do_step call, as in the attached image. ![FMU](https://user-images.githubusercontent.com/74967268/100094553-80096b00-2e59-11eb-9237-2a9df58ca4e0.jpg) My question...

Hi, the reason for the failing build is that FMIL no longer compiles, because its thirdparty dependency minizip no longer compiles with clang 12. I opened an issue at the...

Fixes #57 TODO: Add tests For this I first need to check policy for adding FMUs to test on. I also need to fix some test structure since today: 1....

When a variable references what other variable they are a derivative of, no warning/error is produced if the referenced variable cannot have a derivative. Example of part of XML that...

The messages generated by the structured naming check could be more informative. Example of a current message with little information on what is actually wrong: `[ERROR][FMI2XML] Invalid structured ScalarVariable name...

I am attempting to test an FMU generated from Dymola 2017 FD01 as a version 1 co-simulation. In the command line I type: `C:\Users\jshul\Desktop\FMUChecker-2.0.4-win32>fmuCheck.win32.exe -e log.txt -o results.csv -c ,...

Slowly the number of FMI 2.0 supporting FMUs increases and quite a few provide the feature of storing/restoring the state. I suggest adding the following test procedure to the compliance...

Hi all, there is a general problem with FMUs that employ OpenMP. Symptoms are: - compliance checker runs successfully through FMU compiled in debug mode with 0 warnings and 0...