- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » GLIB_C dependencies in FMU
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.
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » GLIB_C dependencies in FMU