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

Fix null parameter in MPI_Init_thread #5230

Conversation

franzpoeschel
Copy link
Contributor

Threaded MPI can be activated in PIConGPU by export PIC_USE_THREADED_MPI=MPI_THREAD_MULTIPLE, necessary for some things like the HDF5 subfiling VFD or RDMA via MPI in ADIOS2 SST, introduced with #4412. However, the MPI_Init_thread() call was wrong and only worked with some MPI versions.

@psychocoderHPC psychocoderHPC added this to the 0.8.0 / Next stable milestone Dec 11, 2024
@psychocoderHPC psychocoderHPC added bug a bug in the project's code affects latest release a bug that affects the latest stable release component: PMacc in PMacc labels Dec 11, 2024
@psychocoderHPC psychocoderHPC merged commit 94c81d7 into ComputationalRadiationPhysics:dev Dec 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects latest release a bug that affects the latest stable release bug a bug in the project's code component: PMacc in PMacc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants