1. 19 Dec, 2017 4 commits
  2. 18 Dec, 2017 2 commits
  3. 15 Dec, 2017 4 commits
  4. 14 Dec, 2017 1 commit
  5. 13 Dec, 2017 1 commit
  6. 12 Dec, 2017 1 commit
    • Brian Christiansen's avatar
      Update jobcomp records on duplicate inserts · 003f65c3
      Brian Christiansen authored
      In the federation case, the origin job is completed in the database when
      a sibling job starts the job. The complete message is then sent again to
      the database when the job is completed on the sibling cluster but
      it is updated with the sibling job's exit code.
      
      The jobcomp plugin didn't handle the multiple updates to the record.
      This change allows the existing record to be updated.
      
      Bug 4493
      003f65c3
  7. 11 Dec, 2017 2 commits
  8. 08 Dec, 2017 2 commits
    • Danny Auble's avatar
      Fix Slurm to work correctly with HDF5 1.10+. · 006d172a
      Danny Auble authored
      In 1.10+ they changed the hid_t from an int to a long int which
      messes things up as they use the top 32 bits for stuff right off
      the bat.  This fixes the scenario by handing the number with a int32_t
      instead of an int.
      
      Bug 3795
      006d172a
    • Morris Jette's avatar
      Fix node reboot timeout problem · 41c6ac6a
      Morris Jette authored
      Fix potential node reboot timeout problem for "scontrol reboot" command.
      bug 4203
      41c6ac6a
  9. 07 Dec, 2017 4 commits
  10. 06 Dec, 2017 3 commits
    • Danny Auble's avatar
      Wait to start a batch step · a42d325f
      Danny Auble authored
      until the prolog and extern step are fully ran/launched.
      
      Only matters if running with PrologFlags=[contain|alloc].
      
      patch 2 of 2
      
      Bug 4458
      a42d325f
    • Danny Auble's avatar
      Only say a prolog is done running after the extern step is launched. · 71e89f7b
      Danny Auble authored
      Patch 1 of 2
      
      Bug 4458
      71e89f7b
    • David Gloe's avatar
      Replace slurm_playbook.yaml.in with a version that auto-detects the Slurm version. · d54eb247
      David Gloe authored
      Due to the way Cray builds Slurm, the prefix and bindir paths include the
      Slurm version (/opt/slurm/<version>). This means every time we update to a
      new Slurm version we must update the Slurm ansible playbook. It also means
      that the slurm_playbook.yaml file must be built with Slurm to be used
      (it can't simply be copied directly).
      
      The attached patch updates the playbook to determine the version of Slurm
      to use from the module file, and hardcodes the sysconfdir setting we give
      in our Slurm installation guide. If a customer uses different paths, they
      can update the playbook to meet their needs.
      
      Bug 4360.
      d54eb247
  11. 05 Dec, 2017 6 commits
  12. 01 Dec, 2017 2 commits
  13. 30 Nov, 2017 2 commits
  14. 29 Nov, 2017 2 commits
  15. 28 Nov, 2017 4 commits