caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Eray Ozkural <examachine@gmail.com>
To: Jon Harrop <jon@ffconsultancy.com>
Cc: frederic.gava@univ-paris-est.fr, caml-list@inria.fr
Subject: Re: [Caml-list] Parallel n-queens solver
Date: Tue, 26 Apr 2011 02:33:03 +0300	[thread overview]
Message-ID: <BANLkTi=UekGKT0OvC6sqHXnGc2TJkgiGQg@mail.gmail.com> (raw)
In-Reply-To: <017001cc037f$3fdb5350$bf91f9f0$@ffconsultancy.com>

[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]

On Mon, Apr 25, 2011 at 10:30 PM, Jon Harrop <jon@ffconsultancy.com> wrote:

> Frédéric wrote:
> That old "invoke" combinator that evaluates a function application on a
> forked process and marshals the result back could be used to implement a
> naïve Parallel.init and, therefore, this solution could be translated to
> OCaml quite easily. However, it would still lack load balancing. That turns
> out to be ok in this particular case because the generated data is quite
> evenly distributed (and we assume that nothing else is running on the
> machine) but real applications might not be so lucky...
>
> Turns out you can also use data flow parallelism entirely by r
>
>
Compare implementations of the adaptive quadrature algorithm. That doesn't
balance so easily :)
http://en.wikipedia.org/wiki/Adaptive_quadrature

Cheers,

-- 
Eray Ozkural, PhD candidate.  Comp. Sci. Dept., Bilkent University, Ankara
http://groups.yahoo.com/group/ai-philosophy
http://myspace.com/arizanesil http://myspace.com/malfunct

[-- Attachment #2: Type: text/html, Size: 1557 bytes --]

      reply	other threads:[~2011-04-25 23:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-24 23:32 Jon Harrop
2011-04-25 10:36 ` Gerd Stolpmann
2011-04-25 16:36   ` Frédéric Gava
2011-04-25 19:30     ` Jon Harrop
2011-04-25 23:33       ` Eray Ozkural [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='BANLkTi=UekGKT0OvC6sqHXnGc2TJkgiGQg@mail.gmail.com' \
    --to=examachine@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=frederic.gava@univ-paris-est.fr \
    --cc=jon@ffconsultancy.com \
    /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).