1. 27 May, 2014 2 commits
  2. 23 May, 2014 7 commits
  3. 22 May, 2014 1 commit
  4. 21 May, 2014 8 commits
  5. 20 May, 2014 7 commits
  6. 19 May, 2014 7 commits
  7. 15 May, 2014 2 commits
  8. 14 May, 2014 4 commits
  9. 13 May, 2014 2 commits
    • Morris Jette's avatar
      More gracefully handle batch launch failure · a73012bc
      Morris Jette authored
      If a batch job launch request can not be built (the script file
      is missing, a credential can not be created, or the user does
      not exist on the selected compute node), then cancel the job
      in a graceful fashion. Previously, the bad RPC would be sent to
      the compute node and that node DRAINED.
      see bug 807
      a73012bc
    • Morris Jette's avatar
      Correct CR_LLN with node selection by job · 899561b1
      Morris Jette authored
      Correct SelectTypeParameters=CR_LLN with job selecition of specific nodes.
      Previous logic would in most instances allocate resources on all nodes
      to the job.
      899561b1