eggplantbren / DNest3

Diffusive Nested Sampling
GNU General Public License v3.0
20 stars 6 forks source link

Parallellise This Please #1

Closed eggplantbren closed 11 years ago

eggplantbren commented 12 years ago

Boost.MPI? Boost.Thread?

And how to do it without messing up the stable serial codebase? And so that people can still compile the serial version if they don't want to install boost?

eggplantbren commented 12 years ago

I am having a go at a Boost.Thread parallelisation - see the boost_thread branch.

eggplantbren commented 11 years ago

Done using boost threads.