Skip to content

Commit

Permalink
use only 8 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn committed Apr 1, 2015
1 parent 42ff215 commit 70fe1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonTools/Utils/test/ExpressionEvaluatorUnitTest.cpp
Expand Up @@ -71,7 +71,7 @@ int main() {

// stress test
std::atomic<int> j(0);
#pragma omp parallel
#pragma omp parallel num_threads(8)
{
reco::genericExpression<bool, int, int> const * acut = nullptr;
for (int i=0; i<200; ++i) {
Expand Down

0 comments on commit 70fe1dc

Please sign in to comment.