aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Haas <rhaas@tapir.caltech.edu>2013-09-26 18:33:06 -0700
committerRoland Haas <rhaas@tapir.caltech.edu>2013-09-27 19:18:59 -0700
commitb991b3a287c25a543b5c6bb81273e88d50893e55 (patch)
tree5b5fb4264b93f21b725ac382668fe38a6bedfa4b
parent326c42c490629de1c8de3c59b6c62e1e831757b1 (diff)
Carpet: remove duplicate myproc variable in SetupGH
-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();