parallelize using openmp

Posted by riham on Stack Overflow See other posts from Stack Overflow or by riham
Published on 2010-04-09T06:59:52Z Indexed on 2010/04/09 7:03 UTC
Read the original article Hit count: 180

Filed under:

I am trying to parallelize region in this form

while(condition) { //work for loop //work }

how could I do this

© Stack Overflow or respective owner

Related posts about visual-studio