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

Handle Fortran MPI_IN_PLACE #25

Open
wangvsa opened this issue Aug 24, 2023 · 0 comments
Open

Handle Fortran MPI_IN_PLACE #25

wangvsa opened this issue Aug 24, 2023 · 0 comments

Comments

@wangvsa
Copy link
Member

wangvsa commented Aug 24, 2023

MPI_IN_PLACE can be used as send buffers. However, Fortran and C may have different internal values for MPI_IN_PLACE, so in our C implementations we are not able to verify if the buffer is MPI_IN_PLACE when they were invoked by Fortran wrappers.

Similar question here: https://community.intel.com/t5/Intel-oneAPI-HPC-Toolkit/mpiifort-MPI-IN-PLACE-vs-mpiicc/td-p/825968

Also, there is no f2c/c2f calls for MPI_IN_PLACE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant