Call for ParallelFx test

Now that Summer of Code deadline is getting nearer, it’s a good time to give a try to ParallelFx. For that purpose I just issued updated test packages @ http://netherilshade.free.fr/mono/parallelfx/. Among them you will find stuff I already showed here like the raytracer, sudoku, or image colorizer.

Each of these package contains the most recent version of the System.Threading assembly (so no need to compile yourself trunk) and a README file explaining succinctly what the program do and how to launch it. In addition, feel free to test the library against other existing code making use of ParallelFx.

If you encounter any bug or bad performance, please send me an email at jeremie [DOT] laval [AT] gmail [DOT] com with your processor info (for Linux users the content of /proc/cpuinfo will do the trick), description of the problem and debug stack trace/reproducible test case (if any). Also, try to make the mail’s subject self-explanatory by adding a [Pfx] tag for example. I will triage them when I get back from holidays.

Happy testing :-) .

Comments 4

  1. David Burnett wrote:

    Just a quick report, on OSX of the programs that worked (Winforms issues :-) ) none of the programs ever surpassed 104% CPU.

    I’ve going to have a quick look on Bugzilla see if there are any known bugs with threading and OSX

    Dave

    Posted 12 août 2008 at 16 h 46 min
  2. David Burnett wrote:

    Bug 400838 – Environment.ProcessorCount does not return the correct number of processors/cores probvably doesn’t help :-(

    Posted 12 août 2008 at 16 h 55 min
  3. garuma wrote:

    You said it :-)

    Posted 12 août 2008 at 17 h 02 min
  4. Anton wrote:

    Hi there! I’ve wrote down a note about ParallelFX while listening your presentation @ Zurich. Nice work! I’m not a C#/mono fan, but this library is quite an argument to try it out!

    Posted 12 août 2008 at 18 h 20 min

Post a Comment

Your email is never published nor shared. Required fields are marked *