Sponsored Content
Special Forums UNIX and Linux Applications High Performance Computing How to check performance of your HPC cluster? Post 302643183 by albertspade on Friday 18th of May 2012 03:22:00 PM
Old 05-18-2012
How to check performance of your HPC cluster?

Hello Everybody,

I have few queries :

Do you have any idea how to check the performance of HPC cluster having mpich on top of centos 6.2?
Are there any standard programs (like FFT, graphics rendering etc) to check the performance of mpi cluster with single node and multiple nodes?
Can we check the performance of single core and dual core?
Can we benchmark small cluster of 4 nodes or is benchmarking softwares are only for big clusters?

Thanks..
 

8 More Discussions You Might Find Interesting

1. Solaris

Performance check without a counterpart

Hi, is it possible to check out the speed limits of a box without a remote peer for netio and stuff? I transferred 1 Terrabyte last night, which is not really much and need to find the bottleneck. The remote server is soon going to retire, yet I need to copy the 8T to the new machine. This... (9 Replies)
Discussion started by: PatrickBaer
9 Replies

2. Shell Programming and Scripting

how to check all the applications are in cluster using shell script

Hi I have an application running in four different node.The server is tomcat.Each node in each tomcat server.How do i check whether all the nodes are in cluster using shell script. any command to check this would be of great use.:) (2 Replies)
Discussion started by: ahamed
2 Replies

3. Shell Programming and Scripting

Monitoring script to check if cm cluster is up or not.

hi guys have this little problem, need some help from script gurus. basically I'm running hpux cmviewcl command, cmviewcl command will produce db1pkg up running enabled box1 my script PSV='box1' STAT='up' check_db1pkg() { # assign cmviewcl output... (2 Replies)
Discussion started by: sparcguy
2 Replies

4. UNIX for Dummies Questions & Answers

How to check if the server is on a Cluster

Hi im connecting to a datacenter remotely. is there a command to know if the server is on a cluster? i want to know the command to use in these OS(hp-ux,solaris,linux) Thanks (6 Replies)
Discussion started by: jinslick25
6 Replies

5. Linux

Cluster check

I am working on a Linux server and want to check the cluster status. I dont know how many server is in cluster and what is the command to check. could you please help me to get the cluster status? (4 Replies)
Discussion started by: anshu ranjan
4 Replies

6. AIX

How to check if a filesystem is part of a cluster

Hello, - How do I know if a filesystem is part of a cluster? - Or do I have to check if the vg related to the fs is part of a cluster instead? if so, how do I check it? - I would also need to check if there are vxfs type inside aix machines and if there are, how do I know if that type of... (2 Replies)
Discussion started by: asanchez
2 Replies

7. Red Hat

How to check performance?

Hi, all What would be the a,b,c in troubleshooting slow performance on RH box, I type and it became really slow, what commands or log files to examine. What parameters to check? Thanks all T (2 Replies)
Discussion started by: trento17
2 Replies

8. Solaris

System Check Performance Tuning

Hello Forum, Well I am fairly new to this Solaris os thing. One thing I would like to check for system health and performance. I know the codes like prstat,vmstat,sar,iostat,netstat,prtdiag -v, What else does a want to be sys admin have to look for when checking a solaris box? I know... (3 Replies)
Discussion started by: br1an
3 Replies
KANIF.CONF(5)					      kanif.conf configuration file for kanif					     KANIF.CONF(5)

NAME
kanif.conf - configuration file for kanif SYNOPSIS
$HOME/.kanif.conf, /etc/kanif.conf or /etc/c3.conf DESCRIPTION
kanif.conf is the configuration file for kanif. It is optional and only helps the management of static clusters (configurations that do not change much over time). It mimics the syntax of C3 configuration file. It is composed of a sequence of one or more cluster definitions. Each cluster definition is made of the word "cluster" followed by the cluster name and, enclosed in a pair of curly braces : o the front node specification. This is either: o a simple hostname which can be reached from the inside of the cluster (compute nodes). o two names separated by a colon. The first name is the name used from the outside to log on the front node (not used by kanif). The second is the name used from the cluster compute nodes to reach the front node. o an hostname with a colon prepended. This is used for indirect clusters. These are not supported by kanif at this time. o zero or more compute nodes specifications: o a simple hostname (anything that is not of the following form) o an host set made of a prefix, a range and a suffix. o an exclude directive that must follow an host set or another exclude directive. This is made of the word "exclude" followed on the same line by either a single number or an interval between brackets. This applies to the range of the preceding host set. If the exclusion is an interval, the separator between the word "exclude" and this exclusion is optional. o a dead node. The word "dead" followed by the name of the dead node on the same line. Notice that all nodes excluded (using exclude directives or dead nodes) will not take part of the deployment, but are still taken into account in cluster ranges when giving machines specifications to kanif (they are kind of placeholders). This is the interest of specifying nodes as dead or excluded rather than dropping them from the definitions. EXAMPLE
cluster megacluster { # The # character introduce comments megacluster-dev megacluster0[1-9] megacluster[10-64] } cluster supercluster { super-ext:super-int exclude # The host "exclude" super[01-99] exclude 02 # "super02" is excluded exclude[90-95] # "super90" to "super95" are excluded dead # The host "dead" dead othernode # "othernode" is dead } SEE ALSO
kanif(1), taktuk(1) AUTHOR
The author of kanif and current maintainer of the package is Guillaume Huard. Acknowledgements to Lucas Nussbaum for the idea of the name "kanif". COPYRIGHT
kanif is provided under the terms of the GNU General Public License version 2 or later. perl v5.14.2 2012-06-22 KANIF.CONF(5)
All times are GMT -4. The time now is 10:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy