-
Notifications
You must be signed in to change notification settings - Fork 885
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
MPI-4: Bogus typedef and missing definitions and routines related to MPI_Session
#10388
Comments
MPI_Session
related to #7993 |
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jun 1, 2022
somehow managed to not get into the original sessions pr. also do some cleanup of the use mpi_f08 profiling functions. Related to open-mpi#10388 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jun 2, 2022
somehow managed to not get into the original sessions pr. also do some cleanup of the use mpi_f08 profiling functions. Related to open-mpi#10388 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jun 2, 2022
somehow managed to not get into the original sessions pr. also do some cleanup of the use mpi_f08 profiling functions. Related to open-mpi#10388 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jun 2, 2022
somehow managed to not get into the original sessions pr. also do some cleanup of the use mpi_f08 profiling functions. Related to open-mpi#10388 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jun 2, 2022
somehow managed to not get into the original sessions pr. also do some cleanup of the use mpi_f08 profiling functions. Related to open-mpi#10388 Related to open-mpi#9097 Signed-off-by: Howard Pritchard <[email protected]>
This issue should be labeled as |
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jun 21, 2022
The sessions attribute functionality was never approved as part of the MPI-4 sessions feature. Remove a vestige of this from Open MPI. Related to open-mpi#10388 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jun 21, 2022
The sessions attribute functionality was never approved as part of the MPI-4 sessions feature. Remove a vestige of this from Open MPI. Related to open-mpi#10388 Related to open-mpi#9097 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jun 22, 2022
The sessions attribute functionality was never approved as part of the MPI-4 sessions feature. Remove a vestige of this from Open MPI. Related to open-mpi#10388 Related to open-mpi#9097 Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit c488c60)
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jun 24, 2022
somehow managed to not get into the original sessions pr. also do some cleanup of the use mpi_f08 profiling functions. Related to open-mpi#10388 Related to open-mpi#9097 Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Jul 11, 2022
somehow managed to not get into the original sessions pr. also do some cleanup of the use mpi_f08 profiling functions. Related to open-mpi#10388 Related to open-mpi#9097 Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit e5c3795)
merged to main and v5.0.x, closing. Thanks @hppritcha |
@awlauria This issue is not completed, see the last two bullet points in the description.
|
Oh, I can re-open it. Duh. 😄 |
As there is another issue tracking the leftover, you can re-close this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using branch v5.0.x from git. The changelog claims support for
MPI_Session
, however I found the following issues:mpi.h
header file contains the following line:To the best of my knowledge, such typedef is not defined in the MPI-4 standard document. If this typedef comes from an errata or some planned extension, then I apologize for the noise, although I should note it is a bit surprising not seeing a companion
MPI_Session_copy_attr_function
typedef.The following routines are missing:
MPI_Session_set_errhandler
MPI_Session_get_errhandler
MPI_Session_call_errhandler
Note however that
MPI_Session_create_errhandler
is available.The
MPI_ERR_SESSION
error class is missing (MPI-4, pp. 472, ln. 28). It should be used for in all of theMPI_Session_XXX
routines to signal an invalidMPI_Session
argument.The
MPI_Info_create_env
routine is missing.Although not strictly related to the
MPI_Session
type, theMPI_Info_create_env
routine is the way to get something equivalent toMPI_INFO_ENV
when using the Session model (MPI-4, pp. 484, ln. 35)The text was updated successfully, but these errors were encountered: