etc/options
changeset 68130 6fb85346cb79
parent 67743 7bd0a250183b
child 68154 42d63ea39161
equal deleted inserted replaced
68129:b73678836f8e 68130:6fb85346cb79
    69 option threads_trace : int = 0
    69 option threads_trace : int = 0
    70   -- "level of tracing information for multithreading"
    70   -- "level of tracing information for multithreading"
    71 option threads_stack_limit : real = 0.25
    71 option threads_stack_limit : real = 0.25
    72   -- "maximum stack size for worker threads (in giga words, 0 = unlimited)"
    72   -- "maximum stack size for worker threads (in giga words, 0 = unlimited)"
    73 
    73 
       
    74 public option parallel_limit : int = 0
       
    75   -- "approximative limit for parallel tasks (0 = unlimited)"
    74 public option parallel_print : bool = true
    76 public option parallel_print : bool = true
    75   -- "parallel and asynchronous printing of results"
    77   -- "parallel and asynchronous printing of results"
    76 public option parallel_proofs : int = 1
    78 public option parallel_proofs : int = 1
    77   -- "level of parallel proof checking: 0, 1, 2"
    79   -- "level of parallel proof checking: 0, 1, 2"
    78 option parallel_subproofs_threshold : real = 0.01
    80 option parallel_subproofs_threshold : real = 0.01