Sponsored Content
Full Discussion: High Performance Computing
Special Forums UNIX and Linux Applications High Performance Computing High Performance Computing Post 302278831 by otheus on Wednesday 21st of January 2009 09:22:27 AM
Old 01-21-2009
So this problem used to be rather "simple". Just use some CPU metric (MPIS, FLOPS, SPECint, SPECfloat, whatever) and divide it by the cost of a computer. Then we had a clear choice: 2 CPUs per "1U" system. Now the choice has expanded to cores per chip and we have 2, 4, and even 8-way systems (AMD). You could build a rack of Sunx6400, each containing 64 cores. But we also shouldn't forget Sun's T1 processor line, with 128 "virtual" cores.

Further complicating the issue: cost is no longer just for the compute node. Now you have to consider the networking costs between them. 100 Mbit Ethernet switches are cheap, but may not be suitable for a cluster of very fast machines. Infiniband gives you great performance, but scaling is very expensive -- just the cabling alone can cost as much as your CPUs!

Further complications: the operating costs of cooling and electricity are not insignificant. For every watt used by the CPU, you can count on needing 2 watts to cool it (depends on the climate you're in). Thus, if every computer node requires 1.5 A, and you have 256 compute nodes, you will need 1.5 * 256 * 3 = 1152 Amps of power and maybe 2 30-ton chillers.
 

6 More Discussions You Might Find Interesting

1. AIX

Performance Problem - High CPU utilization

Hello everybody. I have a problem with my AIX 5.3. Recently my unix shows a high cpu utilization with sar or topas. I need to find what I have to do to solve this problem, in fact, I don't know what is my problem. I had the same problem with another AIX 5.3 running the same... (2 Replies)
Discussion started by: wilder.mellotto
2 Replies

2. High Performance Computing

IBM Scheduler for High Throughput Computing on IBM Blue Gene P

A lightweight scheduler that supports high-throughput computing (HTC) applications on Blue Gene/P. (NEW: 06/12/2008 in grid) More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

3. High Performance Computing

What does high performance computing mean?

Sorry, I am not really from a computer science background. But from the subject of it, does it mean something like multi processor programming? distributed computing? like using erlang? Sound like it, which excite me. I just had a 3 day crash course in erlang and "Cocurrency oriented programming"... (7 Replies)
Discussion started by: linuxpenguin
7 Replies

4. High Performance Computing

High performance Linkpack

hello everyone , Im new to HPL. i wanted to know whether High performance linpack solves linear system of equations for single precision airthmatic on LINUX. it works for double precision , so is there any HPL version which is for single precision.\ thanks . (0 Replies)
Discussion started by: rahul_viz
0 Replies

5. Emergency UNIX and Linux Support

Performance investigation, very high runq-sz %runocc

I've just been handed a hot potato from a colleague who left :(... our client has been complaining about slow performance on one of our servers. I'm not very experienced in investigating performance issues so I hoping someone will be so kind to provide some guidance Here is an overview of the... (8 Replies)
Discussion started by: Solarius
8 Replies

6. High Performance Computing

High Performance Linpack Compiling Issue

I'm trying to compile Linpack on a Ubuntu cluster. I'm running MPI. I've modified the following values to fit my system TOPdir MPdir LAlib CC LINKER. When compiling I get the following error: (the error is at the end, the other errors in between are because I've ran the script several times so... (0 Replies)
Discussion started by: JPJPJPJP
0 Replies
PMWHICHCONTEXT(3)					     Library Functions Manual						 PMWHICHCONTEXT(3)

NAME
pmWhichContext - identify the current PMAPI context C SYNOPSIS
#include <pcp/pmapi.h> int pmWhichContext(void); cc ... -lpcp DESCRIPTION
An application using the Performance Metrics Application Programming Interface (PMAPI) may manipulate several concurrent contexts, each associated with a source of performance metrics, e.g. pmcd(1) on some host, or an archive log of performance metrics as created by pmlog- ger(1). pmWhichContext returns a handle for the current PMAPI context, that may be used in the associated PMAPI routines that require a handle to identify a PMAPI context. SEE ALSO
PMAPI(3), pmDestroyContext(3), pmDupContext(3), pmNewContext(3) and pmUseContext(3). DIAGNOSTICS
PM_ERR_NOCONTEXT no current context Performance Co-Pilot PCP PMWHICHCONTEXT(3)
All times are GMT -4. The time now is 02:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy