Uses of Class
edu.isi.pegasus.planner.cluster.aggregator.Abstract
-
Packages that use Abstract Package Description edu.isi.pegasus.planner.cluster.aggregator -
-
Uses of Abstract in edu.isi.pegasus.planner.cluster.aggregator
Subclasses of Abstract in edu.isi.pegasus.planner.cluster.aggregator Modifier and Type Class 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.
-