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/Logger/index.html

Module Bistro_engine.LoggerSource

Sourcetype time = float
Sourcetype event =
  1. | Workflow_ready : _ Bistro_internals.Workflow.t -> event
  2. | Workflow_started : _ Bistro_internals.Workflow.t * Allocator.resource -> event
  3. | Workflow_ended : {
    1. details : Execution_trace.Run_details.t;
    2. start : time;
    3. _end_ : time;
    } -> event
  4. | Workflow_skipped : _ Bistro_internals.Workflow.t * [ `Done_already | `Missing_dep ] -> event
  5. | Workflow_allocation_error : _ Bistro_internals.Workflow.t * string -> event
  6. | Workflow_collected : _ Bistro_internals.Workflow.t -> event
  7. | Singularity_image_collected : Bistro_internals.Workflow.container_image -> event
  8. | Debug : string -> event
Sourceclass type t = object ... end
Sourceval null : < event : 'a -> 'b -> 'c -> unit ; stop : unit Lwt.t >
Sourceval tee : < event : 'a -> 'b -> 'c -> unit ; stop : unit Lwt.t.. > list -> < event : 'a -> 'b -> 'c -> unit ; stop : unit Lwt.t >
OCaml

Innovation. Community. Security.