File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,11 +256,8 @@ def __init__(
256256 log_obj_size : bool = False ,
257257 ):
258258 """
259- The executorlib.SlurmClusterExecutor leverages either the message passing interface (MPI), the SLURM workload
260- manager or preferable the flux framework for distributing python functions within a given resource allocation.
261- In contrast to the mpi4py.futures.MPIPoolExecutor the executorlib.SlurmClusterExecutor can be executed in a
262- serial python process and does not require the python script to be executed with MPI. It is even possible to
263- execute the executorlib.SlurmClusterExecutor directly in an interactive Jupyter notebook.
259+ The executorlib.TestClusterExecutor is designed to test the file based communication used in the SlurmClusterExecutor
260+ and the FluxClusterExecutor locally. It is not recommended for production use, rather use the SingleNodeExecutor.
264261
265262 Args:
266263 max_workers (int): for backwards compatibility with the standard library, max_workers also defines the
You can’t perform that action at this time.
0 commit comments