Tagged Questions
3
votes
3answers
650 views
Memory leak when using OpenMP
The below test case runs out of memory on 32 bit machines (throwing std::bad_alloc) in the loop following the "post MT section" message when OpenMP is used, however, if the #pragmas for OpenMP are ...