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)
Author:
Heinz Kredel
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(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 Object

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

    • RunGB

      public RunGB()
  • Method Details

    • main

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