Slashdot Mirror


US Supercomputer Uses Flash Storage Drives

angry tapir writes "The San Diego Supercomputer Center has built a high-performance computer with solid-state drives, which the center says could help solve science problems faster than systems with traditional hard drives. The flash drives will provide faster data throughput, which should help the supercomputer analyze data an 'order of magnitude faster' than hard drive-based supercomputers, according to Allan Snavely, associate director at SDSC. SDSC intends to use the HPC system — called Dash — to develop new cures for diseases and to understand the development of Earth."

13 of 72 comments (clear)

  1. Wow.. by i_want_you_to_throw_ · · Score: 2, Funny

    Imagine a beo...... umm.. nevermind

  2. Re:Problems to solve with it: by Barny · · Score: 2, Informative

    You not been following that thread enough, you will note the new patriot SSD have a 10yr warranty, but of course a "supercomputer" wouldn't use those.

    Other pci-e based SSD I have seen around give upto 50yr life span.

    Damage.Inc here btw

    --
    ...
    /me sighs
  3. Cost savings? by gabebear · · Score: 5, Insightful

    "Hard drives are still the most cost-effective way of hanging on to data," Handy said. But for scientific research and financial services, the results are driven by speed, which makes SSDs makes worth the investment.

    Why is the super computer ever being turned off? Why not just add more RAM?

    SSD is cheaper than DDR ( ~$3/GB vs ~$8/GB ), but also ~100 times slower.

    1. Re:Cost savings? by maxume · · Score: 2, Interesting

      It could be a technical issue (i.e., they are targeting simplicity). Hooking up 1 TB of SSDs involves 4 SATA cables, hooking up an additional terabyte of RAM involves finding special widgets that hold as much RAM as possible, and the parts to make them talk to the nodes.

      --
      Nerd rage is the funniest rage.
    2. Re:Cost savings? by MartinSchou · · Score: 4, Informative

      Space requirements.

      Biggest DDR3 SO-DIMM modules I could find were 4 GB. They are 30 mm x 66.7 mm and the standard allows for

      The DDR3 SO-DIMM is designed for a variety of maximum component widths and maximum lengths, refer to the applicable raw card for exact componet size allowed. Components used
      in DDR3 SO-DIMMs are also limited to a maximum height (as shown in dimension "A" of MO-207) of 1.35 mm. [page 19]

      You now have an absolute minimum size of 2,701.35 mm^3 (1.35 mm x 30 mm x 66.7 mm), or 675.3375 mm^3/GB. This is a very very idealized minimum by the way.

      An Intel 2½" drive is 49,266.28 mm^3 (100.4 mm x 7 mm x 70.1 mm) and currently maxes out at 160 GB leaving you with 307.91425 mm^3/GB. That's 46% of the space that would be needed for DDR3 RAM. Add to that that Intel's 2nd generation SSDs are only using one side of the PCB, and you can expect the storage space requirements to be halved.

      Then there's the fact that the SSDs are directly replaceable. In other words, they don't need to rebuild the computer, buy super special boards or anything like that - you can replace a harddrive with an SSD without having to spec out a new supercomputer.

      In the end, if you wanted to replace the system with something that could provide 1 TB of RAM per node, they would need a VERY expensive system. Even with 8 GB modules, you would need to somehow fit 128 of them onto a board. I'd really love to see the mother- and daughter-boards involved with that.

      In the end it doesn't just come down to raw price or speed of the storage device (RAM vs SSD vs HDD vs tape), but also all the other factors involved, such as space, power, heat and the stuff you need to use it (i.e. a brand new super computer that can support 1 TB RAM/node vs 48 GB at the moment.

      Or to use a really bad car analogy, some company has found out that using a BMW M5 Touring Estate gives them faster deliveries than using a Ford Transit. Now you're suggesting that they should be delivering stuff via aeroplanes. Yes, it's much faster, but you need a brand new transportation structure built up around this, which you also need to factor into your cost assessments.

    3. Re:Cost savings? by SpaFF · · Score: 3, Insightful

      There are plenty of reasons why supercomputers have to be shut down....besides the fact that even with generators and UPSes facilities outages are still a fact of life. What if there is a kernel vulnerability (insert 50 million ksplice replies here...yeah yeah yeah)? What if firmware needs to be updated to fix a problem? You can't just depend on RAM for storage. HPC jobs use input files that are ten's of Gigabytes and produce output files that can be multi Terrabytes. The jobs can run for weeks at a time. In some cases it takes longer to transfer the data to another machine that it takes to generate/process the data. You can't just assume that the machine will stay up to protect that data.

      --
      -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GIT d? s: a-- C++++ UL++++ P++ L+++ E- W++ N o-- K- w--- O- M+ V PS+ P
  4. Where and how is it used? by joib · · Score: 2, Interesting

    TFA isn't particularly detailed, beyond saying SSD's are used on "4 special I/O nodes".

    One obvious thing would be to use SSD's for the Lustre MDS while using SATA as usual for the OSS's. That could potentially help with the "why does ls -l take minutes" issue familiar to Lustre users on heavily loaded systems, while not noticeably increasing the cost of the storage system as a whole.

  5. Re:Problems to solve with it: by gabebear · · Score: 2, Informative

    The article says it's using intel SSDs hooked up via SATA, which come with the regular 3 year disk warranty.

  6. Re:Problems to solve with it: by nbert · · Score: 2, Informative

    My favorite computer magazine once tested an ordinary USB flash drive and it still worked after 16 million write cycles on the same file. Since they are using Intel SATA-SSD at SDSC I'm assuming that those drives are SLC, which last ~10x longer than (cheaper) multi-cell drives.

    But even if drives start to fail they'll just replace them like they do with any other supercomputer setup, so it's more a cost factor than a problem.

  7. Re:BS by pankkake · · Score: 2, Informative

    FLASH is about read access time. Throughput can be gotten far cheaper with conventional drives and RAID1.

    You mean RAID0. Note that you could do RAID0 with Flash drives and have both.

    --
    Kill all hipsters.
  8. Re:Problems to solve with it: by bubbaD · · Score: 2, Insightful

    "But that's okay, I'm sure English is your first/only language." That seems to be a really lame attempt to insult native English users. There's no grammatical rules against "problems to solve with it." Even "To problem solve with it" is acceptable because the rule against split infinitives is considered obsolete and old fashioned. English has amazing flexibility. It is the perl of human languages!

  9. Re:Exactly. Just use RAM. by dkf · · Score: 2, Interesting

    If their data sets are that big that they are working on, writing out interim results and reading those back in is going to really hurt.

    They're a supercomputing centre, so yes, the data sets are that big. And the users like taking copies of them and moving them around; there are even reasons for doing this that aren't linked to recovering from a crash (such as being able to rerun a simulation from part way through, rather than having to wade through the whole lot from the beginning).

    --
    "Little does he know, but there is no 'I' in 'Idiot'!"
  10. SSDs and databases by Richard_J_N · · Score: 2, Interesting

    I've just gone through the process of setting up a pair of servers (HP DL380s) for Linux/Postgres. Our measurements show that the Intel X25-E SSDs beat regular 10k rpm SAS drives by a factor of about 12 for fdatasync() speed. This is important for a database system, as a transaction cannot COMMIT until the data has really, really hit permanent storage. [It's unsafe to use the regular disk's write cache, and personally, I don't trust a battery-backed write cache on the RAID controller much either. So not having to wait for a mechanical seek is really useful. Read speeds are also better (10x less latency), and the sustained throughput is about 2x as good.

    So, yes, SSDs are a good idea for database loads, where the interaction is with the real world, and where once a transaction has completed, some other real-world process has happened. BUT, most supercomputer workloads are, in principle, re-startable (i.e. if you lose an hour's work due to a hardware failure, you can just re-run the simulation code, and throw away the intermediate state).

    So, for simulations, the cost of dataloss is an hour of re-work, not irretrievable information. Given that, we can get much better performance by storing everything in RAM, enabling all the write-caches, and sticking with standard SATA, provided that, every so often, the data is flushed out to disk. If something goes wrong, just revert to the last savepoint, which could be an hour ago, rather than having to be 10ms ago.

    [BTW, HP "don't support" SSDs in their servers, but the Intel SSD X25-E disks do work just fine. Though I did, unfortunately, have to buy some of HP's cheapest SAS drives ($250 each) just to obtain the mounting kits for the SSDs.]