1. 05 Jul, 2017 6 commits
  2. 03 Jul, 2017 2 commits
  3. 30 Jun, 2017 3 commits
  4. 29 Jun, 2017 1 commit
  5. 28 Jun, 2017 3 commits
  6. 27 Jun, 2017 1 commit
  7. 26 Jun, 2017 1 commit
  8. 23 Jun, 2017 2 commits
  9. 22 Jun, 2017 6 commits
  10. 20 Jun, 2017 3 commits
  11. 19 Jun, 2017 4 commits
  12. 15 Jun, 2017 2 commits
  13. 14 Jun, 2017 3 commits
  14. 13 Jun, 2017 3 commits
    • Tim Wickberg's avatar
      Add missing NEWS entry for 23721c4c. · 7add853c
      Tim Wickberg authored
      7add853c
    • Tim Wickberg's avatar
      Add LaunchParameters option of cray_net_exclusive. · 23721c4c
      Tim Wickberg authored
      Changes the alpsc_configure_nic() call to set the exclusive flag,
      and 100 for both the cpu and memory scaling values.
      
      Should only be used with exclusive jobs without concurrent steps
      running on a node, otherwise oversubscription of the GNI resources
      can occur leading to performance issues.
      
      Bug 3713.
      23721c4c
    • Danny Auble's avatar
      Improve slurmd startup on large systems (> 10000 nodes) · 9b7210ef
      Danny Auble authored
      What this does is populate the node_hash_table as nodes are being read in
      instead of after the node_record_table_ptr has been fully populated.
      
      This speeds up a start of a slurmd with a system of 10000 nodes from
      > 1 minute to less than a second.
      
      In 17.11 we will remove the linear xstrcmp check as it should no longer be
      needed.
      
      Bug 3885
      9b7210ef