|
[Sponsors] |
August 28, 2007, 12:44 |
which cluster OS?
|
#1 |
Guest
Posts: n/a
|
Hi everybody,
We are searching a good OS for a cluster which will eventually scale thousands of processors. This cluster will be primarily for running MPI-based codes on a Myrinet MX and higher connection system. To ease the task of our technical support we are thinking about linux-based OS on bootable CD or DVD like ClusterKnoppix or ParallelKnoppix such that no installation will be required and an easy upgrade is possible. What is your opinion? Thanks a lot in advance. |
|
August 28, 2007, 14:35 |
Re: which cluster OS?
|
#2 |
Guest
Posts: n/a
|
> What is your opinion?
Depends on the rest of the decisions because the OS is not important on the nodes of a computational cluster. The first 4 parallel computers I used had no OS running on the nodes at all. Red Hat (i.e. RHEL, Centos or ScientificLinux) is the most common OS running on larger computational clusters and therefore is probably the easiest to support for large clusters. If you are new to clustering then going with a widely used cluster project might be wise. I would not recommend going with small or dead cluster projects. ClusterKnoppix looks dead and is based on OpenMosix which has been end-of-lifed. ParallelKnoppix is alive but small and likely to die when whoever is behind it loses interest. |
|
August 29, 2007, 02:38 |
Re: which cluster OS?
|
#3 |
Guest
Posts: n/a
|
regarding to diskless cluster, look at: http://www.clustermatic.org/
|
|
August 29, 2007, 10:21 |
Re: which cluster OS?
|
#4 |
Guest
Posts: n/a
|
Try the following;
http://www.rocksclusters.org http://oscar.openclustergroup.org/ http://www.yaci.org/ |
|
August 30, 2007, 11:25 |
Re: which cluster OS?
|
#5 |
Guest
Posts: n/a
|
Thank you very much to all of you!
|
|
September 7, 2007, 08:56 |
Re: which cluster OS?
|
#6 |
Guest
Posts: n/a
|
>The first 4 parallel computers I used had no OS running on the nodes at all.
Really? That sounds interesting. I am aware of a variety of options for diskless clusters, loading the OS from eprom, floppy, or CD to RAM, but no OS at all is news to me. How does the master machine control the hardware (processor, network interface, memory a.s.o) on the node without any OS residing in the node's RAM? |
|
September 7, 2007, 15:31 |
Re: which cluster OS?
|
#7 |
Guest
Posts: n/a
|
> How does the master machine control the hardware (processor, network
: interface, memory a.s.o) on the node without any OS residing in the node's : RAM? It doesn't. It simply sends to messages to the nodes via whatever hardware is in being used. The nodes in turn simply send message to their neighbours via whatever hardware is in use. On each node all that runs is a single copy of the slave program writen in C, Fortran or whatever. The small amount of hardware driver code that would usually be in the kernel is linked to the slave program. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Parallel cluster solving with OpenFoam? P2P Cluster? | hornig | OpenFOAM Programming & Development | 8 | December 5, 2010 17:06 |
How to install the OpenFoam in the cluster. Please help me! | flying | OpenFOAM Installation | 6 | November 27, 2009 04:00 |
Linux Cluster Performance with a bi-processor PC | M. | FLUENT | 1 | April 22, 2005 10:25 |
To Jonas: Linux Cluster | Mark Render | Main CFD Forum | 1 | June 20, 2002 05:19 |