Skip to content

Commit 9e79d60

Browse files
committed
fix for isend dst arg
needs to go through translation Signed-off-by: Howard Pritchard <[email protected]>
1 parent 34df931 commit 9e79d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/c/isend.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include "ompi/memchecker.h"
3737
#include "ompi/runtime/ompi_spc.h"
3838

39-
PROTOTYPE ERROR_CLASS isend(BUFFER_CONST buf, COUNT count, DATATYPE type, INT dest,
39+
PROTOTYPE ERROR_CLASS isend(BUFFER_CONST buf, COUNT count, DATATYPE type, SOURCE dest,
4040
INT tag, COMM comm, REQUEST_INOUT request)
4141
{
4242
int rc = MPI_SUCCESS;

0 commit comments

Comments
 (0)