Benjamin Rodenberg

Results 238 comments of Benjamin Rodenberg

A remark on implementation: We can still provide `Interface` as a deprecated wrapper of `SolverInterface` then we can push when this change actually breaks user code until `v3.0.0.1`, if we...

In 86f249d @IshaanDesai and I implemented a workaround to avoid wrong usage. Replacing `SolverInterface` with `Interface` is possible, but at least to me currently not straightforward. I would suggest to...

Let's quickly summarize the ideas we had and problems we saw or expected: * Just writing `from cyprecice import Interface as SolverInterface` works as a wrapper, but then the name...

I started updating some of the documentation on our website to add some new developments * https://github.com/precice/precice.github.io/commit/4b299fdc3347277f24ca525b8d63394c2adb98b3 * https://github.com/precice/precice.github.io/commit/0ef56ab054ad892f9d20e8aa1424978b1f8364a5 I think we can actually delete a lot of the information...

I did some history research: In https://github.com/precice/precice/pull/299 we observed that `mpi4py` was missing in the python solverdummy. In https://github.com/precice/precice/pull/316, we decided to move it directly into the bindings and remove...

I looked a bit more into history and found the original reason for adding the statement `from mpi4py import MPI` [here](https://github.com/precice/precice/pull/299#issuecomment-469421697). I would suggest to first reproduce this kind of...

*edit* Update to new location of solverdummy and preCICE `v2.0.0` In the following I will provide a description how to provoke the "mpi4py" error mentioned in https://github.com/precice/precice/pull/299#issuecomment-469421697 ## Preparations ###...

I checked the Error described in https://github.com/precice/python-bindings/issues/8#issuecomment-575329609 for the code provided in #36 . The error still persists.

Another idea that might help us closing this issue: preCICE allows to check whether it was compiled with MPI or not through `SolverInterface::getVersionInformation`. This might be a good way to...

@boris-martin: If you have a more visible place in mind where we should post this information, feel free to edit the `README.md` and open a PR. I remember putting it...