public class RunMPJGB extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static boolean |
doCheck
Check result GB if it is a GB.
|
| Constructor and Description |
|---|
RunMPJGB() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
main method to be called from commandline
Usage: RunMPJGB [seq|par(+)|dist(1)(+)|disthyb|cli] <file> #procs/#threadsPerNode [machinefile] |
(package private) static void |
runHybridMpj(edu.jas.poly.PolynomialList S,
int threads,
int threadsPerNode,
java.lang.String mfile,
int port,
boolean plusextra) |
(package private) static void |
runMpj(edu.jas.poly.PolynomialList S,
int threads,
java.lang.String mfile,
int port,
boolean plusextra) |
static boolean doCheck
public RunMPJGB()
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOExceptionstatic void runMpj(edu.jas.poly.PolynomialList S, int threads, java.lang.String mfile, int port, boolean plusextra) throws java.io.IOException
java.io.IOExceptionstatic void runHybridMpj(edu.jas.poly.PolynomialList S, int threads, int threadsPerNode, java.lang.String mfile, int port, boolean plusextra) throws java.io.IOException
java.io.IOException