1. 12 Jan, 2017 3 commits
  2. 11 Jan, 2017 4 commits
    • Danny Auble's avatar
      CRAY - Fix deadlock issue when updating accounting in the slurmctld and · 69567910
      Danny Auble authored
      scheduling a Datawarp job.
      
      The assoc_mgr lock needs to happen before the bb_state.bb_mutex.  One place
      this could cause deadlock is from src/slurmctld/controller.c
      _accounting_cluster_ready() which calls clusteracct_storage_g_cluster_tres
      which inturn calls bb_g_job_set_tres_cnt which calls bb_p_job_set_tres_cnt
      which will lock the bb_muxtex after the assoc_mgr is already locked.
      
      Bug 3389
      69567910
    • Danny Auble's avatar
      Make it so bitstrings are handled as 64bits instead of 32. · 80c7da32
      Danny Auble authored
      Bug 3331
      80c7da32
    • Dominik Bartkiewicz's avatar
      Improve performance of cr_sort_part_rows. · dc6a5220
      Dominik Bartkiewicz authored
      Cache results of bit_set_count() calls.
      
      Bug 3393.
      dc6a5220
    • Morris Jette's avatar
      Fix srun/sattach race condtion · 38089f2b
      Morris Jette authored
      The old logic would result in test16.4 failing some of the time.
        The failure was caused by the sattach command attaching to a
        job step before the original srun command received a
        RESPONSE_LAUNCH_TASKS message. That messsage  would then be sent
        to the salloc command. Since srun never got the message, it
        would hang. This change does not mark the job step as RUNNING
        until after the original srun gets sent the RESPONSE_LAUNCH_TASKS
        message and sattach requests are blocked until that time.
      38089f2b
  3. 09 Jan, 2017 6 commits
  4. 06 Jan, 2017 1 commit
  5. 05 Jan, 2017 2 commits
  6. 04 Jan, 2017 5 commits
  7. 03 Jan, 2017 3 commits
  8. 29 Dec, 2016 3 commits
  9. 28 Dec, 2016 1 commit
  10. 21 Dec, 2016 1 commit
  11. 19 Dec, 2016 1 commit
  12. 16 Dec, 2016 4 commits
  13. 15 Dec, 2016 5 commits
  14. 14 Dec, 2016 1 commit
    • Morris Jette's avatar
      select/cons_res: Infinite loop fix · bb332818
      Morris Jette authored
      Fix for possible infinite loop in select/cons_res plugin when trying to
          satisfy a job's ntasks_per_core or socket specification.
      bug 3329
      bb332818