Changes between Initial Version and Version 1 of Ticket #6017, comment 1


Ignore:
Timestamp:
2020-06-17T17:00:38+02:00 (4 years ago)
Author:
AnHeuermann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6017, comment 1

    initial v1  
    11Same problem for fmuChecker:
     2
     3{{{
     4$ docker run -it --rm -v $(pwd):/testDir docker.openmodelica.org/fmuchecker:v2.0.4 /bin/bash
     5root@f7f16bbcefb2:/# cd /testDir/
     6root@f7f16bbcefb2:/testDir# ls *.fmu
     7BouncingBall.fmu
     8root@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:
     190 constants
     202 parameters
     214 discrete variables
     224 continuous variables
     230 inputs
     240 outputs
     258 local variables
     260 independent variables
     270 calculated parameters
     287 real variables
     291 integer variables
     300 enumeration variables
     312 boolean variables
     320 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.
     40FMU check summary:
     41FMU reported:
     42        0 warning(s) and error(s)
     43Checker reported:
     44        0 Warning(s)
     45        2 Error(s)
     46        2 Fatal error(s) occurred during processing
     47root@f7f16bbcefb2:/testDir#
     48}}}