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 30, 2023
1 parent 1648d96 commit ebea8ff
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 ebea8ff

Please sign in to comment.