executorlib.executor.single#
Functions
|
Create a single node executor |
Classes
|
The executorlib.SingleNodeExecutor 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. |
|
The executorlib.api.TestClusterExecutor is designed to test the file based communication used in the SlurmClusterExecutor and the FluxClusterExecutor locally. |