1. 30 Jan, 2019 2 commits
  2. 25 Jan, 2019 3 commits
  3. 23 Jan, 2019 5 commits
  4. 18 Jan, 2019 1 commit
  5. 17 Jan, 2019 7 commits
  6. 16 Jan, 2019 1 commit
    • Felip Moll's avatar
      Remove joules reporting in API and sview · 0d85c112
      Felip Moll authored
      scontrol and sview won't report Consumed Joules and Lowest Joules anymore.
      The reason is that these values were collected from slurmd start time which
      made them not useful for the users.
      
      Bug 6283
      0d85c112
  7. 15 Jan, 2019 1 commit
  8. 14 Jan, 2019 3 commits
  9. 11 Jan, 2019 4 commits
  10. 09 Jan, 2019 3 commits
  11. 08 Jan, 2019 2 commits
    • Tim Wickberg's avatar
      Fix initialization for lock arrays. · f7da0636
      Tim Wickberg authored
      As pthread_rwlock_t is a struct, we cannot use this syntax
      to initialize all elements of the array to the same value
      as we would if these were any basic type.
      
      Instead, move the initialization to a dedicated loop to ensure
      all locks are initialized correctly.
      
      This does not seem to have caused any issues on Linux platforms,
      but macOS at least does notice this mistake.
      
      Bug 6319.
      f7da0636
    • Tim Wickberg's avatar
      Change CryptoType to CredType. Rename crypto/munge plugin to cred/munge. · 6b88b0e4
      Tim Wickberg authored
      Add logic in read_config.c to handle old config option name.
      
      Bug 5916.
      6b88b0e4
  12. 07 Jan, 2019 1 commit
    • Felip Moll's avatar
      Add new DEBUG_FLAG_ACCRUE · 0e1b6007
      Felip Moll authored
      Added a new DebugFlag=accrue to show debug messages related to accrue time
      count or other related stuff.
      
      Bug 6096
      0e1b6007
  13. 04 Jan, 2019 2 commits
  14. 03 Jan, 2019 2 commits
    • Nate Rini's avatar
      sbatch - search cwd first for a job script before evaluating PATH. · aca40d16
      Nate Rini authored
      Regression introduced in ccafaf7b.
      
      Replace the (was always set to true) check_current_dir argument to
      search_path() with check_cwd_last boolean to indicate if cwd should be
      evaluated first (needed by sbatch) or last (salloc/srun).
      
      Bug 6271.
      aca40d16
    • Morris Jette's avatar
      Handle changes in GRES count · 5708502d
      Morris Jette authored
      Kill running/pending job is allocated GRES and that GRES has a "File"
          configuration, and the GRES count changes.
      Also generally better handle changes in GRES count (avoid some bugs
          in GRES data structures).
      5708502d
  15. 28 Dec, 2018 3 commits