1. 15 Dec, 2017 4 commits
  2. 13 Dec, 2017 2 commits
  3. 12 Dec, 2017 5 commits
  4. 11 Dec, 2017 8 commits
  5. 09 Dec, 2017 3 commits
  6. 08 Dec, 2017 9 commits
  7. 07 Dec, 2017 6 commits
  8. 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