Skip to content
Prev 45262 / 63424 Next

multi threaded execution of package

On Mar 4, 2013, at 5:57 AM, Vitaliy FEOKTISTOV wrote:

            
Just the fact that it's compiled with such options doesn't mean it will actually run threaded, they just turn on support in case the code wants to use it, they don't actually parallelize anything on their own.
Hard to say for sure, but possibly in your code. Would you care to provide the details, such as your platform, the exact code you're using etc?
Note that there are many packages that have no issue with using OpenMP, for example.

Cheers,
Simon