Class FourBodyEnergyRegion

java.lang.Object
edu.rit.pj.WorkerConstruct
edu.rit.pj.WorkerRegion
ffx.algorithms.optimize.manybody.FourBodyEnergyRegion

public class FourBodyEnergyRegion extends WorkerRegion
Compute 4-Body energies. This code is experimental.
  • Constructor Details

  • Method Details

    • run

      public void run() throws Exception
      Description copied from class: WorkerRegion
      Execute parallel code. All threads of the worker team in each process call the run() method concurrently.

      The run() method must be implemented in a subclass.

      Specified by:
      run in class WorkerRegion
      Throws:
      Exception - The run() method may throw any exception.
      Exception - if any.
    • start

      public void start()
      Description copied from class: WorkerRegion
      Perform initialization actions before parallel execution begins. Only one thread in each process calls the start() method.

      The start() method may be overridden in a subclass. If not overridden, the start() method does nothing.

      Overrides:
      start in class WorkerRegion