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)
ILauncher
initialize
in interface ILauncher
mConfig
- the configurationpublic void close()
ILauncher
public boolean killJob(java.lang.String jobID)
ILauncher
public Twister2JobState launch(JobAPI.Job job)
ILauncher
protected boolean setupWorkingDirectory(java.lang.String jobId)