1. 04 Apr, 2014 13 commits
  2. 03 Apr, 2014 21 commits
  3. 02 Apr, 2014 6 commits
    • Morris Jette's avatar
      Minor tweak to scheduler cycle timing · 8fb863f9
      Morris Jette authored
      Decrease maximimum scheduler main loop run time from 10 secs to
      4 secs for improved performance.
      If running with sched/backfill, do not run through all jobs on
      periodic scheduling loop, but only the default depth. The
      backfill scheduler can go through more jobs anyway due to its
      ability to relinquish and recover locks.
      See bug 616
      8fb863f9
    • David Bigagli's avatar
      Update NEWS and squeue man page. · 247c3ce0
      David Bigagli authored
      247c3ce0
    • Martins Innus's avatar
      Add the submission time to squeue output. · bcd71345
      Martins Innus authored
      bcd71345
    • Morris Jette's avatar
      launch/poe - fix network value · ad7100b8
      Morris Jette authored
      if an job step's network value is set by poe, either by directly
      executing poe or srun launching poe, that value was not being
      propagated to the job step creation RPC and the network was not
      being set up for the proper protocol (e.g. mpi, lapi, pami, etc.).
      The previous logic would only work if the srun execute line
      explicitly set the protocol using the --network option.
      ad7100b8
    • Morris Jette's avatar
      Change select plugin DebugFlag use · ebb74f16
      Morris Jette authored
      In select plugins, stop triggering extra logging based upon the debug flag
      CPU_Bind and use SelectType instead.
      ebb74f16
    • Morris Jette's avatar
      fix memory leak in new sdiag RPC · 82cc5688
      Morris Jette authored
      Also remove some logging that we no longer want
      82cc5688