1. 18 Dec, 2017 2 commits
  2. 16 Dec, 2017 1 commit
    • Felip Moll's avatar
      Fix for bitstring interpretation on big-endian machine · 5a23c48a
      Felip Moll authored
      This patch fix commit b31bb7 for big-endian machines inverting the
      __builtin_clzll and __builtin_cltll calls depending on the architecture.
      This caused to get the incorrect first and last bit set on the bitmap in
      bit_ffs bit_fls.
      
      bug 4494
      5a23c48a
  3. 15 Dec, 2017 6 commits
  4. 14 Dec, 2017 1 commit
  5. 13 Dec, 2017 2 commits
  6. 12 Dec, 2017 4 commits
  7. 11 Dec, 2017 5 commits
  8. 09 Dec, 2017 2 commits
  9. 08 Dec, 2017 3 commits
  10. 07 Dec, 2017 4 commits
  11. 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
  12. 05 Dec, 2017 7 commits