October 1st, 2011, 8:40 pm
QuoteTo solve an interesting problem, start by finding a problem that is interesting to you.Item 18 from The Cathedral and the Bazaar.I am interested in computationally intensive problems that benefit from parallel processing. Clearly multi-threading is painful, especially when all you got is Boost threads, or Java threads, or C# threads. TBB makes things easier, but not as easy as it could be. One of the main goal of this project is the development of a framework that makes parallel coding easier. Users should be able to specify their models without worrying about thread synchronization, work balancing, how to create parallel random streams, collect and process samples from Monte-Carlo engines and etc.
Last edited by
renorm on September 30th, 2011, 10:00 pm, edited 1 time in total.