Skip to content

Commit b15de23

Browse files
Update executorlib/executor/single.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ad2e5de commit b15de23

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

executorlib/executor/single.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)