renamed environment variable
authorblanchet
Wed, 28 Jul 2010 19:23:56 +0200
changeset 38049 327705ac4759
parent 38048 9eda375ec19d
child 38050 0511f2e62363
renamed environment variable
src/HOL/Tools/ATP/atp_systems.ML
src/HOL/Tools/ATP/etc/settings
--- a/src/HOL/Tools/ATP/atp_systems.ML	Wed Jul 28 19:07:34 2010 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Wed Jul 28 19:23:56 2010 +0200
@@ -108,7 +108,7 @@
 (* The "-VarWeight=3" option helps the higher-order problems, probably by
    counteracting the presence of "hAPP". *)
 val spass_config : prover_config =
-  {executable = ("ISABELLE_ATP_MANAGER", "scripts/spass"),
+  {executable = ("ISABELLE_ATP", "scripts/spass"),
    required_executables = [("SPASS_HOME", "SPASS")],
    (* "div 2" accounts for the fact that SPASS is often run twice. *)
    arguments = fn complete => fn timeout =>
@@ -157,7 +157,7 @@
 val systems = Synchronized.var "atp_systems" ([]: string list)
 
 fun get_systems () =
-  case bash_output "\"$ISABELLE_ATP_MANAGER/scripts/remote_atp\" -w" of
+  case bash_output "\"$ISABELLE_ATP/scripts/remote_atp\" -w" of
     (answer, 0) => split_lines answer
   | (answer, _) =>
     error ("Failed to get available systems at SystemOnTPTP:\n" ^
@@ -184,7 +184,7 @@
         ({proof_delims, known_failures, max_new_relevant_facts_per_iter,
           prefers_theory_relevant, explicit_forall, ...} : prover_config)
         : prover_config =
-  {executable = ("ISABELLE_ATP_MANAGER", "scripts/remote_atp"),
+  {executable = ("ISABELLE_ATP", "scripts/remote_atp"),
    required_executables = [],
    arguments = fn _ => fn timeout =>
      " -t " ^ string_of_int (to_generous_secs timeout) ^ " -s " ^
--- a/src/HOL/Tools/ATP/etc/settings	Wed Jul 28 19:07:34 2010 +0200
+++ b/src/HOL/Tools/ATP/etc/settings	Wed Jul 28 19:23:56 2010 +0200
@@ -1,2 +1,1 @@
-ISABELLE_ATP_MANAGER="$COMPONENT"
-
+ISABELLE_ATP="$COMPONENT"