| Class | Description |
|---|---|
| Kickstart |
This enables a constituentJob to be run on the grid, by launching it through kickstart.
|
| NetloggerPostScript |
This postscript invokes the netlogger-exitcode to parse the kickstart
output and write out in netlogger format.
|
| NoGridStart |
This class ends up running the job directly on the grid, without wrapping
it in any other launcher executable.
|
| NoPOSTScript |
This class refers to having no postscript associated with the job.
|
| PegasusExitCode |
The exitcode wrapper, that can parse kickstart output's and put them in the
database also.
|
| PegasusExitCodeEncode |
This class tries to define a mechanism to encode arguments for
pegasus-exitcode, as DAGMan does not handle whitespaces correctly for
postscript arguments.
|
| PegasusLite |
This class launches all the jobs using Pegasus Lite a shell script based wrapper.
|
| UserPOSTScript |
A user defined post script.
|