From 49ee0a3bff7db245a7582526550cdd966ba9deaa Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 24 Feb 2026 16:43:44 -0500 Subject: [PATCH 1/3] README: Make it more clear which managers are unmaintained --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index b066e13..9d1fa6c 100755 --- a/README.md +++ b/README.md @@ -2,13 +2,6 @@ The `ClusterManagers.jl` package implements code for different job queue systems commonly used on compute clusters. -> [!WARNING] -> This package is not currently being actively maintained or tested. -> -> We are in the process of splitting this package up into multiple smaller packages, with a separate package for each job queue systems. -> -> We are seeking maintainers for these new packages. If you are an active user of any of the job queue systems listed below and are interested in being a maintainer, please open a GitHub issue - say that you are interested in being a maintainer, and specify which job queue system you use. - ## Available job queue systems ### In this package From b2fc2c55d7cad3b6d198d01b8725f4ed308508b8 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 24 Feb 2026 17:48:52 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9d1fa6c..4cd72ae 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ The `ClusterManagers.jl` package implements code for different job queue systems commonly used on compute clusters. +> [!WARNING] +> Some of the cluster managers in this package are not currently being actively maintained or tested. Please see the tables below to determine which managers are or are not maintained. + ## Available job queue systems ### In this package From 0ced56e4f844a2295ea230f4dbddd1fad2a5b1a6 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 24 Feb 2026 19:20:27 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd72ae..24b2b01 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The `ClusterManagers.jl` package implements code for different job queue systems commonly used on compute clusters. > [!WARNING] -> Some of the cluster managers in this package are not currently being actively maintained or tested. Please see the tables below to determine which managers are or are not maintained. +> Some of the cluster managers in this package are not currently being actively maintained or tested. Please see the tables below to determine which managers are/are not maintained. ## Available job queue systems