@@ -2227,13 +2227,13 @@ OMPI_DECLSPEC int MPI_Request_free(MPI_Request *request);
22272227OMPI_DECLSPEC int MPI_Request_get_status (MPI_Request request , int * flag ,
22282228 MPI_Status * status );
22292229/* should be 'const MPI_Request array_of_requests[]' */
2230- OMPI_DECLSPEC int MPI_Request_get_status_all (int count , MPI_Request array_of_requests [], int * flag ,
2230+ OMPI_DECLSPEC int MPI_Request_get_status_all (int count , const MPI_Request array_of_requests [], int * flag ,
22312231 MPI_Status array_of_statuses []);
22322232/* should be 'const MPI_Request array_of_requests[]' */
2233- OMPI_DECLSPEC int MPI_Request_get_status_any (int count , MPI_Request array_of_requests [], int * index ,
2233+ OMPI_DECLSPEC int MPI_Request_get_status_any (int count , const MPI_Request array_of_requests [], int * index ,
22342234 int * flag , MPI_Status * status );
22352235/* should be 'const MPI_Request array_of_requests[]' */
2236- OMPI_DECLSPEC int MPI_Request_get_status_some (int incount , MPI_Request array_of_requests [], int * outcount ,
2236+ OMPI_DECLSPEC int MPI_Request_get_status_some (int incount , const MPI_Request array_of_requests [], int * outcount ,
22372237 int array_of_indices [], MPI_Status array_of_statuses []);
22382238OMPI_DECLSPEC int MPI_Rget (void * origin_addr , int origin_count , MPI_Datatype origin_datatype ,
22392239 int target_rank , MPI_Aint target_disp , int target_count , MPI_Datatype target_datatype ,
@@ -3395,13 +3395,13 @@ OMPI_DECLSPEC int PMPI_Request_free(MPI_Request *request);
33953395OMPI_DECLSPEC int PMPI_Request_get_status (MPI_Request request , int * flag ,
33963396 MPI_Status * status );
33973397/* should be 'const MPI_Request array_of_requests[]' */
3398- OMPI_DECLSPEC int PMPI_Request_get_status_all (int count , MPI_Request array_of_requests [], int * flag ,
3398+ OMPI_DECLSPEC int PMPI_Request_get_status_all (int count , const MPI_Request array_of_requests [], int * flag ,
33993399 MPI_Status array_of_statuses []);
34003400/* should be 'const MPI_Request array_of_requests[]' */
3401- OMPI_DECLSPEC int PMPI_Request_get_status_any (int count , MPI_Request array_of_requests [], int * index ,
3401+ OMPI_DECLSPEC int PMPI_Request_get_status_any (int count , const MPI_Request array_of_requests [], int * index ,
34023402 int * flag , MPI_Status * status );
34033403/* should be 'const MPI_Request array_of_requests[]' */
3404- OMPI_DECLSPEC int PMPI_Request_get_status_some (int incount , MPI_Request array_of_requests [], int * outcount ,
3404+ OMPI_DECLSPEC int PMPI_Request_get_status_some (int incount , const MPI_Request array_of_requests [], int * outcount ,
34053405 int array_of_indices [], MPI_Status array_of_statuses []);
34063406OMPI_DECLSPEC int PMPI_Rget (void * origin_addr , int origin_count , MPI_Datatype origin_datatype ,
34073407 int target_rank , MPI_Aint target_disp , int target_count , MPI_Datatype target_datatype ,
0 commit comments