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 30 31 32 33 34
|
<HTML>
<HEAD>
<TITLE>Package edu.rit.clu.monte</TITLE>
</HEAD>
<BODY>
Package edu.rit.clu.monte
contains sequential and cluster parallel Monte Carlo programs.
<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/Random.c" TARGET="_top">Random.c</A> --
Pseudorandom number generator.
<LI>
<A HREF="doc-files/Random.h" TARGET="_top">Random.h</A> --
Header file for the above.
<LI>
<A HREF="doc-files/PiSeq.c" TARGET="_top">PiSeq.c</A> --
Sequential version.
<LI>
<A HREF="doc-files/PiClu.c" TARGET="_top">PiClu.c</A> --
Cluster parallel version.
</UL>
</BODY>
</HTML>
|