-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also support OpenMPI installed via apt #19
Comments
I cannot reproduce this issue anymore. From my perspective this issue has disappeared. Can somebody else confirm this? Then I would suggest closing this issue. I'm using Ubuntu 20.04 with OpenMPI from apt and preCICE revision precice/precice@cab21ce. I cannot reproduce this behavior anymore and the bindings work without any special precautions. I've configured the build of preCICE via:
then
I ran the MATLAB solverdummy (and other test cases) after starting MATLAB via
|
Hello @BenjaminRodenberg |
This issue has been mentioned on preCICE Forum on Discourse. There might be relevant details there: https://precice.discourse.group/t/coupling-crash-readdata-only-long-simulations/2083/5 |
Currently, one has to compile OpenMPI on his own for using it with the MATLAB bindings. The other alternative is using MPICH (see https://github.com/precice/matlab-bindings#restrictions). Note that this requires the user to also build preCICE with the respective MPI implementation. Can we also support OpenMPI installed via
apt
? This is probably the way most of our users go.The text was updated successfully, but these errors were encountered: