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 a9b3084 commit fa8591cCopy full SHA for fa8591c
ompi/mpi/c/type_contiguous.c.in
@@ -62,7 +62,7 @@ PROTOTYPE ERROR_CLASS type_contiguous(COUNT count,
62
ompi_datatype_set_args( *newtype,
63
(sizeof(count) == sizeof(size_t)) ? 0 : 1,
64
(sizeof(count) == sizeof(size_t)) ? 1 : 0,
65
- a_i, 0, OMPI_COUNT_ARRAY_NULL, 1, &oldtype, MPI_COMBINER_CONTIGUOUS );
+ a_i, 0, OMPI_DISP_ARRAY_NULL, 1, &oldtype, MPI_COMBINER_CONTIGUOUS );
66
}
67
68
OMPI_ERRHANDLER_NOHANDLE_RETURN(rc, rc, FUNC_NAME );
0 commit comments