ibpsa / project1-boptest

Building Optimization Performance Tests
Other
104 stars 69 forks source link

OM Option in Parser #526

Open dhblum opened 1 year ago

dhblum commented 1 year ago

This issue is to make OpenModelica a compiler option for the parsing/paser.py. It follows from #422 with an initial implementation here: https://github.com/ibpsa/project1-boptest/blob/issue422_om_msl4/parsing/parser.py (from commit 9342365).

This issue will offer more seamless functionality, including Docker image.

This issue will NOT guarantee that all test case FMUs can be compiled with OpenModelica and simulated in BOPTEST. For that, continue #422. However, this issue will make it easier to do testing for #422.

dhblum commented 6 months ago

Adding a few references of implementation for DOPTEST (MoPED repo):

dhblum commented 6 months ago

@EttoreZ Bringing this issue back to life given our discussions to start working on it. @JavierArroyoBastida tagging you because we might need some of your help/review, also as an FYI. Basically, I'd like to include the option of OM compilation into the boptest repo more seamlessly. I've added links to the DOPTEST implementation in the MoPED repo in the comment above.