Class RunGB


  • public class RunGB
    extends java.lang.Object
    Simple setup to run a GB example.
    Usage: RunGB [seq(+)|par(+)|build=string|disthyb|cli] <file> #procs/#threadsPerNode [machinefile] <check>
    Build string can be any combination of method calls from GBAlgorithmBuilder. Method polynomialRing() is called based on declaration from "file". Method build() is called automatically. For example
    build=syzygyPairlist.iterated.graded.parallel(3)
    Author:
    Heinz Kredel
    See Also:
    GBAlgorithmBuilder
    • Constructor Summary

      Constructors 
      Constructor Description
      RunGB()  
    • 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: RunGB [seq|par(+)|build=string|disthyb(+)|cli] <file> #procs/#threadsPerNode [machinefile] <check>
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • main

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