| Constructor and Description |
|---|
MPILauncher() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Cleanup any resources
|
void |
initialize(Config mConfig)
Initialize with the configuration
|
boolean |
killJob(java.lang.String jobID)
kill the submitted job
|
Twister2JobState |
launch(JobAPI.Job job)
Launch the processes according to the requested resources.
|
protected boolean |
setupWorkingDirectory(java.lang.String jobId)
setup the working directory mainly it downloads and extracts the job package
to the working directory
|
public void initialize(Config mConfig)
ILauncherinitialize in interface ILaunchermConfig - the configurationpublic void close()
ILauncherpublic boolean killJob(java.lang.String jobID)
ILauncherpublic Twister2JobState launch(JobAPI.Job job)
ILauncherprotected boolean setupWorkingDirectory(java.lang.String jobId)