package bistro

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=0ccb7c97728c94d17494b150192f6162
sha512=61dbd0ee5b98cd5fb8871d653aef0e440c318e9fbca439c3b0e4f86a32fa03c2a8a4770cd96b929b21b378db6788fa7d4df15935370be5b7b227564a31994998

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

Module Bistro_engine.Scheduler

type error = [
  1. | `Msg of string
]
module Gc : sig ... end
module type Backend = sig ... end
module Make (Backend : Backend) : sig ... end
include sig ... end
val gc_state : t -> Gc.state option
val start : t -> unit
val eval : t -> 'a Bistro.workflow -> ('a, Execution_trace.t list) Lwt_result.t
val eval_exn : t -> 'a Bistro.workflow -> 'a Lwt.t
val error_report : t -> Execution_trace.t list -> string
val stop : t -> unit Lwt.t
val create : ?np:int -> ?mem:[ `GB of int ] -> ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Logger.t list -> ?collect:bool -> Db.t -> t
val 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
OCaml

Innovation. Community. Security.