diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-01-30 23:35:31 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-30 23:35:31 +0200 |
commit | ebf88ff593bf02e15d348e41df2139ae58ac0b6a (patch) | |
tree | 242e1438d86c59738ed4a5eb01482c616373b227 /gnu/packages | |
parent | 9008e0ec3f4bbb6a3ac294aab8a67e7800b850fd (diff) |
gnu: slurm: Update note about slurm versions.
* gnu/packages/parallel.scm: Update note about what slurm versions
should be kept.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/parallel.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 595b8f12eb..7446ff5a67 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -194,6 +194,8 @@ by managing a queue of pending work.") ;; in incompatible ways, as noted in ;; <https://slurm.schedmd.com/troubleshoot.html#network>. Thus, keep older ;; releases here. See also <https://issues.guix.gnu.org/44387>. +;; As noted in the link, YY.MM is the release scheme, and the 'maintenance' +;; digit does not introduce incompatibilities. (define-public slurm-20.02 (package |