[Trilinos-Users] Windows and ThreadPool

James C. Sutherland James.Sutherland at utah.edu
Thu Jul 30 12:42:44 MDT 2009


On Jul 30, 2009, at 10:29 AM, Bill Hoffman wrote:

> For the windows port ThreadPool will need a windows implementation  
> using
> windows threads.   Is there anyone working on this?  It should not be
> too hard, but will require some work.

I haven't used Trilinos' threadpool implementation, but I can  
recommend Boost::thread
	http://www.boost.org/doc/libs/1_39_0/doc/html/thread.html

There is also a package built on top of Boost::thread that implements  
thread pools
	http://threadpool.sourceforge.net/

These are both very robust packages that allow cross-platform  
compatibility.

James



More information about the Trilinos-Users mailing list