From f866a6122c7b2cfc74646ee93d3b662b51afff0e Mon Sep 17 00:00:00 2001 From: Oliver Gloth Date: Thu, 16 May 2013 21:57:03 +0200 Subject: [PATCH] some OpenMP testing --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 877e715..5aae5a5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -208,6 +208,9 @@ int main( int argc, char ** argv ) exit(0); */ +#ifdef QT_DEBUG + //omp_set_num_threads(1); +#endif qInstallMsgHandler(engridMessageHandler); Q_INIT_RESOURCE(engrid); int app_result=0; -- 2.11.4.GIT