Skip to content
Snippets Groups Projects
  1. Jul 02, 2014
  2. Jul 01, 2014
    • 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
  3. Jun 30, 2014
  4. Jun 29, 2014
    • 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
  5. Jun 27, 2014
  6. Jun 26, 2014
  7. Jun 25, 2014
  8. Jun 24, 2014
    • Morris Jette's avatar
      core reservation distribution fix · aeecd03c
      Morris Jette authored
      Fix for core-based advanced reservations where the distribution of cores
      across nodes is not even. Failing test case:
      system has 10 nodes, 1 of which is fully occupied
      create reservation with 9 nodes and 10 cores
      always would fail with "busy nodes" error
      aeecd03c
  9. Jun 23, 2014
    • Morris Jette's avatar
      Add job reboot option · 0843b641
      Morris Jette authored
      Add job "reboot" option for Linux clusters. This invokes the configured
      RebootProgram to reboot nodes allocated to a job before it begins execution.
      0843b641
  10. Jun 20, 2014
  11. Jun 19, 2014
  12. Jun 18, 2014
    • David Bigagli's avatar
      Serialize sinfo as needed · 5351d393
      David Bigagli authored
      the sinfo command is parallelized for performance reasons and it
      really can not be completely parallelized for some use cases.
      see bug 883
      5351d393
Loading