程序包 mpi
类 ShiftParms
java.lang.Object
mpi.ShiftParms
Source and destination ranks for "shift" communication.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ShiftParms
protected ShiftParms(int rankSource, int rankDest)
-
-
方法详细资料
-
getRankSource
public int getRankSource()Gets the source rank.- 返回:
- source rank
-
getRankDest
public int getRankDest()Gets the destination rank.- 返回:
- destination rank
-