1. 20 Apr, 2016 6 commits
    • Morris Jette's avatar
      Add time limits to some tests · 635c88be
      Morris Jette authored
      Without these time limits and without time limits on the partitions,
      the group usage limits become huge values and make validation of some
      qos/association limit tests confusing
      635c88be
    • Brian Christiansen's avatar
      Fix assertion when using scancel --signal. · 4ff9ac09
      Brian Christiansen authored
      Bug 2601
      4ff9ac09
    • Brian Christiansen's avatar
      Fix race condition that causes segfault. · 2f593e5d
      Brian Christiansen authored
      When using NO_NHC, the step's job ptr would be nulled out before signalling the tasks.
      2f593e5d
    • Janne Blomqvist's avatar
      Support the intel_pstate scaling driver · a4f35c45
      Janne Blomqvist authored
      I noticed that the CpuFreqDef config option was only partially implemented. The value was parsed, but the never used. So I took the liberty of re-purposing it to mean sort of the opposite, namely the frequency governor to use when running a job step in case the job doesn't explicitly provide any --cpu-freq option.
      
      I also changed the default of the CpuFreqGovernors option to be "ondemand,performance", since ondemand isn't available with the intel_pstate driver.
      
      Otherwise the patch should be relatively straightforward and only changes a few minor things here and there.
      a4f35c45
    • Tim Wickberg's avatar
      836decb1
    • Tim Wickberg's avatar
      Fix build on FreeBSD · 2349d93d
      Tim Wickberg authored
      a) setpgrp() swapped for equivalent setpgid(0, 0)
      
      b) define _GNU_SOURCE to unmask getline function definition in stdlib.h
      2349d93d
  2. 16 Apr, 2016 1 commit
    • Morris Jette's avatar
      Fix race condtion in a test · 0cbeddda
      Morris Jette authored
      The test was sensitive with respect to a batch step starting before
        requeuing the job. The batch step accounting record either appeared
        in the accounting records or did not depending upon timing. A sleep
        has been added after the job enters RUNNING state to make sure the
        batch steps starts and an accounting records is generated for it.
      0cbeddda
  3. 15 Apr, 2016 21 commits
  4. 14 Apr, 2016 12 commits