Class | Description |
---|---|
GenericJobLauncher |
A generic job launcher actor that can launch a job using PBS, NCCS, Condor,
Loadleveler, SGE, Moab or LSF, and wait till a user specified status.
|
GenericJobReconnect |
A generic job launcher actor that can launch a job using PBS, NCCS, Condor,
Loadleveler, or SGE, and wait till a user specified status.
|
JobCreator |
Create a job.
|
JobFileFetcher |
Get the job file info of a submitted Job
This actor uses the Job class to ask for the the job file info (file path + file name) of a submitted job.
|
JobGetDirectory |
Get the working directory of a submitted Job
This actor uses the Job class to get the working directory of a submitted
job.
|
JobGetRealJobID |
Get the real (given back the jobManager as a handle) JobID of a submitted Job
This actor uses the Job class get the jobID of a submitted job.
|
JobManager |
Define a jobmanager on the local/remote machine
This actor uses the org.kepler.job.JobManagerFactory and org.kepler.job
JobManager classes to define a job manager
The input should be:
the supporter class' name, e.g.
|
JobRemover |
Delete Job from queue whether it is running or waiting in queue.
|
JobStatus |
Check the status of a Job
This actor uses the Job class to ask for the status of a submitted job.
|
JobSubmitter |
Submit a job into a jobmanager on the local/remote machine, using external
execute command/ssh
This actor uses the Job and JobManager classes that use
- either java.lang.Runtime.exec() to invoke a subprocess - or org.kepler.ssh classes to use ssh/scp to submit a job and ask for the status of a submitted job. |