Skip to content

Commit

Permalink
thread_util report num threads when not binding
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed Aug 31, 2023
1 parent 220587a commit c970444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/teca_thread_util.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ int thread_parameters(MPI_Comm comm, int base_core_id, int n_requested,
if (!bind)
{
if (verbose)
TECA_STATUS("thread to core binding disabled")
TECA_STATUS("thread to core binding disabled. n_threads=" << n_threads)

return 0;
}
Expand Down

0 comments on commit c970444

Please sign in to comment.