src/Pure/Admin/afp.scala
changeset 69693 06153e2e0cdb
parent 67817 93faefc25fe7
child 69787 60b5a4731695
--- a/src/Pure/Admin/afp.scala	Sat Jan 19 19:16:58 2019 +0100
+++ b/src/Pure/Admin/afp.scala	Sat Jan 19 20:18:26 2019 +0100
@@ -11,6 +11,13 @@
 {
   val repos_source = "https://bitbucket.org/isa-afp/afp-devel"
 
+  val groups: Map[String, String] =
+    Map("large" -> "full 64-bit memory model or word arithmetic required",
+      "slow" -> "CPU time much higher than 60min (on mid-range hardware)",
+      "very_slow" -> "elapsed time of many hours (on high-end hardware)")
+
+  def groups_bulky: List[String] = List("large", "slow")
+
   def init(options: Options, base_dir: Path = Path.explode("$AFP_BASE")): AFP =
     new AFP(options, base_dir)