@@ -1943,6 +1943,8 @@ OMPI_DECLSPEC int MPI_Rsend_init(const void *buf, int count, MPI_Datatype datat
19431943 MPI_Request * request );
19441944OMPI_DECLSPEC int MPI_Scan (const void * sendbuf , void * recvbuf , int count , MPI_Datatype datatype ,
19451945 MPI_Op op , MPI_Comm comm );
1946+ OMPI_DECLSPEC int MPI_Scan_c (const void * sendbuf , void * recvbuf , MPI_Count count , MPI_Datatype datatype ,
1947+ MPI_Op op , MPI_Comm comm );
19461948OMPI_DECLSPEC int MPI_Iscan (const void * sendbuf , void * recvbuf , int count , MPI_Datatype datatype ,
19471949 MPI_Op op , MPI_Comm comm , MPI_Request * request );
19481950OMPI_DECLSPEC int MPI_Scan_init (const void * sendbuf , void * recvbuf , int count , MPI_Datatype datatype ,
@@ -2723,6 +2725,8 @@ OMPI_DECLSPEC int PMPI_Rsend_init(const void *buf, int count, MPI_Datatype data
27232725 MPI_Request * request );
27242726OMPI_DECLSPEC int PMPI_Scan (const void * sendbuf , void * recvbuf , int count , MPI_Datatype datatype ,
27252727 MPI_Op op , MPI_Comm comm );
2728+ OMPI_DECLSPEC int PMPI_Scan_c (const void * sendbuf , void * recvbuf , MPI_Count count , MPI_Datatype datatype ,
2729+ MPI_Op op , MPI_Comm comm );
27262730OMPI_DECLSPEC int PMPI_Iscan (const void * sendbuf , void * recvbuf , int count , MPI_Datatype datatype ,
27272731 MPI_Op op , MPI_Comm comm , MPI_Request * request );
27282732OMPI_DECLSPEC int PMPI_Scan_init (const void * sendbuf , void * recvbuf , int count , MPI_Datatype datatype ,
0 commit comments