Skip to content

Commit

Permalink
Fix the TBB quick test.
Browse files Browse the repository at this point in the history
This should work with or without oneAPI.
  • Loading branch information
drwells committed Feb 28, 2022
1 parent d7c96aa commit 4f4ea8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/quick_tests/tbb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include <deal.II/base/thread_management.h>
#include <deal.II/base/work_stream.h>

#include <tbb/task_scheduler_init.h>

#include <iostream>

using namespace dealii;
Expand Down Expand Up @@ -88,7 +86,7 @@ int
main()
{
std::cout << "TBB will use "
<< tbb::task_scheduler_init::default_num_threads() << " threads."
<< MultithreadInfo::n_threads() << " threads."
<< std::endl;

test1();
Expand Down

0 comments on commit 4f4ea8e

Please sign in to comment.