edu.unima.ky.parallel
Class ExMaster

java.lang.Object
  |
  +--edu.unima.ky.parallel.ExMaster

public class ExMaster
extends java.lang.Object

ExMaster This program is the master part of a vector sum problem using VirtualChannel. (jdk >= 1.1)


Field Summary
static int DEFAULT_PORT
           
 
Constructor Summary
ExMaster()
           
 
Method Summary
static void main(java.lang.String[] args)
          starts a master
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static int DEFAULT_PORT
Constructor Detail

ExMaster

public ExMaster()
Method Detail

main

public static void main(java.lang.String[] args)
starts a master