aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-05-26 16:51:25 -0400
committerErik Schnetter <schnetter@gmail.com>2013-05-26 16:51:25 -0400
commit2cebe8a689c57817408a2ebf61e5ed0105b9c436 (patch)
tree549f72bfd561e9caca2ce1e292408e97598afdad /Carpet/Carpet
parent9d7bb2dc1d90a03dee83dc999fe2798999b4b27d (diff)
Carpet: Output list of compute nodes only in verbose 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