1. 25 Apr, 2016 1 commit
  2. 23 Apr, 2016 1 commit
  3. 21 Apr, 2016 2 commits
  4. 20 Apr, 2016 3 commits
    • Morris Jette's avatar
      burst_buffer/cray - fix create/desroy buffer only · 1391d29a
      Morris Jette authored
      burst_buffer/cray - Don't call Datawarp "paths" function if script includes
          only create or destroy of persistent burst buffer. Some versions of Datawarp
          software return an error for such scripts, causing the job to be held.
      bug 2624
      1391d29a
    • 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
  5. 15 Apr, 2016 1 commit
    • Morris Jette's avatar
      Network topology option · bd42eaf7
      Morris Jette authored
      Add TopologyParam option of "TopoOptional" to optimize network topology
          only for jobs requesting it.
      bug 2567
      bd42eaf7
  6. 14 Apr, 2016 8 commits
  7. 13 Apr, 2016 7 commits
  8. 12 Apr, 2016 3 commits
  9. 11 Apr, 2016 5 commits
  10. 09 Apr, 2016 1 commit
    • Morris Jette's avatar
      backfill scheduling enhancement · e62a9270
      Morris Jette authored
      When determining when a pending job will be able to start, rather
        than testing after removing each running job and trying to schedule
        the pending jobs, remove multiple jobs that all end about the
        same time before testing. This reduces the number of calls to
        the job placement logic, which is time consuming.
      e62a9270
  11. 08 Apr, 2016 1 commit
  12. 07 Apr, 2016 2 commits
  13. 06 Apr, 2016 5 commits