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

Hi, I try to use fmpy and I currently don't see if it is possible de see cpu and memory load / consumption during a FMU simulation. Is this kind...

It seems like that no command option support this.Any way to do it?

Is there a way to influence file and folder permissions in tmp directory while unzipping the FMU as part of executing the FMUComplianceChecker? In my case I try to run...

Using a co-simulation with multiple real value inputs that are discrete I have seen that the first value in the input file is copied to all real inputs. For example...

bug

`fmuChecker.linux64` fails to recognize and read the FMUs that contain symbolic links in binaries The `zip` by default converts the symbolic links to actual target files and deflates and stores....

Could you tell me & lt; dir name> < The checker dir> How to set it up,

In our non-trivial co-simulation setup, a separate (operating system) process is started to perform the simulation. For various reasons, this process is not terminated immediately after the simulation run. 'csv-compare/Compare'...

The release 2.0.4 contains a reference to an untrusted SVN repo and this it is not possible to compile the tool. (required for mac as no binary is released for...

**Reported by cbertsch on 8 Jan 2017 07:11 UTC** In the FMI 2.0 standard, on p. 66 it is suggested that the entry point to the documentation is “index.html” (in...

enhancement
P: minor

When returning a fatal error in function `fmi2NewDiscreteStates` the FMUComplianceChecker does not terminate model simulation but tries to call function `fmi2NewDiscreteStates` again. So setting `FMI2_Export fmi2Status fmi2NewDiscreteStates(fmi2Component c, fmi2EventInfo* fmiEventInfo)...

bug