File: package.html

package info (click to toggle)
libpj-java 0.0~20150107%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,388 kB
  • sloc: java: 99,543; ansic: 987; sh: 153; xml: 26; makefile: 13; sed: 4
file content (24 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<HTML>
<HEAD>
<TITLE>Package edu.rit.pj.job</TITLE>
</HEAD>
<BODY>

<P>
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.

<P>
To run a group of jobs,
first write a subclass
of class <A HREF="JobGenerator.html">JobGenerator</A>
to generate instances of class <A HREF="Job.html">Job</A>.
Then run the <A HREF="Runner.html">Runner</A> program,
specifying the JobGenerator subclass.
The program runs the generated jobs in parallel.

</BODY>
</HTML>