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

Add support for MPI functionalities on windows #34

Open
alexandrebouchard opened this issue Mar 13, 2023 · 1 comment
Open

Add support for MPI functionalities on windows #34

alexandrebouchard opened this issue Mar 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@alexandrebouchard
Copy link
Member

alexandrebouchard commented Mar 13, 2023

Some MPI related tests are encountering what seems to be windows-specific, non-deterministic failures. For example, see CI results for commits:

Since we recently spend considerable effort fixing platform-dependent MPI issues on linux and mac os, we are reasonably confident these are windows-specific issues. Since we expect that windows MPI will be much less common than running MPI on linux clusters, we are not supporting/testing MPI-related functionalities on windows at the moment (all the other features are tested and works successfully on windows).

@alexandrebouchard alexandrebouchard added the enhancement New feature or request label Mar 13, 2023
@miguelbiron
Copy link
Collaborator

What we know so far: windows with

  • the default MPICH_jll fails nondeterministically when n local mpi > 1
  • MicrosoftMPI_jll has worked so far even with more than one mpi process -- but cannot rule out nondeterministic bugs

@alexandrebouchard alexandrebouchard changed the title Add support for MPI on windows Add support for MPI functionalities on windows Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants