Skip to content

Commit

Permalink
Fix num thread omp console print (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Aug 5, 2024
1 parent ecd7c8d commit 3e9194c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions amr-wind/utilities/console_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ void print_banner(MPI_Comm comm, std::ostream& out)
<< " OpenMP :: "
#ifdef AMREX_USE_OMP
<< "ON (max threads = " << amrex::OpenMP::get_max_threads()
<< ", num threads = " << amrex::OpenMP::get_num_threads() << ")"
<< std::endl
<< ")" << std::endl
#else
<< "OFF" << std::endl
#endif
Expand Down

0 comments on commit 3e9194c

Please sign in to comment.