Class RunMPJGB


  • public class RunMPJGB
    extends java.lang.Object
    Simple setup to run a GB example in MPJ 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
      RunMPJGB()  
    • 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: 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)  
      • 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
        main method to be called from commandline
        Usage: RunMPJGB [seq|par(+)|dist(1)(+)|disthyb|cli] <file> #procs/#threadsPerNode [machinefile]
        Throws:
        java.io.IOException
      • runMpj

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

        static void runHybridMpj​(edu.jas.poly.PolynomialList S,
                                 int threads,
                                 int threadsPerNode,
                                 java.lang.String mfile,
                                 int port,
                                 boolean plusextra)
                          throws java.io.IOException
        Throws:
        java.io.IOException