Benjamin Rodenberg

Results 97 comments of Benjamin Rodenberg

@MakisH No updates. I will probably not start working on this issue anytime soon. I think this would be a nice project/thesis, if somebody wants to take over.

> If we exclude the `openfoam openfoam` case we could make it work using some custom `run` scripts where the relevant files are copied (i.e., activated) for the current simulation....

I just started adding :+1: and :-1: above. I understand that there are two :+1: for option 2 from @DavidSCN and me. There is one :-1: for option 3 from...

Hi @AndresPedemonteFIUBA, thanks for the great input! The experiments really look promising. Could you directly apply the necessary modifications in the [tutorial case](https://github.com/precice/tutorials/tree/develop/perpendicular-flap/solid-calculix) and [open a pull request](https://github.com/precice/tutorials/compare/develop...fix)? Did you...

Thanks for the reply! On Ubuntu 20.04 I ran into trouble with the system python (3.8) when trying to use the FMU in OMEdit. I can try to reproduce the...

I generate the example `PythonFMU/examples/demoslave.py`. Once with pythonfmu from PyPI, once with the version I have built using this repository. In both cases I ran 1. `~/PythonFMU/examples$ pythonfmu build -f...

I think `libpython3.so` has a similar purpose on `UNIX` systems (see here: https://stackoverflow.com/a/42388242). I unsuccessfully tried the following modification: ``` # Force to use stable Python ABI https://docs.python.org/3/c-api/stable.html add_compile_definitions(Py_LIMITED_API) find_package(Python3...

> Ok, so now I'm a little bit confused... You see, the CI compiles the binaries once. Presumably using 3.9.. > Tests are then carried out on 3.7, 3.8 and...

I fixed the configuration here: https://github.com/BenjaminRodenberg/precice/blob/3401a9d315c2bf255b68866214db082f585fd08a/tests/serial/TestImplicit.xml feel free to use it. But I think we should really raise an error here: It helps the user and if the configuration is...

Note that > Find a consistent treatment for initializeData. Also for serial coupling both participants should be able to use initialize=on. requires a major changes in the implementation of the...