From 612ab16541a42a0700ec028232f54fb209e1fba7 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 6 Sep 2016 13:44:47 +0200 Subject: [PATCH] mxq: upgrade to 0.24.1 This release includes a fix for the following bug: The count of running jobs and threads of a group were not deducted from the counters the server keeps for the user and the cluster. This lead to wrong scheduling, as users were thought to have more running jobs than they really had. https://github.molgen.mpg.de/mariux64/mxq/releases/tag/0.24.1 --- mxq.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxq.be0 b/mxq.be0 index c40af471f..25cddafb0 100755 --- a/mxq.be0 +++ b/mxq.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mxq-0.24.0-0 +# BEE_VERSION mxq-0.24.1-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)