rtemis

Command Palette

Search for a command to run...

ExecutionConfig

Component

Language-independent config for rtemis execution: sequential, parallel, or distributed. Mirrors the `ExecutionConfig` object / `setup_ExecutionConfig` arguments.

Raw JSONv1Unknown properties rejected

Properties

backend
string

Execution backend.

one of"future""mirai""none"

n_workers
integer≥ 1

Number of parallel workers (used when backend is 'future' or 'mirai').

n_workers_outer
integer | null≥ 1

Workers for outer resampling. NULL = assigned by the worker ladder.

n_workers_tuning
integer | null≥ 1

Workers for tuning. NULL = assigned by the worker ladder.

n_workers_algorithm
integer | null≥ 1

Threads for a self-parallelizing algorithm. NULL = assigned by the worker ladder.

warm_workers
boolean

Load rtemis in every worker when the pool is built, rather than on each worker's first task.

future_plan
string | null

Future plan to use when backend is 'future'.

on_error
string

Failure policy.

one of"continue""stop""stop_outer"

seed
integer | null≥ 0

Master seed for the run's computation RNG.

shared_memory
string

Share worker data through OS shared memory.

one of"none""auto""always"

Relationships

Used by