aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetAdaptiveRegrid/src/CAR.hh
diff options
context:
space:
mode:
authorih <schnetter@cct.lsu.edu>2005-02-24 22:37:00 +0000
committerih <schnetter@cct.lsu.edu>2005-02-24 22:37:00 +0000
commit56413b0cf6648dc3f1be306e14846752cd99a5c6 (patch)
tree95db109b694b4c749c55340f94706442a5af89dc /CarpetDev/CarpetAdaptiveRegrid/src/CAR.hh
parentdfcb7f250c88af10fa884b0e1971ce8a422beb3f (diff)
CarpetAdaptiveRegrid: parallel support
Make CAR work on more than one processor (that is, I've tested it on my laptop using mpirun -np 2...). Note that at present whilst it runs and gives reasonable answers you do _not_ get the same answers as you would on 1 proc. This is a bug, as yet unfound. But, there probably are lots of other bugs in this code still to be found... darcs-hash:20050224223702-0ff1f-f766381f5309c747ea438dbd10976a99c86abd48.gz
Diffstat (limited to 'CarpetDev/CarpetAdaptiveRegrid/src/CAR.hh')
-rw-r--r--CarpetDev/CarpetAdaptiveRegrid/src/CAR.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/CarpetDev/CarpetAdaptiveRegrid/src/CAR.hh b/CarpetDev/CarpetAdaptiveRegrid/src/CAR.hh
index ca91b9511..eb6011da4 100644
--- a/CarpetDev/CarpetAdaptiveRegrid/src/CAR.hh
+++ b/CarpetDev/CarpetAdaptiveRegrid/src/CAR.hh
@@ -45,7 +45,9 @@ namespace CarpetAdaptiveRegrid {
gh::mexts & bbsss,
gh::rbnds & obss,
gh::rprocs & pss,
- gh::mexts & local_bbsss);
+ gh::mexts & local_bbsss,
+ gh::rbnds & local_obss);
+
void ManualCoordinates_OneLevel (const cGH * const cctkGH,
const gh & hh,