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

Improve error message for MPI implementations incompatible with Julia multi-threading #32

Open
alexandrebouchard opened this issue Mar 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@alexandrebouchard
Copy link
Member

alexandrebouchard commented Mar 13, 2023

Context: see B2b in the first comment in #30

Proposed improvement:

  1. reintroduce the ubuntu-based test cases to ensure B2b is replicated and not already fixed by ubuntu updating their open mpi release
  2. change the system-binary based tests to use setup_mpi(), i.e.
    function setup_mpi(settings::MPISettings)
  3. In setup_mpi(), run a test based on https://github.com/Julia-Tempering/Pigeons.jl/blob/investigate-segfault/test/gc_test.jl as part of the setup, set a flag in MPISetting encoding if the multithreading+GC option will be supported. If not, print a warning
  4. when submitting, show the warning again if multithreading+GC+MPISetting flag.
  5. add option to disable GC in ChildProcesses
  6. Test these functionalities
@alexandrebouchard alexandrebouchard added the enhancement New feature or request label 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

1 participant