Skip to content
Snippets Groups Projects
  1. Jan 07, 2015
    • David Bigagli's avatar
      Merge pull request #93 from aaronknister/slurm-14.03-nccs · 2fadf134
      David Bigagli authored
      Slurm 14.03 nccs
      2fadf134
    • Aaron Knister's avatar
      Add pbs parser fix to NEWS · 729a58ac
      Aaron Knister authored
      729a58ac
    • Rémi Palancher's avatar
      avoid delay on commit for PMI task at rank 0 · bb6656dc
      Rémi Palancher authored
      Intel MPI, on MPI jobs initialisation through PMI, uses to call PMI_KVS_Put()
      many many times from task at rank 0, and each on these call is followed by
      PMI_KVS_Commit(). Slurm implementation of PMI_KVS_Commit() imposes a delay
      to avoid DDOS on original srun. This delay is proportional to the total number.
      It could be up to 3 secs for large jobs for ex. with 7168 tasks. Therefore,
      when Intel MPI calls PMI_KVS_Commit() 475 times (mesured on a test case) from
      task at rank 0, 28 minutes are spent in delay function.
      All other tasks in the job are waiting for a PMI_Barrier. Therefore, there is
      no risk for a DDOS from this single task 0. The patch alters the delaying time
      calculation to make sure task at rank 0 will does not be delayed. All other
      tasks are globally spreaded in the same time range as before.
      bb6656dc
    • Aaron Knister's avatar
      Add PMI2 fix to NEWS · 84d61f94
      Aaron Knister authored
      84d61f94
    • Artem Polyakov's avatar
      PMI2 race condition fix. · 1c71199b
      Artem Polyakov authored
      1c71199b
  2. Jan 05, 2015
  3. Dec 20, 2014
  4. Dec 19, 2014
  5. Dec 12, 2014
  6. Dec 11, 2014
  7. Dec 08, 2014
  8. Dec 05, 2014
  9. Dec 04, 2014
  10. Dec 03, 2014
  11. Dec 02, 2014
  12. Dec 01, 2014
  13. Nov 24, 2014
  14. Nov 21, 2014
  15. Nov 20, 2014
  16. Nov 18, 2014
  17. Nov 13, 2014
  18. Nov 12, 2014
  19. Nov 10, 2014
Loading