Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

Coming soon: A supercomputer for the rest of us
ComputerWorld ^ | 09 September 2007 | Ben Ames

Posted on 09/10/2007 8:30:41 PM PDT by ShadowAce

What if your desktop computer could run 100 times faster than a PC and were simple enough for a high school student to program?

That’s not an idle question. Researchers at the University of Maryland have built a prototype of a “desktop supercomputer” that can do just that.

The new computer is at least three years from reaching commercial markets, but it could have a big effect in industries that process large loads of data. They include the pharmaceutical, aerospace, military and entertainment industries, for applications such as drug modeling, computer-aided design and digital content creation.

The Explicit Multi-Threading (XMT) computer combines the decades-old philosophy of using parallel computing algorithms with the huge number of transistors in modern processors.

XMT
A prototype of the Explicit Multi-Threading computer.

The machine uses three field-programmable gate array chips from Xilinx Inc. to represent a network of 64 ARM proc­essors that control dozens of threads of simultaneous computation, says Uzi Vishkin, a professor at the A. James Clark School of Engineering who built the machine with his graduate students.

The team is now trying to shrink the prototype, a license-plate-size board running at 75 MHz, down to a fingernail-size version running between 1 GHz and 2 GHz.

Team members took the first step toward that goal this summer by commissioning IBM to manufacture a CMOS silicon application-specific integrated circuit (ASIC) with an on-chip data interconnect network. The venture is funded with a grant from the U.S. Department of Defense, Vishkin says.

A Kid Could Do It

Even if they succeed in building a smaller version of the prototype, the researchers will face the challenge of teaching programmers how to write software for a multi­threaded system.

Many commercial software companies are already puzzling over a similar problem today as they try to adapt to the latest dual- and quad-core processors from Intel Corp. and Advanced Micro Devices Inc.

However, Vishkin says his system will be easier to program than applications for commercial multicore chips because the XMT algorithms appear to the operating system to be a single thread. “If you build it in a way that people cannot program it, it remains in the ivory tower of theory,” he says.

To prove his point, before the end of this year, Vishkin is planning to teach a class of high school students how to program the XMT using a version of the C programming language. He will teach college students to program the prototype in the first quarter of 2008.


TOPICS: Computers/Internet
KEYWORDS: supercomputer

1 posted on 09/10/2007 8:30:44 PM PDT by ShadowAce
[ Post Reply | Private Reply | View Replies]

To: rdb3; chance33_98; Calvinist_Dark_Lord; PenguinWry; GodGunsandGuts; CyberCowboy777; Salo; Bobsat; ..

2 posted on 09/10/2007 8:31:08 PM PDT by ShadowAce (Linux -- The Ultimate Windows Service Pack)
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce
What if your desktop computer could run 100 times faster than a PC and were simple enough for a high school student to program?

Just install whatever Windows they come up with for it -- that will take care of that runaway computing power.

3 posted on 09/10/2007 8:40:32 PM PDT by jiggyboy (Ten per cent of poll respondents are either lying or insane)
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

This has been a fleeting rumor since back in the days of DOS, show me the money!!!!!


4 posted on 09/10/2007 8:45:37 PM PDT by doc1019 (Fred Thompson '08)
[ Post Reply | Private Reply | To 1 | View Replies]

To: doc1019

Some problems are well suited to highly parallel processing, and some are not. Some operating systems are able to break out non-serial tasks and run them through multiple processors, and some are not. We tend to think through tasks serially, so we tend to write programs that way.

But converting that linear thinking and design into a highly parallel, multi threaded program is a very complex task, that simply might not be worth the effort when non-parallel, super-fast brute force can do the job. The rise of RISC (reduced instruction set computing) in highly optimized, superfast chips is a good example.


5 posted on 09/10/2007 9:07:38 PM PDT by MainFrame65 (The US Senate: World's greatest PREVARICATIVE body!)
[ Post Reply | Private Reply | To 4 | View Replies]

To: MainFrame65

Been working with parallel computing attempts for years. If the bearer can be broken … brute force will not be needed … nay, would be a hindrance.


6 posted on 09/10/2007 9:17:53 PM PDT by doc1019 (Fred Thompson '08)
[ Post Reply | Private Reply | To 5 | View Replies]

To: ShadowAce

I am still trying to figure out how to connect all of my MoBo/CPU into 1 unit (nothing below Pentium 4 or AMD ATHLONx2 3800-5600)...

Then I could have my own super computer ;)

MJ


7 posted on 09/11/2007 1:39:24 AM PDT by MrJapan
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce
Even it they produced these machines and put them on the market at a somewhat affordable price, I think they would mainly appeal to heavy users of computing power, such as graphics people.

For most folks who use a computer predominately for the Internet, they wouldn't help much, because the limitation would still be that we need faster broadband.

'course for those with Vista OS, more computing power might speed up the Visduh pig ...

8 posted on 09/11/2007 6:05:58 AM PDT by webschooner
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

The concept of “supercomputer” is a moving target. What we use every day on our desktops was once considered “supercomputer” power.


9 posted on 09/11/2007 6:52:13 AM PDT by TChris (Has anyone under Mitt Romney's leadership ever been worse off because he is Mormon?)
[ Post Reply | Private Reply | To 1 | View Replies]

To: MrJapan
>>>>>I am still trying to figure out how to connect all of my MoBo/CPU into 1 unit (nothing below Pentium 4 or AMD ATHLONx2 3800-5600)...Then I could have my own super computer ;)

Start from here: Beowulf cluster

10 posted on 09/11/2007 8:27:13 AM PDT by DTA (Advice to Condi: when you are in a hole, stop digging)
[ Post Reply | Private Reply | To 7 | View Replies]

To: ShadowAce
Even if they succeed in building a smaller version of the prototype, the researchers will face the challenge of teaching programmers how to write software for a multithreaded system.

However, Vishkin says his system will be easier to program than applications for commercial multicore chips because the XMT algorithms appear to the operating system to be a single thread.

I wish he'd make up his mind. Does it emulate current systems or will they have to teach programmers how to write multithreaded?

11 posted on 09/11/2007 8:43:15 AM PDT by Still Thinking (Quis custodiet ipsos custodes?)
[ Post Reply | Private Reply | To 1 | View Replies]

To: DTA

Thank you for the info ;)
MJ


12 posted on 09/12/2007 1:25:18 AM PDT by MrJapan
[ Post Reply | Private Reply | To 10 | View Replies]

To: Still Thinking

I suspect some clever folks would have Linux ported to it ASAP.


13 posted on 09/12/2007 3:29:13 AM PDT by Quix (GOD ALONE IS GOD; WORTHY; PAID THE PRICE; IS COMING AGAIN; KNOWS ALL; IS LOVING; IS ALTOGETHER GOOD)
[ Post Reply | Private Reply | To 11 | View Replies]

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson