1. 14 Mar, 2016 1 commit
    • Tim Wickberg's avatar
      Compression may be negative, fix calculation to display correct value. · 3a604563
      Tim Wickberg authored
      Dividing a negative int by a positive can have unexpected behavior -
      C99 requires "truncation towards zero". This was to an incorrect output
      of:
      
      sbcast: File compressed from 104857600 to 104889678 (40 percent) in 2160081 usec
      
      when testing with a file of random data. This is actually negative 0
      (point something that was truncated) compression, not "40".
      3a604563
  2. 12 Mar, 2016 2 commits
  3. 11 Mar, 2016 7 commits
  4. 10 Mar, 2016 12 commits
  5. 09 Mar, 2016 4 commits
    • Morris Jette's avatar
      cray job requeue bug · fec5e03b
      Morris Jette authored
      Fix Cray NHC spawning on job requeue. Previous logic would leave nodes
      allocated to a requeued job as non-usable on job termination.
      
      Specifically, each job has a "cleaning/cleaned" flag. Once a job
      terminates, the cleaning flag is set, then after the job node health
      check completes, the value gets set to cleaned. If the job is requeued,
      on its second (or subsequent) termination, the select/cray plugin
      is called to launch the NHC. The plugin sees the "cleaned" flag
      already set, it then logs:
      error: select_p_job_fini: Cleaned flag already set for job 1283858, this should never happen
      and returns, never launching the NHC. Since the termination of the
      job NHC triggers releasing job resources (CPUs, memory, and GRES),
      those resources are never released for use by other jobs.
      
      Bug 2384
      fec5e03b
    • Morris Jette's avatar
      17e29735
    • David Gloe's avatar
      Correctly parse nids in slurmconfgen_smw.py · 88ccc111
      David Gloe authored
      An error in slurmconfgen_smw.py caused it to parse the nic as the nid.
      On some systems those values differ, causing the generated slurm.conf file to
      be incorrect.
      
      Bug 2532.
      88ccc111
    • Morris Jette's avatar
      sbcast default buffer size set to 8MB · a06452f2
      Morris Jette authored
      This matches the documentation
      a06452f2
  6. 08 Mar, 2016 8 commits
  7. 07 Mar, 2016 4 commits
  8. 05 Mar, 2016 2 commits