We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34df931 commit 9e79d60Copy full SHA for 9e79d60
ompi/mpi/c/isend.c.in
@@ -36,7 +36,7 @@
36
#include "ompi/memchecker.h"
37
#include "ompi/runtime/ompi_spc.h"
38
39
-PROTOTYPE ERROR_CLASS isend(BUFFER_CONST buf, COUNT count, DATATYPE type, INT dest,
+PROTOTYPE ERROR_CLASS isend(BUFFER_CONST buf, COUNT count, DATATYPE type, SOURCE dest,
40
INT tag, COMM comm, REQUEST_INOUT request)
41
{
42
int rc = MPI_SUCCESS;
0 commit comments