Package ffx.algorithms.commands
Class Scheduler
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.algorithms.commands.Scheduler
Run a Parallel Java Job Scheduler on a cluster with multiple nodes.
Usage:
ffxc Scheduler [options] <filename>
Usage:
ffxc Scheduler [options] <filename>
- Author:
- Michael Schnieders
-
Field Summary
Fields inherited from class ffx.algorithms.cli.AlgorithmsCommand
activeAssembly, algorithmFunctions, algorithmListener, baseDir
Fields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version
-
Constructor Summary
ConstructorsConstructorDescriptionScheduler Constructor.Scheduler
(FFXBinding binding) Scheduler Constructor.Scheduler constructor that sets the command line arguments. -
Method Summary
Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getPotentials, init, saveDirFile, setActiveAssembly, setBaseDir, updateTitle
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
Scheduler
public Scheduler()Scheduler Constructor. -
Scheduler
Scheduler Constructor.- Parameters:
binding
- The Binding to use.
-
Scheduler
Scheduler constructor that sets the command line arguments.- Parameters:
args
- Command line arguments.
-
-
Method Details
-
run
Execute this Command.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-