Skip to content
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

MATLAB bindings cause MATLAB to crash, when executed multiple times #28

Open
BenjaminRodenberg opened this issue Jan 19, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@BenjaminRodenberg
Copy link
Member

I observed this issue in MATLAB R2020b. Relatively easy to reproduce:

  1. Run any example or solverdummy.
  2. After successful execution do the same again
  3. MATLAB crashes.

I got the following error in the terminal that executed MATLAB:

*** The MPI_Comm_rank() function was called after MPI_FINALIZE was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[...:153798] Local abort after MPI_FINALIZE started completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!

Is this only happening to me or can somebody reproduce this issue?

@BenjaminRodenberg BenjaminRodenberg added the bug Something isn't working label Jan 19, 2021
@BenjaminRodenberg
Copy link
Member Author

More details on this issue are provided in https://github.com/precice/matlab-bindings#restrictions. There is the upstream issue precice/precice#378 related to this one. We will still keep this issue open for documentation purposes until the problem is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant