public class RunMPIGB 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 |
|---|
RunMPIGB() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
main method to be called from commandline
Usage: RunMPIGB [seq|par(+)|dist(+)|disthyb|cli] <file> #procs/#threadsPerNode [machinefile] |
(package private) static void |
runHybridMpi(edu.jas.poly.PolynomialList S,
int threads,
int threadsPerNode,
java.lang.String mfile,
int port,
boolean plusextra) |
(package private) static void |
runMpi(edu.jas.poly.PolynomialList S,
int threads,
java.lang.String mfile,
int port,
boolean plusextra) |
static boolean doCheck
public RunMPIGB()
public static void main(java.lang.String[] args) throws java.io.IOException, mpi.MPIException
java.io.IOExceptionmpi.MPIExceptionstatic void runMpi(edu.jas.poly.PolynomialList S, int threads, java.lang.String mfile, int port, boolean plusextra) throws java.io.IOException, mpi.MPIException
java.io.IOExceptionmpi.MPIExceptionstatic void runHybridMpi(edu.jas.poly.PolynomialList S, int threads, int threadsPerNode, java.lang.String mfile, int port, boolean plusextra) throws java.io.IOException, mpi.MPIException
java.io.IOExceptionmpi.MPIException