package bistro

  1. Overview
  2. Docs
A library to build and run distributed scientific workflows

Install

Dune Dependency

Authors

Maintainers

Sources

bistro-0.6.0.tbz
sha256=146177faaaa9117a8e2bf0fd60cb658662c0aa992f35beb246e6fd0766050e66
sha512=553fe0c20f236316449b077a47e6e12626d193ba1916e9da233e5526dd39090e8677277e1c79baace3bdc940cb009f25431730a8efc00ae4ed9cc42a0add9609

doc/bistro.engine/Bistro_engine/Execution_trace/index.html

Module Bistro_engine.Execution_traceSource

Sourcetype time = float
Sourcemodule Outcome : sig ... end
Sourcemodule Run_details : sig ... end
Sourcetype t =
  1. | Run of {
    1. ready : time;
    2. start : time;
    3. _end_ : time;
    4. details : Run_details.t;
    }
  2. | Done_already of {
    1. id : string;
    }
  3. | Canceled of {
    1. id : string;
    2. missing_deps : t list;
    }
  4. | Allocation_error of {
    1. id : string;
    2. msg : string;
    }
Sourceval is_errored : t -> bool
Sourceval error_report : t -> Db.t -> Buffer.t -> unit
Sourceval all_ok : t list -> bool
Sourceval gather_failures : t list -> t list
Sourcemodule Set : Set.S with type elt = t
OCaml

Innovation. Community. Security.