I wanted to multiply 2 matrices ,but using parallel programming concepts.

I wanted to multiply 2 matrices ,but using parallel programming concepts.
can you please,help me by giving me a sample code for this ???
Here's a good starting point: http://msdn.microsoft.com/en-us/library/ms682453(VS.85).aspx

Or we're you looking for a plug-in-and-go answer?
Multiply matrices with parallel programming? Huh? I have troubles imagining how that would be beneficial (unless you multiply giant matrices).
closed account (1yR4jE8b)
If you want something that's easy to learn and portable:
https://computing.llnl.gov/tutorials/openMP/

It's not as flexible as using threads directly, but you also don't have to worry about as many minor details.
Topic archived. No new replies allowed.