Skip to content

OpenModelica/OMOptim

Repository files navigation

OMOptim

OMOptim is an optimization software for Modelica models.

Dependencies

  • OpenModelica, compiled with CORBA support
  • g++ (clang++ does not work)
  • CORBA implementation (omniORB, or possibly MICO)

Build instructions

Follow the instructions matching your OS:

Windows MSYS Makefiles

If you used MSYS Makefiles to compile OpenModelica you need one additional step:

Start a MSYS terminal $OMDEV\tools\msys\mingw64.exe (64 bit) or $OMDEV\tools\msys\mingw32.exe (32 bit) and run:

$ cd /path/to/OpenModelica
make -f Makefile.omdev.mingw omoptim -j<Nr. of cores>

Start OMOptim from /path/to/OpenModelica/build/bin/OMOptim.exe

Bug Reports