How to solve AX=B using c++with tbb.

How to solve AX=B using c++with tbb.

gaocheng073's picture

Hi ,
Who has the code or the experience to solve(mutrix function) AX=B using c++with tbb.
Could you share them with me . Thanks in advance.

5 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
Sergey Kostrov's picture
Quoting gaocheng073 ...Who has the code or the experience to solve(mutrix function) AX=B using c++with tbb...

Please take a look at a 'Parallel_do' example in '..\Examples' folder.

Best regards,
Sergey

gaocheng073's picture

Hi ,
I am sorryI cannot find my 'Parallel_do' example in '..\Examples' folder.
Can you help me and tell me why .
If you have it,please send it to me .
Thank you very much.

Sergey Kostrov's picture
Quoting gaocheng073 Hi ,
I am sorryI cannot find my 'Parallel_do' example in '..\Examples' folder.
Can you help me and tell me why .
If you have it,please send it to me .
Thank you very much.

I have two TBB versions on my computer:

version 4.0initial release
version 4.0 update 3 ( Commercially Aligned Release )

and both have the 'Parallel_do' example in '..\Examples' folder.

Please verify whatversion you have on your computer.

Raf Schietekat's picture

The example itself is "parallel_preorder", grouped with 0 other examples in a directory examples/parallel_do, but I don't see any parallelised matrix computatiion code in it, so...

Login to leave a comment.