aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-01-31 13:29:26 -0600
committerIan Hinder <ian.hinder@aei.mpg.de>2012-01-31 14:24:27 -0600
commit9d9a19daca1aff38e95e492d8d70459419a88763 (patch)
tree6b09de2d8ffad819526e72bb5a398aff75ac63fc
parent60fad9c3878cea05c5f941c3f5440270e7e50456 (diff)
Thorn.m: Rename REQUIRES and PROVIDES to READS and WRITES
Support for this has now been committed to the Cactus flesh
-rw-r--r--Tools/CodeGen/Thorn.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CodeGen/Thorn.m b/Tools/CodeGen/Thorn.m
index ca80096..21a37b4 100644
--- a/Tools/CodeGen/Thorn.m
+++ b/Tools/CodeGen/Thorn.m
@@ -394,8 +394,8 @@ scheduleUnconditionalFunction[spec_] :=
"# TAGS: " <> lookup[spec, Tags] <> "\n",
""],
- Map[{"REQUIRES: ", #, "\n"} &, lookupDefault[spec, RequiredGroups, {}]],
- Map[{"PROVIDES: ", #, "\n"} &, lookupDefault[spec, ProvidedGroups, {}]],
+ Map[{"READS: ", #, "\n"} &, lookupDefault[spec, RequiredGroups, {}]],
+ Map[{"WRITES: ", #, "\n"} &, lookupDefault[spec, ProvidedGroups, {}]],
(* Insert a storage block for each group we want to allocate
storage for *)