9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Roman V. Shaposhnik" <rvs@Sun.COM>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] plan9 for calculations
Date: Fri, 27 Mar 2009 19:05:50 -0700	[thread overview]
Message-ID: <49CD85FE.6090306@Sun.COM> (raw)
In-Reply-To: <a560a5d00903271431t7642f6dfk93dd656add811a8e@mail.gmail.com>

On 03/27/09 14:31, Rudolf Sykora wrote:
> Hello everybody,
>
> I noticed there are some thoughts about using plan9 on supercomputers.
> For me supercomputers are usually used to do some heavy calculations.
> And this leads me to a question. What software is then used for
> programming these calculations? (I mean e.g. linear algebra, i.e.
> matrix, calculations.) Where can one read about that?
>
If you are talking about established practices then supercomputing *almost*
always means Infiniband+MPI (managed by a grid engine).
On fat nodes (the kind of machines Sun used to sell) you might also find
 OpenMP. But there will always be MPI, since doesn't mean how fat the
node is -- the cluster is fatter. On the language side I've seen
predominantly
Fortran and C++, although Ron was telling me horror stories about Python
 and some other goo. As far as the libraries go: linpack is almost
always there, but the good place to take a look at what's relevant is here:
   http://docs.sun.com/app/docs/doc/819-0497
> PS.: It could be that plan9, being more a os-research system than
> anything else, is simply no suitable for such a use (there are no
> plotting libraries, other utilities). Perhaps it's not a good idea at
> all to try to use plan9 like that because it would be more work than
> anything. Maybe using linux for such things with all its tools is just
> ok. If you share this idea, just say it too, please.
>
My personal take is that Plan9's forte might be the sane clustering of
things.
MPI and grid engines is really quite horrible, but it is pervasive.

Thanks,
Roman.




      parent reply	other threads:[~2009-03-28  2:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-27 21:31 Rudolf Sykora
2009-03-27 23:11 ` Fernan Bolando
2009-03-28  2:05 ` Roman V. Shaposhnik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49CD85FE.6090306@Sun.COM \
    --to=rvs@sun.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).