Module Bistro_engine.SchedulerSource
Sourcetype error = [ | `Msg of string
] 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