Skip to content

Commit

Permalink
Enable more multithread testing in test_hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed May 30, 2019
1 parent 87c2258 commit 806881c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_hierarchy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ BOOST_AUTO_TEST_CASE(benchmark)

BOOST_AUTO_TEST_CASE(benchmark_mf)
{
dealii::MultithreadInfo::set_thread_limit(1);
dealii::MultithreadInfo::set_thread_limit(
dealii::numbers::invalid_unsigned_int);

auto params = std::make_shared<boost::property_tree::ptree>();
boost::property_tree::info_parser::read_info("hierarchy_input.info", *params);
Expand Down

0 comments on commit 806881c

Please sign in to comment.