1. 31 Mar, 2015 3 commits
    • Morris Jette's avatar
      Error on user changing job priority · 76706b51
      Morris Jette authored
      Requests by normal user to reset a job priority (even to lower it) will
      result in an error saying to change the job's nice value instead.
      76706b51
    • Morris Jette's avatar
      Limit user change of job priority · 4454316e
      Morris Jette authored
      A non-administrator change to job priority will not be persistent except
      for holding the job. User's wanting to change a job priority on a persistent
      basis should reset it's "nice" value.
      Without this change a user might lower a job's priority, but Slurm will
      not lower it more based upon fair-share changes.
      4454316e
    • Morris Jette's avatar
      Increase MAX_PACK_MEM_LEN to 1GB · 064343c2
      Morris Jette authored
      Increase the MAX_PACK_MEM_LEN define to avoid PMI2 failure when fencing
      with large amount of ranks (to 1GB).
      064343c2
  2. 30 Mar, 2015 1 commit
  3. 27 Mar, 2015 3 commits
    • Morris Jette's avatar
      Verify plugin versions at load time · 45f671a8
      Morris Jette authored
      Verify that all plugin version numbers are identical to the component
      attempting to load them. Without this verification, the plugin can reference
      Slurm functions in the caller which differ (e.g. the underlying function's
      arguments could have changed between Slurm versions).
      NOTE: All plugins (except SPANK) must be built against the identical
      version of Slurm in order to be used by any Slurm command or daemon. This
      should eliminate some very difficult to diagnose problems due to use of old
      plugins.
      45f671a8
    • Brian Christiansen's avatar
      Change list_for_each priority functions to always return SUCCESS. · b2be6159
      Brian Christiansen authored
      Bug 1469
      Return values from void functions are unknown and were causing
      list_for_each to short ciruit processing of the job list.
      b2be6159
    • David Bigagli's avatar
      Increase the size of MinJobAge. · 711d815e
      David Bigagli authored
      711d815e
  4. 26 Mar, 2015 2 commits
  5. 25 Mar, 2015 1 commit
    • Morris Jette's avatar
      burst_buffer/cray - Updated APIs · 57a3aefb
      Morris Jette authored
      Modify the command names per latest Cray documentation.
      Add Cray API calls, which will replace the Cray command line
        interfaces when available. More work will be required for
        this conversion to the APIs.
      Update documentation.
      57a3aefb
  6. 23 Mar, 2015 3 commits
  7. 20 Mar, 2015 4 commits
  8. 19 Mar, 2015 2 commits
  9. 18 Mar, 2015 7 commits
  10. 17 Mar, 2015 1 commit
  11. 16 Mar, 2015 1 commit
    • jette's avatar
      Added SchedulerParameters option bf_min_age_reserve · 7213891c
      jette authored
      Added new SchedulerParameters value of bf_min_age_reserve. The backfill
      scheduler will not reserve resources for pending jobs until they have
      been pending for at least the specified number of seconds. This can be
      valuable if jobs lack time limits or all time limits have the same value.
      7213891c
  12. 13 Mar, 2015 2 commits
  13. 12 Mar, 2015 2 commits
  14. 11 Mar, 2015 2 commits
  15. 10 Mar, 2015 2 commits
  16. 09 Mar, 2015 3 commits
  17. 06 Mar, 2015 1 commit