Apr 3, 2011 at 10:21am
I wanted to multiply 2 matrices ,but using parallel programming concepts.
can you please,help me by giving me a sample code for this ???
Apr 3, 2011 at 2:39pm
Multiply matrices with parallel programming? Huh? I have troubles imagining how that would be beneficial (unless you multiply giant matrices).
Apr 3, 2011 at 3:36pm
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.