Skip to content
Snippets Groups Projects
  1. Apr 26, 2019
  2. Apr 25, 2019
  3. Apr 18, 2019
  4. Apr 17, 2019
  5. Apr 13, 2019
    • Marshall Garey's avatar
      Don't purge jobs if backfill is running. · 426abc7f
      Marshall Garey authored
      The backfill scheduler keeps a local list of job pointers. Since the
      backfill scheduler yields locks, it's possible for pending jobs to be
      canceled and purged in these yield periods. The backfill scheduler then
      has pointers to now invalid memory, and dereferencing those pointers is
      undefined behavior and may result in a segfault.
      
      This commit prevents purging jobs while the backfill scheduler is
      running.
      
      Bug 6621
      426abc7f
  6. Apr 10, 2019
  7. Apr 09, 2019
  8. Apr 05, 2019
    • Michael Hinton's avatar
      [PATCH] Update GRES docs · de067056
      Michael Hinton authored
      Replace duplicated text with links, so text that should be the same
      does not get out of sync.
      Merge out-of-sync text together to get the best of both.
      Fix error where line starting with 'nvml' was being omitted.
      Minor grammatical and wording fixes.
      Improve spacing of paragraphs.
      Escape some missed `-` characters.
      Remove some statements that are no longer true.
      Sundry other minor changes.
      
      An update in gres.conf.5 was not propagated to gres.shtml. Remove the
      possibility of that happening again by simply referring the user to
      the original doc via a link for more info.
      
      Bug 4717
      de067056
  9. Apr 03, 2019
    • Morris Jette's avatar
      Load GRES info from slurm.conf · 02ad8fdd
      Morris Jette authored
      If GRES configuration data is unavailable from gres.conf, then use the
          node's "Gres=" information slurm.conf. This will eliminate or minimize the
          gres.conf file in many situations.
      bug 6761
      02ad8fdd
  10. Mar 31, 2019
  11. Mar 25, 2019
    • Felip Moll's avatar
      Add MsgAggregation doc · 337e8e21
      Felip Moll authored
      Note that using this feature in non-flat networks is not supported since the
      sender address is set depending on the hostname resolution in each node.
      
      Bug 6007
      337e8e21
  12. Mar 20, 2019
  13. Mar 15, 2019
  14. Mar 14, 2019
  15. Mar 13, 2019
  16. Mar 08, 2019
  17. Mar 07, 2019
  18. Mar 06, 2019
  19. Mar 01, 2019
  20. Feb 28, 2019
Loading