aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet')
-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 94d430aab..f984f50eb 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -287,7 +287,7 @@ namespace Carpet {
int hostnamelen;
MPI_Get_processor_name (hostnamebuf, &hostnamelen);
string const hostname (hostnamebuf);
- DetermineHosts (hostname, true);
+ DetermineHosts (hostname, verbose);
#if HAVE_GETPID
int const mypid = static_cast<int> (getpid ());
#else