Skip to content

Console Output

+ bash testsuite/sanity-check/runSanity.sh --omc=build/bin/omc
Using omc: /var/lib/jenkins1/ws/OpenModelica_PR-14942/build/bin/omc (v1.27.0-dev-67-gfef0c2e8635-cmake)
Working directory: /var/lib/jenkins1/ws/OpenModelica_PR-14942
simCodeTarget: C
+ /var/lib/jenkins1/ws/OpenModelica_PR-14942/build/bin/omc --linearizationDumpLanguage=matlab testSanity.mos
{true}
""
true
""
true
""
"/var/lib/jenkins1/ws/OpenModelica_PR-14942/.sanity-check/C/M.fmu"
""
{"/var/lib/jenkins1/ws/OpenModelica_PR-14942/.sanity-check/C/M", "M_init.xml"}
""
+ ./M
LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
LOG_SUCCESS       | info    | The simulation finished successfully.
+ ./M -l=1.0
LOG_STDOUT        | info    | Linearization will be performed at point of time: 1.000000
LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
LOG_SUCCESS       | info    | The simulation finished successfully.
LOG_STDOUT        | info    | Linear model is created at /var/lib/jenkins1/ws/OpenModelica_PR-14942/.sanity-check/C/linearized_model.m
LOG_STDOUT        | info    | The output format can be changed with the command line option --linearizationDumpLanguage.
LOG_STDOUT        | info    | The options are: --linearizationDumpLanguage=none, modelica, matlab, julia, python.
LOG_STDOUT        | info    | In OMEdit Simulation Setup->Linearize->Target language for linearized model.
+ set +x
Sanity check (C) passed successfully.