Skip to content

Commit 6acb24c

Browse files
committed
minor fixup for toint/fromint
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 3a8b0e2 commit 6acb24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/include/mpi.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3477,7 +3477,7 @@ OMPI_DECLSPEC int PMPI_Remove_error_string(int errorcode);
34773477
OMPI_DECLSPEC MPI_Fint PMPI_Request_c2f(MPI_Request request);
34783478
OMPI_DECLSPEC MPI_Request PMPI_Request_f2c(MPI_Fint request);
34793479
OMPI_DECLSPEC int PMPI_Request_free(MPI_Request *request);
3480-
OMPI_DECLSPEC MPI_Request MPI_Request_fromint(int request);
3480+
OMPI_DECLSPEC MPI_Request PMPI_Request_fromint(int request);
34813481
OMPI_DECLSPEC int PMPI_Request_get_status(MPI_Request request, int *flag,
34823482
MPI_Status *status);
34833483
OMPI_DECLSPEC int PMPI_Request_get_status_all(int count, const MPI_Request array_of_requests[], int *flag,

0 commit comments

Comments
 (0)