Skip to content
Snippets Groups Projects
Select Git revision
  • 6aa152a1827784e2956dcb5df2d0fd650494e76f
  • master default protected
2 results

slurmexecutorplugin

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • mancini's avatar
    Mattia Mancini authored
    6aa152a1
    History
    Name Last commit Last update
    lib
    README.md
    setup.py

    SLURM executor plugin for AIRFLOW - README

    The slurm executor plugin enables the possibility to use slurm as an executor provided that the scheduler is executed on a machine where the slurm client is configured properly.

    To use the plugin after installing the package change the AIRFLOW configuration file as such:

    # The executor class that airflow should use. Choices include
    # SequentialExecutor, LocalExecutor, CeleryExecutor, DaskExecutor, KubernetesExecutor
    executor = slurm.SlurmExecutor