Class RunGB

java.lang.Object
edu.jas.application.RunGB

public class RunGB extends 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)
See Also:
  • Field Details

    • doCheck

      static boolean doCheck
      Check result GB if it is a GB.
  • Constructor Details

    • RunGB

      public RunGB()
  • Method Details