Beowulf [Archive] - C Board

PDA

View Full Version : Beowulf


stautze
05-31-2002, 03:17 AM
Does any one here have any experience with parallel programming? Specifically PVM. I am working on distributed system right now, and I had a few questions.

Lynux-Penguin
06-02-2002, 01:26 AM
Linux magazine did an article on that.
What *specific* kind of parallel programming are you talking about?

stautze
06-03-2002, 01:36 AM
I am using the PVM (Parallel Virtual Machine) library to divide processes amongst the nodes in the cluster.

As to what types of programs, I am game to try any. Right now we are still working on tweaking the hardware, so I am writting code that will hopefully test the overall performance of the system.

stautze
06-18-2002, 04:19 AM
I am still trying to sort out the hardware. Does anybody know how to share a root directory to multiple systems with nfs.

TK
06-19-2002, 09:00 AM
Add an entry to the /etc/exports file to share the distribution directory you created.