08-06-2016
Jim,
Thanks so much. I understand that the question was a bit vague, but it was because of too much information about relevant and related technologies going around.
I could not ask clearly that I need to start with a simple cluster and then try out some of these sophisticated tools.
I will make use of the chart and the link about the MPICH cluster.
I can try it alright, but there is a potential problem in near future that I can foresee. I have an application to run with OpenMPI. So if I install a MPICH cluster, can I then Install OpenMPI and run the MPI application with it instead of MPICH implementation??
thanks again!!
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I'm running Vector Linux on this computer, and everythign works fine, except for the NIC. I run netconfig, and then when I reboot it says:
DC21140 at 0x9400(PCI BUS 0, device 11) h/w address 00:00:C0:2E:13:dC, and reqquires IRQ 9(provided by PCI BIOS)
Setting up net subsytems.
... (5 Replies)
Discussion started by: Corey
5 Replies
2. UNIX for Dummies Questions & Answers
I have installed Linux 7.2 and win 2000 but it only boot up with win 2000 . . could someone plz, help me out i know i have to change the settings in Lilo but how do i get access to the system i have created an startdisk but it tries to reinstall the system all the time, the system is alredy in but... (1 Reply)
Discussion started by: sajjan2
1 Replies
3. UNIX for Advanced & Expert Users
Dear All Experts,
Would like to know the maturity/ stability of Redhat Linux AS 3.0 and Solaris.
My organization need to setup cluster solution. We are well-versed with Veritas Cluster on Solaris.
We are thinking of waiting for certification support of the various ISV like Oracle, Veritas... (3 Replies)
Discussion started by: izy100
3 Replies
4. Red Hat
Hi
With ur support and co-operation i have installed Redhat linux enterprise edition 4.0 in my home PC
Can some one tell me what is Yum installer and what are its adavantages, and wher can i get that downaload and how to install it ( many queries at a time, but im very new to linux)
And also... (6 Replies)
Discussion started by: balumankala
6 Replies
5. Red Hat
Hello Professionals,
We have high-end HP rack servers. We need to provide application fail-over for business continuity.
We have done benchmarking of the application on RHEL 5.2 on HP servers to estimate the hardware requirement so as to meet next 3-5 years business growth.
Presently we... (1 Reply)
Discussion started by: kgayyar
1 Replies
6. Fedora
Hi Friends,
This is my first ever post on this forum. I am a new user in the Linux field. Although, I have been working for sometime with CentOS at my work, I would consider myself an amateur only in this field. :D
The way file system works in linux and the reason its open-source, has really... (7 Replies)
Discussion started by: rohitrajjain
7 Replies
7. UNIX for Dummies Questions & Answers
hi guys
Some time ago I used Linux HA(Heartbeat) to setup like 3 cluster.
Now I have to install another 2 cluster and was checking more info to be sure HA was still used but I found some other stuff like OpenAIS - Corosync - Pacemaker to tell you the truth I am kinda confused here
I get... (0 Replies)
Discussion started by: karlochacon
0 Replies
8. UNIX for Dummies Questions & Answers
Hey guys, I need help with simple unix commands. I'm a newbie to Unix and don't know these commands. Any help is appreciated.
1. Logon to Linux.
2. Create a directory "Unix" under your home directory.
Command(s): ………………………………………….
3. Create four... (1 Reply)
Discussion started by: loverangerguy
1 Replies
9. Linux
Hi,
I have done the OS clustering in linux redhat 5.6, my one node is down and when i am trying to reboot the other node it is not coming up. any pointer to this would be helpful.
the SAN storage luns are not coming as mounted (2 Replies)
Discussion started by: mohitj.engg
2 Replies
10. Ubuntu
Dear,
Please help me to configure application clustering in linux ubuntu. Application is running apache server.
Please help
Jewel
---------- Post updated at 01:07 PM ---------- Previous update was at 12:48 PM ----------
linuxvirtualserver dot org
in this link i go there's three... (2 Replies)
Discussion started by: Jewel100
2 Replies
LEARN ABOUT DEBIAN
clmresidue
clm residue(1) USER COMMANDS clm residue(1)
NAME
clm residue - extend clustering of subgraph to clustering of graph.
clmresidue is not in actual fact a program. This manual page documents the behaviour and options of the clm program when invoked in mode
residue. The options -h, --apropos, --version, -set, --nop are accessible in all clm modes. They are described in the clm manual page.
SYNOPSIS
clm residue -icl fname (input clustering) -imx fname (input graph) [-rpm fname (residue projection matrix)] [-o fname (output clustering
file)]
DESCRIPTION
The cluster file presumably contains a clustering of a subgraph of the graph G contained by the matrix file, implying that the row domain of
that clustering is a subset of the node domain of the graph. clm residue will compute a simple upwards projection of that clustering,
resulting in a clustering of G.
OPTIONS
-imx fname (input graph)
-icl fname (input clustering)
-rpm fname (residue projection matrix)
The name for the file in which the residue projection matrix is stored. It contains for each node and for each cluster in the input clus-
tering the combined weight of the (edges to the) neighbours of that node in that cluster. The default output file name is out.rpm.
-o fname (output clustering file)
The name for the file in which the majority vote projection clustering is stored. Aka the majority vote projection clustering storage file
name.
This embodies a very crude approach to distributing the missing nodes in the input clustering onto that same cluster. For each node, the
cluster is taken for which the residue projection is the largest (see above). The residue (i.e. the set of missing nodes) is initially
viewed as a cluster; the set of nodes for which the projection is largest for the residue itself will form a new cluster, if it is not
empty.
By default output is sent to STDOUT.
AUTHOR
Stijn van Dongen.
SEE ALSO
mclfamily(7) for an overview of all the documentation and the utilities in the mcl family.
clm residue 12-068 8 Mar 2012 clm residue(1)