|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| Job | Class Job encapsulates a job and its attributes. |
| JobGenerator | Class JobGenerator is the abstract base class for an object that generates a group of Jobs. |
| Runner | Class Runner is a parallel program that runs, in parallel, a group of Jobs created by a JobGenerator. |
Package edu.rit.pj.job contains contains programs and classes for running groups of independent jobs on shared memory multiprocessor (SMP) parallel computers, cluster parallel computers, and hybrid SMP cluster parallel computers.
To run a group of jobs, first write a subclass of class JobGenerator to generate instances of class Job. Then run the Runner program, specifying the JobGenerator subclass. The program runs the generated jobs in parallel.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||