executorlib.executor#
The executor module provides five different executor classes the user interacts with, namely: SingleNodeExecutor, SlurmClusterExecutor, FluxClusterExecutor, SlurmJobExecutor and FluxJobExecutor. In addition, it includes a BaseExecutor class to validate a given executor object is based on executorlib.
Modules