30 Sep
2014
30 Sep
'14
1:59 p.m.
On 09/30/2014 11:24 AM, Stephan Menzel wrote:
So the question is: How can I more or less gracefully shut this down? How do interruption points work in an omp parallel for loop? Do I have a chance at all?
One approach is to execute the tasks in a separate process. The process can easily be killed, and it takes care of the memory leaks.