Multicore-enabling the N-Queens Problem Using Cilk++(cilk.com)
cilk.com
Multicore-enabling the N-Queens Problem Using Cilk++
http://www.cilk.com/multicore-blog/bid/6381/Multicore-enabling-the-N-Queens-Problem-Using-Cilk
3 comments
Nice N-Queens is one of my favorite problems to play around with. I often solve it when learning a new language.
Intel's TBB adopts + translates much, from Cilk to C++.
TBB borrows the scheduling portion, but requires substantial code restructuring, and doesn't have a solution for the global variable problem analogous to Cilk's hyperobjects.