LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   is cluster computing possible in two RH8 machines? how? (https://www.linuxquestions.org/questions/linux-general-1/is-cluster-computing-possible-in-two-rh8-machines-how-65599/)

kublador 06-14-2003 01:41 PM

is cluster computing possible in two RH8 machines? how?
 
i have 2 PC's with different specs..
but the same RH8 OS..
RH8 2.4.18-14
what should i do to start clustering computing?
is it possible in RH8?
what software should i download?
pls help me.. just trying to use it as my thesis..
thank you very much..
God bless!!

bdp 06-14-2003 06:22 PM

You can successfully cluster 2 machines in RH8, for example 1 master node and one slave machine. Try the following link for details:

http://www.linux-consulting.com/Cluster/

kublador 06-15-2003 11:15 AM

have you tried it in redhat? so what software should i install to make it work?

kublador 06-15-2003 11:23 AM

can someone give me a website about clustering in RH8 2.4.18-14 from the start...

camelrider 06-15-2003 12:40 PM

Is this what you're looking for?

http://openmosix.sourceforge.net/

kublador 06-16-2003 03:44 AM

kewl! got it! thanks....
im using RH8 kernel 2.4.18-14 (stock RH8)

what should i download:

openMosix-kernel-2.4.18 2.4.18-4
openMosix-kernel-2.4.19 2.4.19-7
openMosix-kernel-2.4.20 2.4.20-3

there is no 2.4.18-14 eh? what should i do now?
will the 2.4.18-4 work to my kernel?
thank you very much

bdp 06-16-2003 11:54 PM

Openmosix looks interesting, camelrider thx for that link. Kublador, you might want to investigate the difference between openmosix and LAM/MPI, they are very different types of clustering.

kublador 06-18-2003 02:12 AM

hmmmmmmmm LAM/MPI? what is that? ;)

SenorPedo 06-18-2003 11:05 PM

Really the question to ask yourself is why you want to cluster your machines. MPI (Message Passing Interface) is a programming tool in the form of libraries that can be used in C/C++ and Fortran (and I've heard there is a version for Java, but that may be PVM, Parallel Virtual Machine, something similar).

When you write your code with MPI, you explicitly tell it how to break up individual tasks between processors. If you don't have code that is written as parallel code, you won't see any advantage from using multiple processors. If you're interested in this, you should check out the MPICH home page, http://www-unix.mcs.anl.gov/mpi/mpich/indexold.html

OpenMosix is very different. With this, it isn't necessary to write special parallel code. When a process is spawned, it is automatically migrated to the processor with the most available resources. Even so, unless you are attempting to solve a large problem, the communication time will most likely dominate any savings you may be gaining in computation time. If you want to play around with this, get the openMosix-kernel-2.4.18 package from the openmosix page. The -14 in your kernel is just saying that RH played around with custom kernels before deciding on that one as their stock kernel.

All in all, unless you're attempting to solve some kind of large problems, you won't see any gain from clustering your machines. It is fun to play around though.

kublador 06-19-2003 10:26 AM

got it.. hmmmmmmm
gotta figure out the /etc/openmosix.map file... grrrr
thanks all =)
God bless!


All times are GMT -5. The time now is 11:45 PM.