edu.jas.application
Class RunGB

java.lang.Object
  extended by edu.jas.application.RunGB

public class RunGB
extends java.lang.Object

Simple setup to run a GB example.
Usage: RunGB [seq(+)|par(+)|dist(1)(+)|disthyb|cli] <file> #procs/#threadsPerNode [machinefile]

Author:
Heinz Kredel

Constructor Summary
RunGB()
           
 
Method Summary
static void main(java.lang.String[] args)
          main method to be called from commandline
Usage: RunGB [seq|par(+)|dist(1)(+)|disthyb|cli] <file> #procs/#threadsPerNode [machinefile]
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunGB

public RunGB()
Method Detail

main

public static void main(java.lang.String[] args)
main method to be called from commandline
Usage: RunGB [seq|par(+)|dist(1)(+)|disthyb|cli] <file> #procs/#threadsPerNode [machinefile]