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