From 339759ab0bfe774c79e4b2af373f3036211d59a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Tue, 24 Mar 2026 07:54:09 +0100 Subject: [PATCH] Fix broken docstring --- src/executorlib/executor/flux.py | 6 +++--- src/executorlib/executor/slurm.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/executorlib/executor/flux.py b/src/executorlib/executor/flux.py index 86a222a6..14112ebf 100644 --- a/src/executorlib/executor/flux.py +++ b/src/executorlib/executor/flux.py @@ -55,7 +55,7 @@ class FluxJobExecutor(BaseExecutor): allowed to take in seconds. * priority (int): the queuing system priority assigned to a given Python function to influence the scheduling. - *`slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) + * slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) pmi_mode (str): PMI interface to use (OpenMPI v5 requires pmix) default is None flux_executor (flux.job.FluxExecutor): Flux Python interface to submit the workers to flux flux_executor_nesting (bool): Provide hierarchically nested Flux job scheduler inside the submitted function. @@ -287,7 +287,7 @@ class FluxClusterExecutor(BaseExecutor): allowed to take in seconds. * priority (int): the queuing system priority assigned to a given Python function to influence the scheduling. - *`slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) + * slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) pysqa_config_directory (str, optional): path to the pysqa config directory (only for pysqa based backend). pmi_mode (str): PMI interface to use (OpenMPI v5 requires pmix) default is None hostname_localhost (boolean): use localhost instead of the hostname to establish the zmq connection. In the @@ -544,7 +544,7 @@ def create_flux_executor( allowed to take in seconds. * priority (int): the queuing system priority assigned to a given Python function to influence the scheduling. - *`slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) + * slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) pmi_mode (str): PMI interface to use (OpenMPI v5 requires pmix) default is None flux_executor (flux.job.FluxExecutor): Flux Python interface to submit the workers to flux flux_executor_nesting (bool): Provide hierarchically nested Flux job scheduler inside the submitted function. diff --git a/src/executorlib/executor/slurm.py b/src/executorlib/executor/slurm.py index f9e673d2..46370e51 100644 --- a/src/executorlib/executor/slurm.py +++ b/src/executorlib/executor/slurm.py @@ -56,7 +56,7 @@ class SlurmClusterExecutor(BaseExecutor): allowed to take in seconds. * priority (int): the queuing system priority assigned to a given Python function to influence the scheduling. - *`slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) + * slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) pysqa_config_directory (str, optional): path to the pysqa config directory (only for pysqa based backend). pmi_mode (str): PMI interface to use (OpenMPI v5 requires pmix) default is None hostname_localhost (boolean): use localhost instead of the hostname to establish the zmq connection. In the @@ -297,7 +297,7 @@ class SlurmJobExecutor(BaseExecutor): allowed to take in seconds. * priority (int): the queuing system priority assigned to a given Python function to influence the scheduling. - *`slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) + * slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only) pmi_mode (str): PMI interface to use (OpenMPI v5 requires pmix) default is None hostname_localhost (boolean): use localhost instead of the hostname to establish the zmq connection. In the context of an HPC cluster this essential to be able to communicate to an