src/Pure/System/host.scala
changeset 77483 291f5848bf55
parent 77478 e50cad69cbe7
child 77525 de6fb423fd4b
--- a/src/Pure/System/host.scala	Thu Mar 02 15:55:20 2023 +0100
+++ b/src/Pure/System/host.scala	Thu Mar 02 16:09:22 2023 +0100
@@ -54,7 +54,7 @@
   def process_policy_options(options: Options, numa_node: Option[Int]): Options =
     numa_node match {
       case None => options
-      case Some(n) => options.string("ML_process_policy") = process_policy(n)
+      case Some(n) => options.string("process_policy") = process_policy(n)
     }
 
   def perhaps_process_policy_options(options: Options): Options = {