aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/SetupGH.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/SetupGH.cc')
-rw-r--r--Carpet/Carpet/src/SetupGH.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/SetupGH.cc b/Carpet/Carpet/src/SetupGH.cc
index 14a720b28..2a554e511 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -226,8 +226,8 @@ namespace Carpet {
"Running on the following hosts:");
for (int n = 0; n < nprocs; ++ n) {
CCTK_VInfo (CCTK_THORNSTRING,
- " %4d [%d]: %s.%d",
- n, nthreads.at(n), hostnames.at(n).c_str(), pids.at(n));
+ " %6d: %s, pid=%d, num_threads=%d",
+ n, hostnames.at(n).c_str(), pids.at(n), nthreads.at(n));
}
}
#endif