How can I build multiple processes with TBB?
Posted
by Jackie
on Stack Overflow
See other posts from Stack Overflow
or by Jackie
Published on 2010-05-02T14:49:32Z
Indexed on
2010/05/02
14:58 UTC
Read the original article
Hit count: 379
tbb
Now I plan to parallelize my sequential solver. I hope I could run several copies of my solver(maybe with different parameters) in parallel simultaneously on a multi-core computer. can I do this with TBB? The reason I ask this question is that the book says: do not introduce anything in your code that will not allow single-thread execution. Any experts can explain this issue? Thanks.
© Stack Overflow or respective owner