Skip to content

[Fortran] MPI_INIT_THREAD family have wrong arguments #23

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

Open
AlexisLaplanche opened this issue Oct 7, 2024 · 0 comments
Open

[Fortran] MPI_INIT_THREAD family have wrong arguments #23

AlexisLaplanche opened this issue Oct 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Fortran MPICH OpenMPI

Comments

@AlexisLaplanche
Copy link
Member

In Fortran, MPI_INIT_THREAD functions should be declared like this MPI_INIT_THREAD(required, provided, ierror) and not like this MPI_INIT_THREAD(argc, argv, required, provided, ierr) as documented here: https://www.mpich.org/static/docs/v4.2.x/www3/MPI_Init_thread.html

@AlexisLaplanche AlexisLaplanche self-assigned this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fortran MPICH OpenMPI
Projects
None yet
Development

No branches or pull requests

1 participant