[Bug 477313] Review Request: ocaml-preludeml - OCaml utility functions

bugzilla at redhat.com bugzilla at redhat.com
Sat Dec 20 13:09:08 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=477313





--- Comment #2 from Richard W.M. Jones <rjones at redhat.com>  2008-12-20 08:09:07 EDT ---
Created an attachment (id=327532)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=327532)
Parallel mandlebrot set

An auto-parallelizing mandlebrot set program, which
uses this library.

Adapted from:
http://fhtr.blogspot.com/2008/08/preludeml-some-parallel-combinators.html

Compile using:
  ocamlfind opt -package preludeml -linkpkg mandlebrot.ml -o mandlebrot

Run using:
  ./mandlebrot 5000 test.pgm
  eog test.pgm
(It will auto-detect the number of cores in your system and spread
the work across them.)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list