PyBrenda 0.4.0 alpha: C-Linda-like system for parallel processing

pybrenda@wormhole.snurgle.org pybrenda@wormhole.snurgle.org
Mon, 02 Aug 99 02:05:12 GMT


Web site:  http://www.snurgle.org/~pybrenda/

This is an alpha release.


+ What is PyBrenda?

PyBrenda is a system for easily doing parallel computation using the
Python programming language.  It is somewhat similar to the C-Linda
language; it uses the notion of "tuple space" to simplify the
interactions among processes.

PyBrenda coordinates requests for more processors to be involved in
computations and facilitates data sharing among those processors.

+ What do I need to use PyBrenda?

PyBrenda only runs on UNIX systems.

At minimum, you will need Python 1.5.  For parallel computing, you
will require at least two computers networked together.  Ideally these
computers (and you) would have access to a network drive (e.g., via
NFS).  There must be identical paths to that drive on all machines
(i.e., identically-named mount points).  The rsh client and service
are also required for parallel computing.


== 
Milton L. Hankins  ><>

<P><A HREF="http://www.snurgle.org/~pybrenda/">PyBrenda 0.4.0 alpha</A> -
a system for easily doing parallel/distributed computation using the Python
programming language; somewhat similar to C-Linda.  (31-Jul-99)

-- 
----------- comp.lang.python.announce (moderated) ----------
Article Submission Address:  python-announce@python.org
Python Language Home Page:   http://www.python.org/
Python Quick Help Index:     http://www.python.org/Help.html
------------------------------------------------------------