1. 22 Aug, 2016 1 commit
    • Boris Karasev's avatar
      mpi/pmix: Introduce support for upcoming PMIx version 2.x · 0a43cfa1
      Boris Karasev authored
      To ease the distribution process, plugin names will be automatically
      adjusted to identify the version of API that it can support,
      ie: pmix_v1 and pmix_v2.
      This provides the ability for distro's to create separate
      non-conflicting packages for each API generation.
      
      Bug 2986
      0a43cfa1
  2. 20 Aug, 2016 1 commit
  3. 19 Aug, 2016 1 commit
  4. 17 Aug, 2016 1 commit
  5. 16 Aug, 2016 4 commits
  6. 15 Aug, 2016 1 commit
  7. 12 Aug, 2016 2 commits
  8. 11 Aug, 2016 3 commits
  9. 10 Aug, 2016 5 commits
  10. 09 Aug, 2016 8 commits
  11. 08 Aug, 2016 3 commits
  12. 07 Aug, 2016 1 commit
  13. 03 Aug, 2016 1 commit
    • Morris Jette's avatar
      Make advanced reservations work properly with core specialization. · ce7a3e1c
      Morris Jette authored
      Prior logic used to create an advanced reservation based upon a core
        count would ignore the specialized cores. Then when a job tried to
        use the reservation, it would consider the specialized cores and
        not be able to use the core count used in the reservation creation.
        This change considers specialized cores when creating the reservation.
      ce7a3e1c
  14. 02 Aug, 2016 1 commit
    • Sergey  Meirovich's avatar
      Lock slurmstepd in memory · 03cf4a5d
      Sergey Meirovich authored
      If slurmstepd had been swapped out before upgrade happened it could
        easily lead to SIGBUS at any time after upgrade. Prevent that by
        mlocking it.
      bug 2334
      03cf4a5d
  15. 29 Jul, 2016 4 commits
  16. 28 Jul, 2016 2 commits
  17. 27 Jul, 2016 1 commit
    • Morris Jette's avatar
      burst buffer documentation · c0b87d5e
      Morris Jette authored
      Document that persistent burst buffers can not be created or destroyed using
          the salloc or srun --bb options.
      bug 2404
      c0b87d5e