Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.36 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.36 KB

OMSens

OpenModelica sensitivity analysis and optimization module.

Dependencies

Supported platforms

  • Windows
  • Linux

Build/Install 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 omsens -j<Nr. of cores>

Linux

Install the dependencies mentioned above and then run the following commands in the terminal.

$ cd /path/to/OpenModelica/OMSens
$ python setup.py install

Hint: To find the installation path run OMEdit and then go to Help->About OMEdit.

Bug Reports