|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstatalign.MPIUtils
public class MPIUtils
Constructor Summary | |
---|---|
MPIUtils()
|
Method Summary | |
---|---|
static boolean |
isMaster(int rank)
Determines if a process with a certain rank is the master. |
static void |
println(int rank,
java.lang.String message)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MPIUtils()
Method Detail |
---|
public static void println(int rank, java.lang.String message)
public static boolean isMaster(int rank)
rank
- the rank of the process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |