aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/SetupGH.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-02-27 20:31:58 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:08 +0100
commit91c6fb2a157e8357dc510dfd67d7859e55427136 (patch)
tree125d9ceb39748d47d367af8e94edf6aba1b878fb /Carpet/Carpet/src/SetupGH.cc
parent194b184ec05d796b0fd836da6ef9fd898f8be14f (diff)
Carpet: Correct representation of host and model names
Diffstat (limited to 'Carpet/Carpet/src/SetupGH.cc')
-rw-r--r--Carpet/Carpet/src/SetupGH.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/SetupGH.cc b/Carpet/Carpet/src/SetupGH.cc
index 7e1bebf19..48718ea59 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -318,7 +318,7 @@ namespace Carpet {
int const host_id = HostId(n);
CCTK_VInfo (CCTK_THORNSTRING,
" %6d: hid=%d (%s), pid=%d, num_threads=%d",
- n, host_id, Host(host_id).c_str(),
+ n, host_id, HostName(host_id).c_str(),
pids.AT(n), nthreads.AT(n));
}
}