9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Joel C. Salomon" <joelcsalomon@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: [9fans] parallelizing/distributing quasi-Monte Carlo
Date: Mon, 10 Dec 2007 14:45:54 -0500	[thread overview]
Message-ID: <7871fcf50712101145id3928ccu344374e3b8c6af5a@mail.gmail.com> (raw)

We've been using quasi-Monte Carlo integration in a class here at
Cooper, and the discussion turned to parallelization.  Some of my
classmates are going the MPI/cluster route, and I was thinking this
might be a good use of Plan 9's CSP style.  The general idea I had
uses one point generator process, n function evaluation processes, and
a collection process that handles estimation &c.

I think I know how to structure this on a single multiprocessor
machine, but what about a cluster?  Is there the equivalent of alts on
network connections?

If the question is unclear, I'll try again after I've gotten my
machine running the single computer form.

--Joel


             reply	other threads:[~2007-12-10 19:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-10 19:45 Joel C. Salomon [this message]
2007-12-10 20:01 ` erik quanstrom

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=7871fcf50712101145id3928ccu344374e3b8c6af5a@mail.gmail.com \
    --to=joelcsalomon@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).