Xavier Mirabel

Results 7 comments of Xavier Mirabel

Hello Lars, This contribution is a first test to understand the process of merging with you in an open source classic way. This is the first time I do this...

The main goal of this branch is described in libcosimc issues: - https://github.com/open-simulation-platform/libcosim/issues/743 - https://github.com/open-simulation-platform/libcosim/issues/744 I did not know if they should be duplicated/moved here or somewhere else? The taskflow...

A (not desirable) workaround is to install boost using: sudo apt-get install libboost-all-dev But then a compilation error occurs in src/proxyfmu/fmi/fmicontext.hpp It is needed to add the following headers: #include...

I had the installation of the older compiler by the following sequence of commands: `sudo update-alternatives --remove-all gcc` `sudo update-alternatives --remove-all g++` `sudo apt-get install gcc-9 g++-9` `sudo update-alternatives --install...

A workaround is to disable test generation: `cmake .. -DLIBCOSIM_USING_CONAN=TRUE -DCMAKE_BUILD_TYPE=Release -DLIBCOSIM_BUILD_TESTS=false` `cmake --build .`

A local installation can be done: `cmake .. -DLIBCOSIM_USING_CONAN=TRUE -DCMAKE_BUILD_TYPE=Release -DLIBCOSIM_BUILD_TESTS=false -DCMAKE_INSTALL_PREFIX=$HOME/osp/install/linux-release/` `cmake --build . --target install`

I work on Linux Ubuntu 22.04. Is there also this issue on this operating system? In my case : - the application (main) is first run, - then a dynamic...