aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/SetupGH.cc
diff options
context:
space:
mode:
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 74d9f8e67..ee114d982 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -342,11 +342,6 @@ namespace Carpet {
}
}
}
- // Number of MPI processes on this host
- int const myproc = CCTK_MyProc(cctkGH);
-#if 0
- int const nprocs = CCTK_nProcs(cctkGH);
-#endif
int const host_id = HostId(myproc);
vector<int> const host_procs = HostProcs(host_id);
int const num_host_procs = host_procs.size();