From e7661f29a691b88718e73a55938849407ab2773f Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Thu, 21 Mar 2024 16:29:22 +0100
Subject: [PATCH] meta(entry-points): add a slurm entry-point.

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index c27f877..aa32642 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -82,6 +82,7 @@
     sge-io-big      = "bob.pipelines.config.distributed.sge_io_big:dask_client"
     sge-io-big-non-adaptive = "bob.pipelines.config.distributed.sge_io_big_non_adaptive:dask_client"
     sge-gpu         = "bob.pipelines.config.distributed.sge_gpu:dask_client"
+    slurm           = "bob.pipelines.config.distributed.slurm_cpu_default:dask_client"
 
 [tool.distutils.bdist_wheel]
     universal = true
-- 
GitLab