aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/SetupGH.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-04-22 20:24:05 -0400
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:15 +0100
commit9205d9b456cfc0e4f8b79458e8cfb21dbf9b10c4 (patch)
tree754ba693562dbd29919e38ea7be79f94297b3f01 /Carpet/Carpet/src/SetupGH.cc
parentaf6fce314580420a8ad9d9bb6e3951892b6b9de8 (diff)
Carpet: Remove debug output
Diffstat (limited to 'Carpet/Carpet/src/SetupGH.cc')
-rw-r--r--Carpet/Carpet/src/SetupGH.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/Carpet/Carpet/src/SetupGH.cc b/Carpet/Carpet/src/SetupGH.cc
index a757fffe3..9481baaa4 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -349,8 +349,6 @@ namespace Carpet {
vector<int> const host_procs = HostProcs(host_id);
int const num_host_procs = host_procs.size();
assert(num_host_procs > 0);
- cout << "HHH\n";
- cout << "num_host_procs=" << num_host_procs << "\n";
#if 0
// Collect information from all processes on this host
vector<char> sendbuf(num_host_procs * CPU_SETSIZE, 0);
@@ -394,7 +392,6 @@ namespace Carpet {
for (int n=0; n<CPU_SETSIZE; ++n) {
if (mask.at(n)) ++num_cores;
}
- cout << "num_cores=" << num_cores << "\n";
if (num_cores >= mynthreads * num_host_procs) {
// It seems that all cores are available to all processes on
// this host. Split the cores evenly across the processes.
@@ -404,7 +401,6 @@ namespace Carpet {
if (p == myproc) break;
skip_cores += mynthreads;
}
- cout << "skip_cores=" << skip_cores << "\n";
for (int n=0; n<mynthreads; ++n) {
if (skip_cores == 0) break;
if (mask.at(n)) {
@@ -421,7 +417,6 @@ namespace Carpet {
break;
}
}
- cout << "n0=" << n0 << "\n";
if (n0 >= 0) {
CCTK_VInfo (CCTK_THORNSTRING,
"Selecting cores %d-%d for this process",