Class RunMPIGB


  • public class RunMPIGB
    extends java.lang.Object
    Simple setup to run a GB example in MPI environment.
    Usage: RunGB [seq(+)|par(+)|dist(1)(+)|disthyb|cli] <file> #procs/#threadsPerNode [machinefile]
    Author:
    Heinz Kredel
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static boolean doCheck
      Check result GB if it is a GB.
    • Constructor Summary

      Constructors 
      Constructor Description
      RunMPIGB()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • doCheck

        static boolean doCheck
        Check result GB if it is a GB.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                mpi.MPIException
        main method to be called from commandline
        Usage: RunMPIGB [seq|par(+)|dist(+)|disthyb|cli] <file> #procs/#threadsPerNode [machinefile]
        Throws:
        java.io.IOException
        mpi.MPIException
      • runMpi

        static void runMpi​(edu.jas.poly.PolynomialList S,
                           int threads,
                           java.lang.String mfile,
                           int port,
                           boolean plusextra)
                    throws java.io.IOException,
                           mpi.MPIException
        Throws:
        java.io.IOException
        mpi.MPIException
      • runHybridMpi

        static 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
        Throws:
        java.io.IOException
        mpi.MPIException