mpjdev
Class MPJDev

java.lang.Object
  extended by mpjdev.MPJDev

public class MPJDev
extends java.lang.Object


Field Summary
static Comm WORLD
           
 
Constructor Summary
MPJDev()
           
 
Method Summary
static void finish()
           
static int getRecvOverhead()
          Gets the overhead incurred by recv methods.
static int getSendOverhead()
          Gets the overhead incurred by send methods.
static void init(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORLD

public static Comm WORLD
Constructor Detail

MPJDev

public MPJDev()
Method Detail

init

public static void init(java.lang.String[] args)
                 throws MPJDevException
Throws:
MPJDevException

getSendOverhead

public static int getSendOverhead()
Gets the overhead incurred by send methods. It should be called after calling #init(String[] args) method

Returns:
int An integer specifying the overhead incurred by send methods

getRecvOverhead

public static int getRecvOverhead()
Gets the overhead incurred by recv methods. It should be called after calling #init(String[] args) method

Returns:
int Number of bytes overhead incurred by recv methods

finish

public static void finish()
                   throws MPJDevException
Throws:
MPJDevException