aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/configuration.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-01-22 14:41:18 -0500
committerErik Schnetter <schnetter@gmail.com>2013-01-22 14:41:18 -0500
commitbcf3bb045b9b26b4daacf39584e6fc25c03da3ad (patch)
tree1718d35520a084eb1f795ec13c0c3d9979c8775f /Carpet/CarpetLib/configuration.ccl
parent954c610f54667697a8a821370d09db04f54548ef (diff)
CarpetLib, LoopControl: Correct required/optional capabilities
Diffstat (limited to 'Carpet/CarpetLib/configuration.ccl')
-rw-r--r--Carpet/CarpetLib/configuration.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/configuration.ccl b/Carpet/CarpetLib/configuration.ccl
index 12ba9306c..f992cca04 100644
--- a/Carpet/CarpetLib/configuration.ccl
+++ b/Carpet/CarpetLib/configuration.ccl
@@ -6,9 +6,9 @@ PROVIDES CarpetLib
LANG
}
-REQUIRES CycleClock MPI Vectors
+REQUIRES CycleClock MPI
-OPTIONAL LoopControl MPI
+OPTIONAL hwloc LoopControl Vectors
{
}