inglês
I have a numerically intensive application which would appear to benefit from parallelisation through OpenMP. At a couple of key loops I have applied the appropriate DO PARALLEL directives and after a bit of trouble shooting everything seems to be working nicely and the resulting application is noticeably faster. Wonderful stuff.