1. 10 Jul, 2014 1 commit
    • Morris Jette's avatar
      Add job email triggers based upon time limit · 4ba74419
      Morris Jette authored
      Added support for job email triggers: TIME_LIMIT, TIME_LIMIT_90 (reached
      90% of time limit), TIME_LIMIT_80 (reached 80% of time limit). Applies to
      salloc, sbatch and srun commands.
      4ba74419
  2. 09 Jul, 2014 10 commits
  3. 08 Jul, 2014 7 commits
  4. 07 Jul, 2014 1 commit
  5. 03 Jul, 2014 5 commits
  6. 02 Jul, 2014 8 commits
  7. 01 Jul, 2014 2 commits
    • Morris Jette's avatar
      correct step partition reported · e8af2e0b
      Morris Jette authored
      Report correct partition associated with a step if the job is submitted to
      multiple partitions. Previously all of the partitions that the job could
      run in would be reported for the step.
      e8af2e0b
    • Nathan Yee's avatar
      Added squeue -O/--Format option · 34dfde4d
      Nathan Yee authored
      Added squeue -O/--Format option that makes all job and step fields available
      for printing.
      34dfde4d
  8. 30 Jun, 2014 4 commits
  9. 29 Jun, 2014 1 commit
    • jette's avatar
      correct job end time if time limit infinite · 487bfd47
      jette authored
      sched/backfill - If job started with infinite time limit, set its end_time
      one year in the future. Previous logic would based it upon INFINITE and
      produce an overflow of the uint32_t time.
      487bfd47
  10. 27 Jun, 2014 1 commit