1. 14 Jan, 2019 2 commits
    • Isaac Hartung's avatar
      sview - disable admin mode for non-admins · 20cb8184
      Isaac Hartung authored
      
      
      Bug 4700.
      
      Co-authored-by: default avatarTim Wickberg <tim@schedmd.com>
      20cb8184
    • Felip Moll's avatar
      Remove MemLimitEnforce parameter · 4ae29f1a
      Felip Moll authored
      This patch removes the MemLimitEnforce parameter from Slurm and moves the
      condition to enable the feature to the JobAcctGatherParam=OverMemoryKill.
      Setting OverMemoryKill will now enable the mechanism that was before enabled
      with MemLimitEnforce=yes, so activation of killing jobs or steps due to
      exceeding memory will be done in the same place. Also reconfiguring or
      starting slurmd/ctld with incorrect configuration will cause a fatal error.
      
      Bug 5479
      4ae29f1a
  2. 11 Jan, 2019 4 commits
  3. 09 Jan, 2019 3 commits
  4. 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
  5. 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
  6. 04 Jan, 2019 2 commits
  7. 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
  8. 28 Dec, 2018 4 commits
  9. 26 Dec, 2018 4 commits
  10. 21 Dec, 2018 4 commits
  11. 20 Dec, 2018 3 commits
  12. 19 Dec, 2018 2 commits
  13. 18 Dec, 2018 5 commits
  14. 17 Dec, 2018 1 commit
  15. 14 Dec, 2018 1 commit