| | 2 | |
| | 3 | {{{ |
| | 4 | $ docker run -it --rm -v $(pwd):/testDir docker.openmodelica.org/fmuchecker:v2.0.4 /bin/bash |
| | 5 | root@f7f16bbcefb2:/# cd /testDir/ |
| | 6 | root@f7f16bbcefb2:/testDir# ls *.fmu |
| | 7 | BouncingBall.fmu |
| | 8 | root@f7f16bbcefb2:/testDir# fmuCheck.linux64 -f -h 0.002 -n 0 -k me BouncingBall.fmu |
| | 9 | [INFO][FMUCHK] FMI compliance checker 2.0.4 [FMILibrary: 2.0.3] build date: Nov 6 2017 |
| | 10 | [INFO][FMUCHK] Called with following options: |
| | 11 | [INFO][FMUCHK] fmuCheck.linux64 -f -h 0.002 -n 0 -k me BouncingBall.fmu |
| | 12 | [INFO][FMUCHK] Will process FMU BouncingBall.fmu |
| | 13 | [INFO][FMILIB] XML specifies FMI standard version 2.0 |
| | 14 | [INFO][FMUCHK] Model name: BouncingBall |
| | 15 | [INFO][FMUCHK] Model GUID: {26e75b47-c6e0-4645-bf77-9ef0c8e991af} |
| | 16 | [INFO][FMUCHK] Model version: |
| | 17 | [INFO][FMUCHK] FMU kind: ModelExchange |
| | 18 | [INFO][FMUCHK] The FMU contains: |
| | 19 | 0 constants |
| | 20 | 2 parameters |
| | 21 | 4 discrete variables |
| | 22 | 4 continuous variables |
| | 23 | 0 inputs |
| | 24 | 0 outputs |
| | 25 | 8 local variables |
| | 26 | 0 independent variables |
| | 27 | 0 calculated parameters |
| | 28 | 7 real variables |
| | 29 | 1 integer variables |
| | 30 | 0 enumeration variables |
| | 31 | 2 boolean variables |
| | 32 | 0 string variables |
| | 33 | |
| | 34 | [INFO][FMUCHK] Printing output file header |
| | 35 | "time","h","v","der(h)","der(v)","v_new","e","g","foo","flying","impact" |
| | 36 | [INFO][FMUCHK] Model identifier for ModelExchange: BouncingBall |
| | 37 | [INFO][FMILIB] Loading 'linux64' binary with 'default' platform types |
| | 38 | [FATAL][FMICAPI] Could not load the DLL: libopenblas.so.0: cannot open shared object file: No such file or directory |
| | 39 | [FATAL][FMUCHK] Could not create the DLL loading mechanism(C-API) for ME. |
| | 40 | FMU check summary: |
| | 41 | FMU reported: |
| | 42 | 0 warning(s) and error(s) |
| | 43 | Checker reported: |
| | 44 | 0 Warning(s) |
| | 45 | 2 Error(s) |
| | 46 | 2 Fatal error(s) occurred during processing |
| | 47 | root@f7f16bbcefb2:/testDir# |
| | 48 | }}} |