Package edu.rit.pj.job

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.

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 Description

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.



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.