Package mpi
Class ShiftParms
java.lang.Object
mpi.ShiftParms
Source and destination ranks for "shift" communication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the destination rank.int
Gets the source rank.
-
Constructor Details
-
ShiftParms
protected ShiftParms(int rankSource, int rankDest)
-
-
Method Details
-
getRankSource
public int getRankSource()Gets the source rank.- Returns:
- source rank
-
getRankDest
public int getRankDest()Gets the destination rank.- Returns:
- destination rank
-