1. 08 Apr, 2013 4 commits
  2. 06 Apr, 2013 2 commits
  3. 05 Apr, 2013 5 commits
  4. 04 Apr, 2013 4 commits
    • Stephen Trofinoff's avatar
      Cray - NPPCU support patch · a6d3074d
      Stephen Trofinoff authored
          I am sending the latest update of my NPPCU-support patch for Slurm 2.5.0.  As before, this patch is applied over my basic BASIL 1.3 support patch.  The reason for this latest version is that it came to my attention, that certain jobs that should have been rejected by Slurm were allowed through.  I then further noticed that this would cause the backfill algorithm to slow down dramatically (often not being able to process any other jobs).
           The cause of the problem was that when I introduced the functionality into Slurm to properly set the "nppcu" (number of processors per compute unit) attribute in the XML reservation request to ALPS, I didn't also adjust the tests earlier in the code that eliminate nodes from consideration that do not have sufficient resources.  In other words, jobs that would exceed the absolute total number of processors on the node would be rejected as always (this is good).  Jobs that required the reduced number of "visible" processors on the node or less were allocated and worked fine (this is good).  Unfortunately, jobs that needed a number of processors somewhere in between these limits (let's call them the soft and hard limits) were allowed through by Slurm.  Making matters worse, when Slurm would subsequently try to request the ALPS reservation, ALPS would correctly reject it but Slurm would keep trying--this would then kill the backfilling.  In my opinion, these jobs should have been rejected from the onset by Slurm as they are asking for more processors per node than can be supplied.  If the user wants this number of processors they should specify the "--ntasks-per-core=..." (in our case "2" as that is the full number of hardware threads per core).  Obviously, this problem only appeared when I used CR_ONE_TASK_PER_CORE in the slurm.conf as I had modified the code to set nppcu to 1 when Slurm was configured with that option and the user didn't explicitly specify a different value.
          The patch appears to be working well for us now and so I am submitting it to you for your review.
      a6d3074d
    • Morris Jette's avatar
      Web page updates · 24d48b04
      Morris Jette authored
      24d48b04
    • Morris Jette's avatar
      Prevent assert failure in scheduling logic · 0fc4539e
      Morris Jette authored
      This fixes a bug introduced in commit f1cf6d2d
      Without this change, a job with a partition related reason for not running
      (e.g. MaxNodes) plus some other reason (e.g. dependency), could after satisfying
      the second reason (e.g. dependency), have the select_nodes() function executed
      and return SUCCESS on an allocation request, but it would not actually be
      allocation resources since select_nodes() would interpret the request as a
      test to see if it could ever run (e.g. will_run).
      Bug 263
      0fc4539e
    • Morris Jette's avatar
      Corrections to document formatting · 8d0949ac
      Morris Jette authored
      8d0949ac
  5. 03 Apr, 2013 5 commits
  6. 02 Apr, 2013 9 commits
  7. 01 Apr, 2013 6 commits
  8. 30 Mar, 2013 1 commit
  9. 29 Mar, 2013 4 commits