Package | Description |
---|---|
edu.isi.pegasus.planner.cluster.aggregator |
Modifier and Type | Class and Description |
---|---|
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.
|