Slashdot Mirror


Canada to Launch Countrywide Virtual SuperComputer

LadyCatra writes "A serious shortage of world-class computing power in Canada prompted University of Alberta scientists to create the next best thing -- a countrywide, virtual supercomputer. On Nov. 4, thousands of computers from research centres across the country will be strung together by a U of A effort to create the most powerful computer in this country. The full story is here"

23 of 188 comments (clear)

  1. Wow by Jezza · · Score: 4, Interesting

    This seems like a really good idea, I don't really understand why more places don't do this. I mean most of us work in offices where the computer power is amazing and largely untapped.

    I think what this really needs is to be make easier for the mainstream, so anyone could do it. Perhaps bundle the tools (programming and deployment) with mainstream operating systems?

    It's just an idea, my NeXT had Zilla (it's version of this) years ago - seems a shame that this hasn't caught on more widely. So come on Apple - let's see it, put it in the Darwin project and put a nice UI on it in Mac OS X.

    1. Re:Wow by popeyethesailor · · Score: 5, Informative

      Google is doing this. Click on a button in the Google Toolbar, and your compute starts number crunching in its idle time.
      Check out the Google Compute Faq and the Kuro5hin discussion on the subject.

    2. Re:Wow by sql*kitten · · Score: 5, Informative

      I think what this really needs is to be make easier for the mainstream, so anyone could do it. Perhaps bundle the tools (programming and deployment) with mainstream operating systems?

      Sun have Grid Engine and I believe Intel have something similar. The issue is that this kind of distributed processing is only useful for problems that can be divided into many discrete subtasks, which do not need to interact with other nodes while they are running, otherwise the work you need to do to communicate between nodes slaughters performance (that's why clustering hasn't taken over the world, vertical scaling on an active backplane is still the best solution for most jobs). The typical corporate large-compute job is data mining or decision support, neither of which scale particularly well horizontally.

  2. What if it gains conciousness? by Anonymous Coward · · Score: 5, Funny

    Anyway, before activating It, make sure It doesn't have any access to a spare nuclear warhead on orbit around Earth.

    1. Re:What if it gains conciousness? by DasBub · · Score: 5, Funny

      If it were to gain consciousness, it'd just start watching hockey, eating poutine, and wearing toques... ...but really really fast.

    2. Re:What if it gains conciousness? by naasking · · Score: 4, Funny

      Those sure don't seem to be signs of consciousness to me... Speaking as a Canadian, of course. ;-)

  3. Sun is Right by e8johan · · Score: 5, Insightful

    "The Network is the Computer"

    It would be nice to see a worldwide system. If this is going to work there must be some CPU time quota system, perhaps a quota that can be bought and sold. This could make it interesting for ordinary home users to join (earn quota, sell quota, make $$$). There are many projects in the academic world that could never make a SETI@home launch, since the research is to boring. Still, we need to use all that idle time buring away across the world.

    1. Re:Sun is Right by fruey · · Score: 4, Interesting
      Still, we need to use all that idle time buring away across the world.

      Do we? Idle time means the CPU is using less power, and generating less heat. I suppose that theoretically you are also making your processor transistors life slightly shorter, although there are probably arguments that a constant 50% CPU utilisation is not a bad thing because it will be more likely to maintain a constant temperature...

      In any case, multiplied up by many millions of installed PCs, using that idle time means increasing energy consumption by a not insignificant amount. We need to use less energy, not more! Indeed, saying that idle time is "buring(sic)" away is quite the opposite of the truth.

      --
      Conversion Rate Optimisation French / English consultant
    2. Re:Sun is Right by e8johan · · Score: 5, Interesting

      Not all CPUs power down when being idle. Most OSs has an idle task, burning away computer power in an endless loop.

      When usage is 50%, the CPU is probably not turned off at all, since turning on and off clock trees (and getting the PLLs to sync) take time.

      Since most home computers will not power down, we can use that potential computer power to save energy by not running super computers elsewhere.

    3. Re:Sun is Right by e8johan · · Score: 5, Interesting

      "Exactly what are you selling?"

      I'd like to suggest something like the JavaVM, i.e. a standard virtual machine, from which you buy and sell basic ops, i.e. a byte-code instruction.

      The biggest problem will probably be that you will not make any real money from letting your CPU be used. Perhaps a good idea would be to let a university supply you with internet access in exchange for CPU time. They usually have quite alot of bandwith.

  4. Custom solution for a specific task? by jukal · · Score: 5, Insightful
    The article does not seem to mention whether they use a ready made grid/distributed computing platform or are they whipping up it themselves? Or am I blind? Does anyone know more about this? And what do they mean by:

    "The computers will be linked by the Internet, but involve a simple networking system, Lu said. Keeping the linkage as simple as possible was the goal."

    Based on the article I would assume that they have made a custom tailored system (if not kludge) for one specific purpose ("for calculating energy shifts as two molecules are manipulated around 3-D space") - and not a platform which could be easily tailored and managed to solve different kinds of tasks with different kinds of relationships between the tasks.

    Ohh, I could also link my grid computing links.

    1. Re:Custom solution for a specific task? by spditner · · Score: 5, Informative

      Actually, they are Linux Clusters.

      I was visiting the Vancouver site a couple of months ago when they were assembling it. It looks sweet. A nice big array of Dual Athalons. The system is being linked together over CA*Net 3, a nation wide OC192 fibre network.

      They're also experimenting with distributing different parts of the system in different locales. Like disk storage in one part of the country, heavy number crunchers in the other, to see how distributed a system can really be and still function well.

      CA*Net is still looking for applications, the network is being severely underutilized. http://www.canarie.ca/advnet/canet3.html

  5. Processing power is not everything by archeopterix · · Score: 4, Informative

    The article isn't very specific on the kind of problems they will try to solve. The 'search' problems, where you have a big search space than can be easily divided into smaller chunks are easy. Unfortunately some problems cannot be easily split into many independent parts - simulations generally fall into this category. Weather simulations, nuclear explosion simulations, well, simulations in general :-). You can just assign each computer a square mile of terrain, do the computations for the whole simulations, then merge the results - the neighboring squares interact, so computers have to communicate after each time slice. This is where communication will probably slow your 'network supercomputer' down. No matter how fat the pipes are, they will be several orders of magnitude slower than an internal supercomputer bus in terms of latency. To put it short: this might be of some use, but they better start gathering money for a real supercomputer.

  6. More info by Anonymous Coward · · Score: 4, Informative
    Another article


    From the article Gerald Oakham and his fellow physicists have a problem. In the hunt for the most elusive speck of matter known to science, they are about to generate more data than any computer on the planet can analyse.

  7. This is a cool idea, but actually.. by Chutzpah · · Score: 4, Interesting

    My school, in conjunction with the Université de Sherbrooke (mostly the U de S) are setting up a world-class beowulf cluster for general scientific work. A physics professor at my University, who also happens to be a world class astronomer (Dr. Lorne Nelson) has a research grant that he is using to help with the funding for this cluster.

  8. Re:Distributed computing? by FTL · · Score: 5, Insightful
    >Why didn't they just make a client program for distributed computing so the entire country/world could help out?

    Because there will always be creeps who won't play fair. Much of the work that SETI@home does is security, combatting those who would submit false or abreviated results in order to get higher stats. UofA want to do real computing on a variety of applications. They've concluded that it is more efficent (for their purposes) to go for a small pool whose results they can trust, than to go for a large pool whose results they have to check and double-check.

    Each approach has significant advantages and disadvantages. It depends on the type of work you are interested in performing.

    --
    Slashdot monitor for your Mozilla sidebar or Active Desktop.
  9. Re:Why build a new, separate system? by RobinH · · Score: 5, Funny

    I don't understand why they feel the need to isolate their Canadian initiative, rather than giving Canada the access to computing power far greater than they can acheive on their own.

    Probably because the Canadian researchers got tired of hearing things like, "so, ye'all are from Keaynada, huh? We was just sittin up on the ruff and be drinkin sum pap."

    --
    "I have never let my schooling interfere with my education." - Mark Twain
  10. Rueters News report by Lumpy · · Score: 4, Funny

    I clipped this out of reuters....

    Today, the Canadian Ministry for computing announced their initial tests of the Canada-wide massive computer project..

    Computer Scientist Thom Serveaux had this to say," when we switched it on every command was answered with the word "eh?" and it kept calling us "knobs" and was asking for "back bacon" we are trying to see if there is any problems in northern nodes that were like the Quebec nodes that started a fight with the other nodes demanding every command to be repeated in french."

    Updates will be posted on their progress..

    --
    Do not look at laser with remaining good eye.
  11. Shatner by Dannon · · Score: 4, Funny

    Isn't William Shatner from Canada? Maybe this is an attempt to develop a more powerful 'Priceline SuperComputer'....

    A supercomputer capable of creating more convincing commercials, perhaps?

    --
    Good judgment comes from experience.
    Experience comes from bad judgment.
  12. Supercomputing problems by west · · Score: 4, Interesting

    Saving up for a "real" supercomputer is a pipe dream. Supercomputers cost several million dollars a year in upkeep, and that's the killer. You might easily get grants to allow a project to use 'x' dollars worth of computing, but nobody is going to approve a capital grant that requires millions each year.

    When the University of Toronto did purchase a Cray in the mid-eighties, there was a massive fight. Many felt that the resources to support the Cray were sucking money desperately needed everywhere else. (although, boy, we in meteorology a happy bunch...)

    While lower profile and somewhat more painful to use, this is far more practical solution for the realities of academic computing today.

  13. Grid Computing by npch · · Score: 5, Interesting

    As many of the other posters have pointed out, this work isn't necessarily new, but it is news.

    There are other tools out there which do this: Legion, Avaki, Sun Grid Engine, Globus, to name a few but the goal is to create a network of (mostly) supercomputers which doesn't require a lot of reconfiguration at each site. What differentiates this work from many other approaches is that it is transparent to the system administrator.

    For those who ask "why can't you just do something let seti@home" the answer is that not all problems in science and business can be easily decomposed into small chunks. Bandwidth requirements and latency may also be a problem. A lot of scientific programmers have to worry about communications much more than about processing power (although this tradeoff has been seesawing backwards and forwards with new advances in both technologies).

    There's a worldwide effort through both business and academia to create a number of good, interoperating frameworks for doing this sort of transient, virtualised supercomputer.

    Have a look at the Global Grid Forum (which is becoming the focus for Grid computing standards) for more information.

  14. First Task? by Hard_Code · · Score: 4, Funny

    Search for the elusive beer molecule. Eh.

    --

    It's 10 PM. Do you know if you're un-American?
  15. There are already some Super Computers in Canada by SETY · · Score: 5, Informative
    How about the High Performance Computing
    Virtual Laboratory of Eastern Ontario.


    The High Performance Computing Virtual Laboratory (HPCVL) was formed by a consortium of four universities located in Eastern Ontario (Carleton University, Queen's University, The Royal Military College of Canada, and the University of Ottawa).
    http://www.hpcvl.org/


    It's also in the Top 500 supersomputer list, so it must be half-decent. So if four universities can have a dencent computer in Canada, others probably do too.