1. 11 Dec, 2014 1 commit
  2. 08 Dec, 2014 1 commit
  3. 05 Dec, 2014 1 commit
  4. 04 Dec, 2014 3 commits
  5. 03 Dec, 2014 1 commit
    • Morris Jette's avatar
      Do not treat lack of mpi_fini as error · 6ee84e2d
      Morris Jette authored
      Log Cray MPI job calling exit() without mpi_fini(), but do not treat it as
      a fatal error. This partially reverts logic added in version 14.03.9.
      bug 1171
      6ee84e2d
  6. 02 Dec, 2014 3 commits
  7. 24 Nov, 2014 1 commit
  8. 21 Nov, 2014 2 commits
  9. 13 Nov, 2014 2 commits
  10. 12 Nov, 2014 2 commits
  11. 10 Nov, 2014 1 commit
    • Danny Auble's avatar
      Fix issue where exclusive allocations wouldn't lay tasks out correctly · 7461c119
      Danny Auble authored
      with CR_PACK_NODES.
      
      Really do commit d388dd67 a different way to get the same info and
      be able to lay out tasks correctly when --hint=nomultithread.
      
      tests on a 4 core 8 thread system are
      srun -n6 --hint=nomultithread --exclusive whereami | sort -h
      srun: cpu count 6
         0 snowflake0 - MASK:0x1
         1 snowflake0 - MASK:0x2
         2 snowflake0 - MASK:0x4
         3 snowflake0 - MASK:0x8
         4 snowflake1 - MASK:0x1
         5 snowflake1 - MASK:0x2
      
      and
      
      srun -n10 -N5 --hint=nomultithread --exclusive whereami | sort -h
      srun: cpu count 10
         0 snowflake0 - MASK:0x1
         1 snowflake0 - MASK:0x2
         2 snowflake0 - MASK:0x4
         3 snowflake0 - MASK:0x8
         4 snowflake1 - MASK:0x1
         5 snowflake1 - MASK:0x2
         6 snowflake1 - MASK:0x4
         7 snowflake2 - MASK:0x1
         8 snowflake3 - MASK:0x1
         9 snowflake4 - MASK:0x1
      7461c119
  12. 07 Nov, 2014 2 commits
  13. 06 Nov, 2014 4 commits
  14. 05 Nov, 2014 1 commit
  15. 04 Nov, 2014 2 commits
  16. 31 Oct, 2014 4 commits
  17. 30 Oct, 2014 1 commit
  18. 27 Oct, 2014 1 commit
  19. 24 Oct, 2014 1 commit
  20. 23 Oct, 2014 1 commit
  21. 21 Oct, 2014 1 commit
    • 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
  22. 20 Oct, 2014 4 commits