1. 13 Oct, 2016 2 commits
    • Morris Jette's avatar
      Don't set SLURM_UMASK for batch jobs · e25905f0
      Morris Jette authored
      Do not propagate SLURM_UMASK environment variable to batch script.
      bug 2609
      e25905f0
    • Bjørn-Helge Mevik's avatar
      Correct bitmap test function · a04bef5a
      Bjørn-Helge Mevik authored
      Correct a bitmap test function (used only by the select/bluegene plugin).
        The effect of this bug is probably very limited as it will in almost
        all cases revert prematurely to a bit-by-bit test rather than using
        a full-word test.
      bug 3145
      a04bef5a
  2. 12 Oct, 2016 11 commits
  3. 11 Oct, 2016 9 commits
  4. 09 Oct, 2016 1 commit
  5. 07 Oct, 2016 2 commits
  6. 06 Oct, 2016 13 commits
  7. 05 Oct, 2016 2 commits
    • Morris Jette's avatar
      node_features/knl_cray plugin: KNL type check · 1b6c4ecf
      Morris Jette authored
      If a node is initially determined to NOT be of type KNL, then don't
        ever look for it's MCDRAM or NUMA modes in cnselect output when
        dealing with job launch failures or unexpected node reboots.
      1b6c4ecf
    • Morris Jette's avatar
      node_features/knl_cray plugin: streamline node update · db23662d
      Morris Jette authored
      node_features/knl_cray plugin: Substantially streamline and speed up logic
          to load current node state on reconfigure failure or unexpected node boot.
          Completely eliminate capmc calls and just use cnselect to load current
          node mode information.
      db23662d