Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

GLIB_C dependencies in FMU

GLIB_C dependencies in FMU

I want to simulate a FMU via pyfmi on a HPC Cluster. Unfurtanately there is called the following error, if I simulate an OpenModelica FMU:

pyfmi.fmi.FMUException: Error loading the binary. Could not load the FMU binary: /lib64/libm.so.6: version `GLIB_2.29` not found (required by .../EnSysLib_SystemModels_Tests_slim_fmu.so)

I'm not an export in C, but I have read that the glibc should not be statical linked. I want to avoid the overhead usage of a singularity container. Is it possible to run OpenModelica exported FMUs on the HPC?

Best regards,
Lukas Koenemann

Re: GLIB_C dependencies in FMU

You can use docker to force an older Linux distribution to be used for compiling the source-code. If you are using the nightly builds, OMEdit should have improved options for selecting a docker image.

There are 0 guests and 0 other users also viewing this topic