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

Module Bistro_engine.SchedulerSource

Sourcetype error = [
  1. | `Msg of string
]
Sourcemodule Gc : sig ... end
Sourcemodule type Backend = sig ... end
Sourcemodule Make (Backend : Backend) : sig ... end
include sig ... end
Sourceval gc_state : t -> Gc.state option
Sourceval protect : t -> 'a Bistro.workflow -> unit
Sourceval start : t -> unit
Sourceval eval : t -> 'a Bistro.workflow -> ('a, Execution_trace.t list) Lwt_result.t
Sourceval eval_exn : t -> 'a Bistro.workflow -> 'a Lwt.t
Sourceval error_report : t -> Execution_trace.t list -> string
Sourceval stop : t -> unit Lwt.t
Sourceval create : ?np:int -> ?mem:[ `GB of int ] -> ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Logger.t list -> ?collect:bool -> Db.t -> t
Sourceval simple_eval_exn : ?np:int -> ?mem:[ `GB of int ] -> ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Logger.t list -> ?collect:bool -> ?db_path:string -> 'a Bistro.workflow -> 'a
Sourceval build_file_exn : ?np:int -> ?mem:[ `GB of int ] -> ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Logger.t list -> ?collect:bool -> ?db_path:string -> output:string -> 'a Bistro.file -> unit
OCaml

Innovation. Community. Security.