Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.cluster | |
edu.isi.pegasus.planner.cluster.aggregator |
Modifier and Type | Field and Description |
---|---|
private JobAggregator |
AggregatedJob.mJobAggregator
Handle to the JobAggregator that created this job.
|
Modifier and Type | Method and Description |
---|---|
JobAggregator |
AggregatedJob.getJobAggregator()
Returns the JobAggregator that created this aggregated job.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregatedJob.setJobAggregator(JobAggregator aggregator)
Sets the JobAggregator that created this aggregated job.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Horizontal.logRefinerAction(AggregatedJob clusteredJob,
JobAggregator aggregator)
Records the refiner action into the Provenace Store as a XML fragment.
|
Modifier and Type | Class and Description |
---|---|
class |
Abstract
An abstract implementation of the JobAggregator interface, which the other
implementations can choose to extend.
|
class |
MPIExec
This class aggregates the smaller jobs in a manner such that
they are launched at remote end, by mpiexec on n nodes where n is the nodecount
associated with the aggregated job that is being lauched by mpiexec.
|
class |
SeqExec
This class aggregates the smaller jobs in a manner such that
they are launched at remote end, sequentially on a single node using
seqexec.
|
Modifier and Type | Method and Description |
---|---|
static JobAggregator |
JobAggregatorFactory.loadInstance(ADag dag,
PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user
at runtime in the properties file.
|
JobAggregator |
JobAggregatorInstanceFactory.loadInstance(Job job)
Returns the appropriate handle to the JobAggregator that is to be used
for a particular type of job.
|
static JobAggregator |
JobAggregatorFactory.loadInstance(String className,
ADag dag,
PegasusBag bag)
Loads the implementing class corresponding to the class passed.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.