What does high performance computing mean?

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications High Performance Computing What does high performance computing mean?
# 1  
Old 01-26-2010
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" sounds like the edge we need today. I will be very happy to see more activity in here.
# 2  
Old 01-28-2010
# 3  
Old 01-28-2010
HPC can mean anything you want it to be.

In general "High Performance" is relative to the state-of-the-art.

What is "High Performance" today is generally "Old Hat", 5 years from now.... Smilie
This User Gave Thanks to Neo For This Post:
# 4  
Old 02-05-2010
Quote:
Originally Posted by Neo
HPC can mean anything you want it to be.

In general "High Performance" is relative to the state-of-the-art.

What is "High Performance" today is generally "Old Hat", 5 years from now.... Smilie
That may be true if you look only at the hardware. The other part of HPC is the software which is tweaked to actually fully use the hardware capabilities: that most people have the equevalent of a 10-year-old Supercomuter under their desk does not mean they are doing high performance computing...
# 5  
Old 02-05-2010
Quote:
Originally Posted by Andre_Merzky
.....:\ that most people have the equevalent of a 10-year-old Supercomputer under their desk does not mean they are doing high performance computing...
Yes... based on your perspective.

However, as I said "High Performance Computing" is a term which is subjective according to the user and/or the marketing objectives of the company using it.
# 6  
Old 02-06-2010
Quote:
Originally Posted by Neo
However, as I said "High Performance Computing" is a term which is subjective according to the user and/or the marketing objectives of the company using it.
We can probably discuss endlessly, and its fine if we have a different perspective on the topic. But for the sake of discussion, I'd like to reply anyway: it is the area I am working in, and I have thus some vested interest to represent it in a way I deem correct, but also I am interested to see how other people perceive the topic.

I absolutely grant you that the term HPC has a variable definition, in the sense that (a) problems and computers perceived as HPC vary over time, and (b) that it is often used as a marketing label. But that can be said for many aspects in IT: security, Cloud Computing, Grid Computing, P2P, ...

That does not mean that there is not a clear definition, or at least a clear understanding, on what HPC encompasses: in general, it is the area in IT which tries to solve advanced computational intensive problems on clusters or supercomputers.

Now, 'advanced computational problems' - that's a flexible term, and 'clusters' have not been around a couple of years ago, and who knows what the HPC resources will look like in 5 years. But people working in the area have a pretty good understanding of what advanced problems are (no obvious satisfyingly performant solution known on commodity hardware), and of what clusters and supercomputers are.

Best, Andre.

Last edited by Andre_Merzky; 02-06-2010 at 03:30 AM.. Reason: typo
# 7  
Old 02-06-2010
Good post.

On these topics, I find the definition of the term is relative to where the person "sits".

For example, HPC to a web architect is very different than HPC to an ASIC designer and is also very different to a trading systems architect. That is why I said the use of the term is relative.

The same is true for other TLA, like SOA, for example. To a CIO, a "service" might be defined as a massive globa IT system. To the web architect, a "service" might be a payment gateway. To a programmer, a "service" might be a piece of code in an object oriented design library. To a chip designer, a "service" might be a graphics card on the motherboard bus.

"High Performance" is relative to the application, which is very different depending on where you "sit". This is also very true for the term "computing".

These terms are relative to the level of architectural and application abstraction and granularity.

This concept is hard for many people to grasp, especially those who work in a specific area and who define terms based on their own perspective; and often this is a major cause of problems in IT systems design because people tend to forget that the perspective of the user defines their worldview.

Another way of saying this is "All politics are local."
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. High Performance Computing

High Performance Computing

I am interested in setting up some High Performance Computing clusters and would like to get people's views and experiences on this. I have 2 requirements: 1. Compute clusters to do fast cpu intensive computations 2. Storage clusters of parallel and extendable filesystems spread across many... (6 Replies)
Discussion started by: humbletech99
6 Replies

5. 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

6. 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
Login or Register to Ask a Question