We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The python bindings currently don't support the constructor which provides a custom MPI_Communicator to preCICE.
https://precice.org/doxygen/develop/classprecice_1_1Participant.html#a292d1a7e046ac3c083c3eec09bdb1a48
This locks preCICE into using MPI_COMM_WORLD and blocks reconstruction of the Participant.
Resulting issue: precice/precice#828
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The python bindings currently don't support the constructor which provides a custom MPI_Communicator to preCICE.
https://precice.org/doxygen/develop/classprecice_1_1Participant.html#a292d1a7e046ac3c083c3eec09bdb1a48
This locks preCICE into using MPI_COMM_WORLD and blocks reconstruction of the Participant.
Resulting issue: precice/precice#828
The text was updated successfully, but these errors were encountered: