aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:10:32 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:10:32 +0000
commit25ec5f611d758944670af91340fd85f3fc858cd3 (patch)
treeaf9cc4747f4e5e5c4c87a00970e6c96d859ccc84 /src
parente89135a8b7c2073f8e547400e192ff4a6d4829d2 (diff)
GRHydro: Make "CalcBcom" compatible with multipatch by enforcing scheduling after local->global trafo of primitives.
From: Christian Reisswig <reisswig@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@546 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src')
-rw-r--r--src/GRHydro_CalcBcom.F904
1 files changed, 0 insertions, 4 deletions
diff --git a/src/GRHydro_CalcBcom.F90 b/src/GRHydro_CalcBcom.F90
index d6bbe23..fc46eea 100644
--- a/src/GRHydro_CalcBcom.F90
+++ b/src/GRHydro_CalcBcom.F90
@@ -40,10 +40,6 @@
call CCTK_WARN(0,"No storage for GRHydro::bcom")
end if
- if (GRHydro_UseGeneralCoordinates(cctkGH).ne.0) then
- call CCTK_WARN(0,"MP not yet supported in GRHydro_CalcBcom")
- end if
-
!$OMP PARALLEL DO PRIVATE(i,j,k,velxlow, velylow, velzlow,&
!$OMP Bvecxlow,Bvecylow,Bveczlow, bdotv,dum1,dum2,b2,bxlow,bylow,bzlow)