Skip to content
Snippets Groups Projects
Commit 74e85d1c authored by Adam Wieckowski's avatar Adam Wieckowski
Browse files

disabiling parallelization

parent 5d1d8c13
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ typedef std::pair<int, int> TrCost; ...@@ -221,7 +221,7 @@ typedef std::pair<int, int> TrCost;
#endif #endif
#ifndef ENABLE_SPLIT_PARALLELISM #ifndef ENABLE_SPLIT_PARALLELISM
#define ENABLE_SPLIT_PARALLELISM 1 #define ENABLE_SPLIT_PARALLELISM 0
#endif #endif
#if ENABLE_SPLIT_PARALLELISM #if ENABLE_SPLIT_PARALLELISM
#define PARL_SPLIT_MAX_NUM_JOBS 6 // number of parallel jobs that can be defined and need memory allocated #define PARL_SPLIT_MAX_NUM_JOBS 6 // number of parallel jobs that can be defined and need memory allocated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment