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?
Thats 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.
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 processors 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 multithreaded 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.
Just install whatever Windows they come up with for it -- that will take care of that runaway computing power.
This has been a fleeting rumor since back in the days of DOS, show me the money!!!!!
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.
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.
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
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 ...
The concept of “supercomputer” is a moving target. What we use every day on our desktops was once considered “supercomputer” power.
Start from here: Beowulf cluster
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?
Thank you for the info ;)
MJ
I suspect some clever folks would have Linux ported to it ASAP.
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.