1. 04 Jan, 2019 2 commits
  2. 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
  3. 28 Dec, 2018 4 commits
  4. 26 Dec, 2018 4 commits
  5. 21 Dec, 2018 4 commits
  6. 20 Dec, 2018 3 commits
  7. 19 Dec, 2018 2 commits
  8. 18 Dec, 2018 5 commits
  9. 17 Dec, 2018 1 commit
  10. 14 Dec, 2018 2 commits
  11. 11 Dec, 2018 1 commit
  12. 09 Dec, 2018 1 commit
    • Tim Wickberg's avatar
      Remove sbatch --x11 option. · c9728469
      Tim Wickberg authored
      New X11 forwarding code will only support forwarding back to
      salloc or an allocating srun command.
      
      Using this option within sbatch was always hit-or-miss. If the
      user submitting was disconnected from the alloc host for any
      reason their xauth credentials would likely fail even if they
      managed to get assigned the same local TCP port for forwarding.
      
      Bug 3647.
      c9728469
  13. 07 Dec, 2018 4 commits
  14. 06 Dec, 2018 5 commits