Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ompi/mpi/java/java/Datatype.java
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ private static native long getVector(
* Identical to {@code createVector} except that the stride is expressed
* directly in terms of the buffer index, rather than the units of
* the old type.
* <p>Java binding of the MPI operation {@code MPI_TYPE_HVECTOR}.
* <p>Java binding of the MPI operation {@code MPI_TYPE_CREATE_HVECTOR}.
* @param count number of blocks
* @param blockLength number of elements in each
* @param stride number of bytes between start of each block
Expand Down Expand Up @@ -397,7 +397,7 @@ private static native long getIndexed(
* Identical to {@code createIndexed} except that the displacements are
* expressed directly in terms of the buffer index, rather than the
* units of the old type.
* <p>Java binding of the MPI operation {@code MPI_TYPE_HINDEXED}.
* <p>Java binding of the MPI operation {@code MPI_TYPE_CREATE_HINDEXED}.
* @param blockLengths number of elements per block
* @param displacements byte displacement in buffer for each block
* @param oldType old datatype
Expand Down