executorlib.executor.flux

executorlib.executor.flux#

Functions

create_flux_executor([max_workers, ...])

Create a flux executor

Classes

FluxClusterExecutor([max_workers, ...])

The executorlib.FluxClusterExecutor leverages either the message passing interface (MPI), the SLURM workload manager or preferable the flux framework for distributing python functions within a given resource allocation.

FluxJobExecutor([max_workers, ...])

The executorlib.FluxJobExecutor leverages either the message passing interface (MPI), the SLURM workload manager or preferable the flux framework for distributing python functions within a given resource allocation.