|
28 | 28 | * Copyright (c) 2018 Triad National Security, LLC. All rights
|
29 | 29 | * Copyright (c) 2018-2022 Triad National Security, LLC. All rights
|
30 | 30 | * reserved.
|
| 31 | + * Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved |
31 | 32 | * $COPYRIGHT$
|
32 | 33 | *
|
33 | 34 | * Additional copyrights may follow
|
@@ -1985,7 +1986,13 @@ OMPI_DECLSPEC int MPI_Status_f082c(const MPI_F08_status *f08_status, MPI_Status
|
1985 | 1986 | OMPI_DECLSPEC int MPI_Status_f082f(const MPI_F08_status *f08_status, MPI_Fint *f_status);
|
1986 | 1987 | OMPI_DECLSPEC int MPI_Status_f2c(const MPI_Fint *f_status, MPI_Status *c_status);
|
1987 | 1988 | OMPI_DECLSPEC int MPI_Status_f2f08(const MPI_Fint *f_status, MPI_F08_status *f08_status);
|
| 1989 | +OMPI_DECLSPEC int MPI_Status_get_error(const MPI_Status *status, int *error); |
| 1990 | +OMPI_DECLSPEC int MPI_Status_get_source(const MPI_Status *status, int *source); |
| 1991 | +OMPI_DECLSPEC int MPI_Status_get_tag(const MPI_Status *status, int *tag); |
1988 | 1992 | OMPI_DECLSPEC int MPI_Status_set_cancelled(MPI_Status *status, int flag);
|
| 1993 | +OMPI_DECLSPEC int MPI_Status_set_error(MPI_Status *status, int error); |
| 1994 | +OMPI_DECLSPEC int MPI_Status_set_source(MPI_Status *status, int source); |
| 1995 | +OMPI_DECLSPEC int MPI_Status_set_tag(MPI_Status *status, int tag); |
1989 | 1996 | OMPI_DECLSPEC int MPI_Status_set_elements(MPI_Status *status, MPI_Datatype datatype,
|
1990 | 1997 | int count);
|
1991 | 1998 | OMPI_DECLSPEC int MPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype,
|
@@ -2746,7 +2753,13 @@ OMPI_DECLSPEC int PMPI_Status_f082f(const MPI_F08_status *f08_status, MPI_Fint
|
2746 | 2753 | OMPI_DECLSPEC int PMPI_Status_f082c(const MPI_F08_status *f08_status, MPI_Status *c_status);
|
2747 | 2754 | OMPI_DECLSPEC int PMPI_Status_f2c(const MPI_Fint *f_status, MPI_Status *c_status);
|
2748 | 2755 | OMPI_DECLSPEC int PMPI_Status_f2f08(const MPI_Fint *f_status, MPI_F08_status *f08_status);
|
| 2756 | +OMPI_DECLSPEC int PMPI_Status_get_error(const MPI_Status *status, int *error); |
| 2757 | +OMPI_DECLSPEC int PMPI_Status_get_source(const MPI_Status *status, int *source); |
| 2758 | +OMPI_DECLSPEC int PMPI_Status_get_tag(const MPI_Status *status, int *tag); |
2749 | 2759 | OMPI_DECLSPEC int PMPI_Status_set_cancelled(MPI_Status *status, int flag);
|
| 2760 | +OMPI_DECLSPEC int PMPI_Status_set_error(MPI_Status *status, int error); |
| 2761 | +OMPI_DECLSPEC int PMPI_Status_set_source(MPI_Status *status, int source); |
| 2762 | +OMPI_DECLSPEC int PMPI_Status_set_tag(MPI_Status *status, int tag); |
2750 | 2763 | OMPI_DECLSPEC int PMPI_Status_set_elements(MPI_Status *status, MPI_Datatype datatype,
|
2751 | 2764 | int count);
|
2752 | 2765 | OMPI_DECLSPEC int PMPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype,
|
|
0 commit comments