File: package.html

package info (click to toggle)
libpj-java 0.0~20150107%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 13,396 kB
  • sloc: java: 99,543; ansic: 987; sh: 153; xml: 26; makefile: 10; sed: 4
file content (29 lines) | stat: -rw-r--r-- 712 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
25
26
27
28
29
<HTML>
<HEAD>
<TITLE>Package edu.rit.clu.network</TITLE>
</HEAD>
<BODY>

Package edu.rit.clu.network
contains sequential and cluster parallel programs
for network algorithms.

<P>
The cluster parallel programs in this package use Parallel Java (PJ)
in package <A HREF="../../pj/package-summary.html">edu.rit.pj</A>.

<P>
To compare cluster parallel programming in Java/PJ
with cluster parallel programming in C/MPI,
the following programs are provided (source files only):
<UL>
<LI>
<A HREF="doc-files/FloydSeq.c" TARGET="_top">FloydSeq.c</A> --
Sequential version.
<LI>
<A HREF="doc-files/FloydClu.c" TARGET="_top">FloydClu.c</A> --
Cluster parallel version.
</UL>

</BODY>
</HTML>