1. 18 Mar, 2015 8 commits
    • jette's avatar
      Add "FAILURE" header in test log for clarity · 7e332672
      jette authored
      7e332672
    • jette's avatar
      Option to dedicate nodes to single user · c980eaf0
      jette authored
      Add the ability for a compute node to be allocated to multiple jobs, but
      restricted to a single user. Added "--exclusive=user" option to salloc,
      sbatch and srun commands. Added "owner" field to node record, visible using
      the scontrol and sview commands. Added new partition configuration parameter
      "ExclusiveUser=yes|no".  Add "Shared=user" job state information.
      c980eaf0
    • jette's avatar
      Merge branch 'slurm-14.11' · cfcf7f4d
      jette authored
      cfcf7f4d
    • jette's avatar
      Add missing line in while loop · 135f37c6
      jette authored
      Logic was bad in last commit
      135f37c6
    • jette's avatar
      Merge branch 'slurm-14.11' · fa53bdc4
      jette authored
      fa53bdc4
    • jette's avatar
      Prevent killing other user's job array · a3332c29
      jette authored
      Fix bug that can permit someone to kill job array belonging to another user.
      a3332c29
    • jette's avatar
      Reset job --mem=0 value · 2baf245d
      jette authored
      If a job is submitted with the option --mem=0, then once the job
      is allocated resources, reset that value to the amount of memory
      on the allocated node with the smallest amount of memory. This is
      probably the best option for right now. The downside is that if
      the job is requeued, its memory size will no longer be the total
      memory on all nodes if the cluster is heterogeneous. On the upside,
      some memory data is available for accounting purposes.
      bug 1526
      2baf245d
    • jette's avatar
      Fix support for --mem=0 · 700e7b1d
      jette authored
      Fix support for --mem=0 (all memory of a node) with select/cons_res plugin.
      Previously the job would not have it's memory constrained, but it would not
      make that memory unavailable to other jobs either.
      bug 1526
      700e7b1d
  2. 17 Mar, 2015 3 commits
  3. 16 Mar, 2015 3 commits
  4. 14 Mar, 2015 1 commit
  5. 13 Mar, 2015 7 commits
  6. 12 Mar, 2015 7 commits
  7. 11 Mar, 2015 11 commits