9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] parallelizing/distributing quasi-Monte Carlo
@ 2007-12-10 19:45 Joel C. Salomon
  2007-12-10 20:01 ` erik quanstrom
  0 siblings, 1 reply; 2+ messages in thread
From: Joel C. Salomon @ 2007-12-10 19:45 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] parallelizing/distributing quasi-Monte Carlo
  2007-12-10 19:45 [9fans] parallelizing/distributing quasi-Monte Carlo Joel C. Salomon
@ 2007-12-10 20:01 ` erik quanstrom
  0 siblings, 0 replies; 2+ messages in thread
From: erik quanstrom @ 2007-12-10 20:01 UTC (permalink / raw)
  To: 9fans

> 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?

cec(8) muxes the keyboard and the network in a simple fashion.
/n/sources/contrib/quanstro/src/cec/mux.c.  this could be written
with Chan so that one could alt on network messages.

- erik


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-10 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-10 19:45 [9fans] parallelizing/distributing quasi-Monte Carlo Joel C. Salomon
2007-12-10 20:01 ` erik quanstrom

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).