aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-08-10 19:45:41 +0000
committerschnetter <schnetter@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-08-10 19:45:41 +0000
commit7fab5181340751fa513dd14ed32dce847b0d0001 (patch)
treec4fa2817806c7b39a839781baec8e1a4fe272fd8 /schedule.ccl
parent38158ed08c1e055091b3209caa14662b5b0edb32 (diff)
Do not synchronise initial data since all grid points are initialised.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@62 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4d6e4ee..c15c008 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -18,7 +18,7 @@ if (CCTK_Equals(initial_data, "twopunctures"))
{
LANG: C
STORAGE: puncture_u
- SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse
+ # SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse
} "Create puncture black hole initial data"
}
else
@@ -27,7 +27,7 @@ if (CCTK_Equals(initial_data, "twopunctures"))
{
LANG: C
STORAGE: puncture_u
- SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse
+ # SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse
} "Create puncture black hole initial data"
}
}