final class GridEngineJobScriptGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOGGER |
private static int |
MINUTES_PER_HOUR |
Modifier | Constructor and Description |
---|---|
private |
GridEngineJobScriptGenerator() |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
generate(JobDescription description,
RelativePath fsEntryPath,
GridEngineSetup setup) |
protected static void |
generateParallelEnvironmentSpecification(JobDescription description,
GridEngineSetup setup,
java.util.Formatter script) |
protected static void |
generateParallelScriptContent(JobDescription description,
java.util.Formatter script) |
protected static void |
generateSerialScriptContent(JobDescription description,
java.util.Formatter script) |
private static final org.slf4j.Logger LOGGER
private static final int MINUTES_PER_HOUR
protected static void generateParallelEnvironmentSpecification(JobDescription description, GridEngineSetup setup, java.util.Formatter script) throws XenonException
XenonException
protected static void generateSerialScriptContent(JobDescription description, java.util.Formatter script)
protected static void generateParallelScriptContent(JobDescription description, java.util.Formatter script)
protected static java.lang.String generate(JobDescription description, RelativePath fsEntryPath, GridEngineSetup setup) throws XenonException
XenonException