From ebea8ffb65f208fa631edb93b5684e33af4cde91 Mon Sep 17 00:00:00 2001 From: Burlen Loring Date: Wed, 30 Aug 2023 12:41:52 -0700 Subject: [PATCH] thread_util report num threads when not binding --- core/teca_thread_util.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/teca_thread_util.cxx b/core/teca_thread_util.cxx index f0eb9036b..5c12dbf18 100644 --- a/core/teca_thread_util.cxx +++ b/core/teca_thread_util.cxx @@ -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; }