[Commits] [svn:einsteintoolkit] Workshop_Spring_2012/handson_analysis/Cactus/arrangements/Introduction/CoreTracker/ (Rev. 70)

roland.haas at physics.gatech.edu roland.haas at physics.gatech.edu
Thu Apr 5 10:22:21 CDT 2012


User: rhaas
Date: 2012/04/05 10:22 AM

Modified:
 /handson_analysis/Cactus/arrangements/Introduction/CoreTracker/
  schedule.ccl

Log:
 fix unsupported schedule statemens

File Changes:

Directory: /handson_analysis/Cactus/arrangements/Introduction/CoreTracker/
==========================================================================

File [modified]: schedule.ccl
Delta lines: +0 -7
===================================================================
--- handson_analysis/Cactus/arrangements/Introduction/CoreTracker/schedule.ccl	2012-04-05 14:57:38 UTC (rev 69)
+++ handson_analysis/Cactus/arrangements/Introduction/CoreTracker/schedule.ccl	2012-04-05 15:22:21 UTC (rev 70)
@@ -6,29 +6,22 @@
 {
     LANG: C
     OPTIONS: global
-    WRITES: CoreTracker::core_location
 } "Import initial location from parameters"
 
 schedule CoreTracker_SetGridFunction AT POSTINITIAL
 {
     LANG: C
-    READS: HydroBase::rho Grid::coordinates CoreTracker::core_location
-    WRITES: CoreTracker::density_weighted_core_location
 } "Set initial grid functions"
 
 schedule CoreTracker_SetGridFunction in MoL_PseudoEvolution
 {
     LANG: C
-    READS: HydroBase::rho Grid::coordinates CoreTracker::core_location
-    WRITES: CoreTracker::density_weighted_core_location
 } "Compute rho*x^i"
 
 schedule CoreTracker_Reduce at ANALYSIS
 {
     LANG: C
     OPTIONS: global
-    READS: CoreTracker::density_weighted_core_location
-    WRITES: core_location
 } "compute center of mass of core region"
 
 # only used for debugging



More information about the Commits mailing list