Skip to content
Snippets Groups Projects
  1. Nov 06, 2014
  2. Nov 05, 2014
  3. Nov 04, 2014
  4. Oct 31, 2014
  5. Oct 30, 2014
  6. Oct 27, 2014
  7. Oct 24, 2014
  8. Oct 23, 2014
  9. Oct 21, 2014
    • Morris Jette's avatar
      Fix job gres info clear on slurmctld restart · 1209a664
      Morris Jette authored
      Fix bug that prevented preservation of a job's GRES bitmap on slurmctld
      restart or reconfigure (bug was introduced in 14.03.5 "Clear record of a
      job's gres when requeued" and only applies when GRES mapped to specific
      files).
      bug 1192
      1209a664
  10. Oct 20, 2014
  11. Oct 18, 2014
  12. Oct 17, 2014
  13. Oct 16, 2014
    • Brian Christiansen's avatar
      e1c42895
    • Morris Jette's avatar
      Change Cray mpi_fini failure logic · 5f89223f
      Morris Jette authored
      Treat Cray MPI job calling exit() without mpi_fini() as fatal error for
      that specific task and let srun handle all timeout logic.
      Previous logic would cancel the entire job step and srun options
      for wait time and kill on exit were ignored. The new logic provides
      users with the following type of response:
      
      $ srun -n3 -K0 -N3 --wait=60 ./tmp
      Task:0 Cycle:1
      Task:2 Cycle:1
      Task:1 Cycle:1
      Task:0 Cycle:2
      Task:2 Cycle:2
      slurmstepd: step 14927.0 task 1 exited without calling mpi_fini()
      srun: error: tux2: task 1: Killed
      Task:0 Cycle:3
      Task:2 Cycle:3
      Task:0 Cycle:4
      ...
      
      bug 1171
      5f89223f
  14. Oct 15, 2014
  15. Oct 14, 2014
  16. Oct 10, 2014
  17. Oct 09, 2014
  18. Oct 08, 2014
Loading