Package mpi
Class ShiftParms
- java.lang.Object
-
- mpi.ShiftParms
-
public final class ShiftParms extends java.lang.ObjectSource and destination ranks for "shift" communication.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedShiftParms(int rankSource, int rankDest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRankDest()Gets the destination rank.intgetRankSource()Gets the source rank.
-