Skip to content

Releases: mariux64/mxq

Diabolical Dog.7

11 Sep 14:57
Compare
Choose a tag to compare

Diabolical Dog.6

27 Aug 19:33
Compare
Choose a tag to compare
  • Fixed: Wrong exit status of mxqkill
  • Fixed (hopefully): Finished jobs not changing to FINISHED due to mysql deadlock

Diabolical Dog.5

22 Aug 11:48
Compare
Choose a tag to compare

mxqkill has new -A | --all option to cancel all active jobs of a user

Diabolical Dog.4

02 Jun 16:22
Compare
Choose a tag to compare
  • mxqd_control: Check prerequisites against empty group tags

We want to be able to use group tags as a stigma so that servers can be
configured to accept only jobs without certain tags. For example,
mxqi can add a tag "mxqi" to its jobs and the servers which shouldn't
run mxqi jobs can use "!mxqi" as their prerequisites.

However, for that to work, we need to evaluate server prerequistes even
for jobs which don't have any tags.

Remove the check, which skips server prerequistes evaluation for jobs
without tags.

  • mxqsub: Remove a stray space character from output
  • mxqd_control: Check prerequisites against empty group tags

Diabolical Dog.3

25 May 11:42
Compare
Choose a tag to compare
  • mxqsub: Implement --tmpdir argument without units

Diabolical Dog.2

17 Feb 15:44
Compare
Choose a tag to compare
  • Don't fail on mxqub --umask 0
  • Improve "Job with 123 has no ..." error message
  • Add temporary gpu setup debug messages
  • Fix potential gpu-init job-release race
  • Fix bison build warning
  • Better handle terminating jobs when /var/spool is full
  • Use explicit character sets for database tables
  • Create two indexes to reduces database load
  • Remove message if -t is defaulted when using mxqsub
  • Improve mxqkill usage message
  • Avoid an assertion failure when database connection is lost temporarily

Diabolical Dog.1

08 Jan 17:35
Compare
Choose a tag to compare
  • Fix "Groups job counts wrong after group is killed" (#154)

Diabolical Dog

29 Dec 15:43
Compare
Choose a tag to compare

mxqkill -J xxx can now be used to kill running jobs.

Chaotic Chameleon.9

02 Nov 10:33
Compare
Choose a tag to compare
  • Don't let server go into WAITING state for unreasonable TMPDIR space requests

Chaotic Chameleon.8

28 Oct 09:45
Compare
Choose a tag to compare
  • Avoid writeback of tmpdir when it is cleaned up after job completion.