9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "ron minnich" <rminnich@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] parallel/distributed computation
Date: Wed, 17 Oct 2007 09:13:14 -0700	[thread overview]
Message-ID: <13426df10710170913wd5f4c3fiad26e5e4ba7e4c70@mail.gmail.com> (raw)
In-Reply-To: <20071017144235.GE5034@gluon>

On 10/17/07, lejatorn@gmail.com <lejatorn@gmail.com> wrote:
> Hi all,
>
> As I'm working in a geophysics lab, one of my point of interests
> regarding plan9 would be heavy scientific computation, especially
> parallel computing.
>
> So, first is there any fortran compiler on plan9? Second, is there any
> support for parallel computing, like mpi (even libs for that in C would
> be something)?

You have two choices.

1) write it from scratch
2) port gcc and then all of gnubin -- and then all of the various
parallel computing software

if you want industrial strength versions of this type of thing, you
won't do (1) better than the  scads of people doing it now (well, your
code will sure look better than openmpi.org, but it won't do mpi
better).

So you might want to start with the gcc port. Not because we want gcc,
mind, but because we need gcc -- because there are way too many bits
that have to be done, and not enough people to do them.

ron


  reply	other threads:[~2007-10-17 16:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-17 14:42 lejatorn
2007-10-17 16:13 ` ron minnich [this message]
2007-10-17 16:17   ` Eric Van Hensbergen
2007-10-17 16:29     ` David Leimbach
2007-10-17 16:39       ` ron minnich
2007-10-26  9:46         ` Richard Miller
2007-10-26 11:32           ` roger peppe
2007-10-26 12:40             ` Richard Miller
2007-10-26 12:44               ` anyrhine
2007-10-26 15:01           ` ron minnich
2007-10-26 15:04             ` erik quanstrom
2007-10-27  5:44               ` ron minnich
2007-10-27  5:53                 ` erik quanstrom
2007-10-28 15:21                 ` Richard Miller
2007-10-18  8:42     ` Randolph Fritz

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=13426df10710170913wd5f4c3fiad26e5e4ba7e4c70@mail.gmail.com \
    --to=rminnich@gmail.com \
    --cc=9fans@cse.psu.edu \
    /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).