public final class SlurmJobScriptGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOGGER |
Modifier | Constructor and Description |
---|---|
private |
SlurmJobScriptGenerator() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
generate(JobDescription description,
RelativePath fsEntryPath) |
static java.lang.String[] |
generateInteractiveArguments(JobDescription description,
RelativePath fsEntryPath,
java.util.UUID tag) |
private static java.lang.String |
getWorkingDirPath(JobDescription description,
RelativePath fsEntryPath) |
private static java.lang.String getWorkingDirPath(JobDescription description, RelativePath fsEntryPath)
public static java.lang.String[] generateInteractiveArguments(JobDescription description, RelativePath fsEntryPath, java.util.UUID tag)
public static java.lang.String generate(JobDescription description, RelativePath fsEntryPath)