Cray's New Solid State Storage
Sivar writes: "Cray, a well known vendor of extremely fast supercomputing hardware, has introduced a storage system with a 224 GB capacity. The large size seems impressive, but the device can also transfer an unprecedented 80GB(!!) every second. That's more bandwidth than the main memory of most servers, and it's just for storage. For comparison's sake, a typical dual channel DDR motherboard has a bandwidth capacity of barely 4.2GB/sec." Yow.
Heh
-- Dan
yeah, and computers are just arrangements of existing silicon, copper, aluminum....
anyone else find it hilarious that the site is slashdotted?
:)
I know its probably hosted by someone else but come on just the idea that we slashdotted a cray is awesome
$sig=$1 if($brain =~
Get one of these, downgrade your system to 8MB RAM, and run everything from swap...
Watch your system's responsiveness double.
Computer Science is no more about computers than astronomy is about telescopes. --E. W. Dijkstra
It might use a technology known as MEMS which is probe based storage. Probe-based storage system supports probe-based reading and writing of bits, is based on non-rotating media and initially
expected to support storage densities on the order of 100 to 300 Gbit/inch2. The storage
devices are envisioned as two rectangular sleds, one with storage media and the other
with a sparse array of very small read-write heads, in the range of thousands to millions.
Seeks will require x and y motion of one of the sleds relative to the other. These devices
are intrinsically highly parallel because some or all of the heads will be able to operate
simultaneously. [MEMS Modeling]
I guess that using standard measurements (GB and GB/sec) just isn't intuitive enough! But why use the humane genome as a reference? Is that REALLY more intuitive to most people? Does anyone (besides geneticists) really understand how much information is in the human genome?
I dunno... What do you wanna do?
I can hear it now...
/.: "What kind of server do you run?"
C: The new super duper Cray with the new 224 gig storage system moving data around at 80GB!!
/.: "Whats your connection to the net like?"
C: 256kb DSL line, why?
/.: "...."
and transfer data at a rate equivalent to 100 Human Genomes per second.
....
Yeah but then so can a fully laden school bus
Library of congress is that...
The Kruger Dunning explains most post on
hell, I can fill up 224 gigs - people actually doing useful things with it certainly will be able to.
sic transit gloria mundi
I can transmit my whole genome in a few seconds, While the silicone guys find ways of speeding this benchmark up, I'm looking for ways of slowing it down.
The CPU gets stuff from the cache.
The cache gets stuff from the RAM.
The RAM gets stuff from the hard drive.
The solid state machine won't act like faster memory, making cache misses cost less. It will act like a faster hard drive, making page faults cost less. Using this stuff as a substitute for RAM will slow down your computer unless you have it hard-wired into your system's bus in place of RAM.
ncludes a 224-gigabyte Solid State Disk (SSD) with a data transfer rate of 80 gigabytes per
second
can hold 27 copies of the Human Genome and transfer data at a rate equivalent to 100
Human Genomes per second
Ok, so can it hold more data than it can transfer in a second, or can it transfer more data in a second than it can hold? Pick one, boys.
The siliCONE guys might help to shave a couple seconds off your time. It's the siliCON guys who do the computer thing.
It seems to me that many people here have no idea what a true supercomputer (or more specifically, a Cray) is or what makes it different from a simple cluster. Here's a few things to think about:
- Crays do not have monitors. They do not have keyboards, or mice.
- Crays do not run Windows. Crays do not run Linux. Crays usually run UNICOS, a special *nix designed specifically for Crays.
- Crays communicate with the outside world through a host terminal, like a SGI workstation, or something similar to that. Crays DON'T HAVE CD-ROM DRIVES!
- Nobody but those with 8-9 figure incomes get to buy a Cray. They cost MILLIONS, and the higher end ones can cost many many tens of millions.
- Pretty much the type of people that WOULD buy a Cray would be the government, and very very large corporations. Sorry, guys.
- Simply connecting 30 PCs together in a cluster will result in a nice, fast supercluster, but it won't come close to a Cray, because Crays are designed from the beginning to be as parallel as possible. Face it: beowulf clusters really can't make the best use of the contained hardware because the hardware wasn't designed to be so distributed.
- Be impressed with Crays. Be very impressed.
-James
(to diverge ever so slightly)
"Bioinformatics is the dot-com boom all over again..."
I think not.
There is quite a market for bioinformatics. My employer spends around 5 billion USD a year on pharma R+D. Much of that money is used in traditional "brute-force" type attacks of screening many compounds against many targets.
There is tremendous potential for savings through bioinformatics, and the evidence is working its way through pharma pipelines as we speak.
While there may be as much hype around bioinformatics, the field is solving a genuine problem for a mature, well-funded industry, unlike the dot-com book which speclated on products many didn't want with money that didn't exist.
Not really - consider SGI's servers, for instance. The Origin 3800 can handle 1 TB of RAM -- but it's a CC-NUMA machine, meaning you have to go through an intermediate router (don't think Internet; much faster) to get to the memory. SGI machines have a limit of 8GB per processor "brick", and their bricks interconnect at 1.6 or 1.2GB/s.
Then consider the SunFire 15K - it's an SMP machine; processors fit on boards that can contain up to 32GB of RAM; after that, you have to go off-board through a switch to get to other memory. Each system board has about 9.6GB/s of offboard memory access speed.
In short, Cray isn't tooting needlessly - this is impressive bandwidth to the memory. Latency is probably fairly high on it, but for streaming vast quantities of data in and out of local storage, it's probably amazingly nice.