RT goes to 100% cpu-load when starting with an image in queue on Win64/gcc 4.8.1, Issue 2370
This commit is contained in:
@@ -70,8 +70,10 @@ public:
|
||||
{
|
||||
int threadCount=1;
|
||||
#ifdef _OPENMP
|
||||
#ifndef WIN32 // see Issue 2370
|
||||
threadCount=omp_get_num_procs();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
threadPool_=new Glib::ThreadPool(threadCount,0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user