From 2cebe8a689c57817408a2ebf61e5ed0105b9c436 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 26 May 2013 16:51:25 -0400 Subject: Carpet: Output list of compute nodes only in verbose mode --- Carpet/Carpet/src/SetupGH.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Carpet/Carpet') 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 (getpid ()); #else -- cgit v1.2.3