1. 20 Apr, 2016 3 commits
    • 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 15 commits