@@ -55,7 +55,7 @@ class FluxJobExecutor(BaseExecutor):
5555 allowed to take in seconds.
5656 * priority (int): the queuing system priority assigned to a given Python function to
5757 influence the scheduling.
58- *` slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only)
58+ * slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only)
5959 pmi_mode (str): PMI interface to use (OpenMPI v5 requires pmix) default is None
6060 flux_executor (flux.job.FluxExecutor): Flux Python interface to submit the workers to flux
6161 flux_executor_nesting (bool): Provide hierarchically nested Flux job scheduler inside the submitted function.
@@ -287,7 +287,7 @@ class FluxClusterExecutor(BaseExecutor):
287287 allowed to take in seconds.
288288 * priority (int): the queuing system priority assigned to a given Python function to
289289 influence the scheduling.
290- *` slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only)
290+ * slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only)
291291 pysqa_config_directory (str, optional): path to the pysqa config directory (only for pysqa based backend).
292292 pmi_mode (str): PMI interface to use (OpenMPI v5 requires pmix) default is None
293293 hostname_localhost (boolean): use localhost instead of the hostname to establish the zmq connection. In the
@@ -544,7 +544,7 @@ def create_flux_executor(
544544 allowed to take in seconds.
545545 * priority (int): the queuing system priority assigned to a given Python function to
546546 influence the scheduling.
547- *` slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only)
547+ * slurm_cmd_args (list): Additional command line arguments for the srun call (SLURM only)
548548 pmi_mode (str): PMI interface to use (OpenMPI v5 requires pmix) default is None
549549 flux_executor (flux.job.FluxExecutor): Flux Python interface to submit the workers to flux
550550 flux_executor_nesting (bool): Provide hierarchically nested Flux job scheduler inside the submitted function.
0 commit comments