|
26 | 26 | * reserved. |
27 | 27 | * Copyright (c) 2021 Bull S.A.S. All rights reserved. |
28 | 28 | * Copyright (c) 2018 Triad National Security, LLC. All rights |
29 | | - * Copyright (c) 2018-2021 Triad National Security, LLC. All rights |
| 29 | + * Copyright (c) 2018-2022 Triad National Security, LLC. All rights |
30 | 30 | * reserved. |
31 | 31 | * $COPYRIGHT$ |
32 | 32 | * |
@@ -1958,16 +1958,19 @@ OMPI_DECLSPEC int MPI_Sendrecv_replace(void * buf, int count, MPI_Datatype data |
1958 | 1958 | int dest, int sendtag, int source, int recvtag, |
1959 | 1959 | MPI_Comm comm, MPI_Status *status); |
1960 | 1960 | OMPI_DECLSPEC MPI_Fint MPI_Session_c2f (const MPI_Session session); |
| 1961 | +OMPI_DECLSPEC int MPI_Session_call_errhandler(MPI_Session session, int errorcode); |
1961 | 1962 | OMPI_DECLSPEC int MPI_Session_create_errhandler (MPI_Session_errhandler_function *session_errhandler_fn, |
1962 | 1963 | MPI_Errhandler *errhandler); |
1963 | 1964 | OMPI_DECLSPEC int MPI_Session_finalize (MPI_Session *session); |
| 1965 | +OMPI_DECLSPEC int MPI_Session_get_errhandler(MPI_Session session, MPI_Errhandler *erhandler); |
1964 | 1966 | OMPI_DECLSPEC int MPI_Session_get_info (MPI_Session session, MPI_Info *info_used); |
1965 | 1967 | OMPI_DECLSPEC int MPI_Session_get_num_psets (MPI_Session session, MPI_Info info, int *npset_names); |
1966 | 1968 | OMPI_DECLSPEC int MPI_Session_get_nth_pset (MPI_Session session, MPI_Info info, int n, int *len, char *pset_name); |
1967 | 1969 | OMPI_DECLSPEC int MPI_Session_get_pset_info (MPI_Session session, const char *pset_name, MPI_Info *info_used); |
1968 | 1970 | OMPI_DECLSPEC int MPI_Session_init (MPI_Info info, MPI_Errhandler errhandler, |
1969 | 1971 | MPI_Session *session); |
1970 | 1972 | OMPI_DECLSPEC MPI_Session MPI_Session_f2c (MPI_Fint session); |
| 1973 | +OMPI_DECLSPEC int MPI_Session_set_errhandler(MPI_Session session, MPI_Errhandler errhandler); |
1971 | 1974 | OMPI_DECLSPEC int MPI_Session_set_info (MPI_Session session, MPI_Info info); |
1972 | 1975 | OMPI_DECLSPEC int MPI_Ssend_init(const void *buf, int count, MPI_Datatype datatype, |
1973 | 1976 | int dest, int tag, MPI_Comm comm, |
@@ -2719,16 +2722,19 @@ OMPI_DECLSPEC int PMPI_Sendrecv_replace(void * buf, int count, MPI_Datatype dat |
2719 | 2722 | int dest, int sendtag, int source, int recvtag, |
2720 | 2723 | MPI_Comm comm, MPI_Status *status); |
2721 | 2724 | OMPI_DECLSPEC MPI_Fint PMPI_Session_c2f (const MPI_Session session); |
| 2725 | +OMPI_DECLSPEC int PMPI_Session_call_errhandler(MPI_Session session, int errorcode); |
2722 | 2726 | OMPI_DECLSPEC int PMPI_Session_create_errhandler (MPI_Session_errhandler_function *session_errhandler_fn, |
2723 | 2727 | MPI_Errhandler *errhandler); |
2724 | 2728 | OMPI_DECLSPEC int PMPI_Session_finalize (MPI_Session *session); |
| 2729 | +OMPI_DECLSPEC int PMPI_Session_get_errhandler(MPI_Session session, MPI_Errhandler *erhandler); |
2725 | 2730 | OMPI_DECLSPEC int PMPI_Session_get_info (MPI_Session session, MPI_Info *info_used); |
2726 | 2731 | OMPI_DECLSPEC int PMPI_Session_get_num_psets (MPI_Session session, MPI_Info info, int *npset_names); |
2727 | 2732 | OMPI_DECLSPEC int PMPI_Session_get_nth_pset (MPI_Session session, MPI_Info info, int n, int *len, char *pset_name); |
2728 | 2733 | OMPI_DECLSPEC int PMPI_Session_get_pset_info (MPI_Session session, const char *pset_name, MPI_Info *info_used); |
2729 | 2734 | OMPI_DECLSPEC int PMPI_Session_init (MPI_Info info, MPI_Errhandler errhandler, |
2730 | 2735 | MPI_Session *session); |
2731 | 2736 | OMPI_DECLSPEC MPI_Session PMPI_Session_f2c (MPI_Fint session); |
| 2737 | +OMPI_DECLSPEC int PMPI_Session_set_errhandler(MPI_Session session, MPI_Errhandler erhandler); |
2732 | 2738 | OMPI_DECLSPEC int PMPI_Session_set_info (MPI_Session session, MPI_Info info); |
2733 | 2739 | OMPI_DECLSPEC int PMPI_Ssend_init(const void *buf, int count, MPI_Datatype datatype, |
2734 | 2740 | int dest, int tag, MPI_Comm comm, |
|
0 commit comments