Skip to content
Snippets Groups Projects
  1. Jan 31, 2019
  2. Jan 28, 2019
  3. Jan 25, 2019
  4. Jan 18, 2019
  5. Jan 17, 2019
  6. Jan 14, 2019
    • Tim Wickberg's avatar
      Remove proctrack/lua plugin. · e3bd3e6a
      Tim Wickberg authored
      Bug 6311.
      e3bd3e6a
    • Broderick Gardner's avatar
      Fix ar build warning. · 818e6b1c
      Broderick Gardner authored
      Silences this useless warning:
      
      ar: `u' modifier ignored since `D' is the default (see `U')
      
      Bug 6209.
      818e6b1c
    • Gennaro Oliva's avatar
      Docs - fix various typos in man pages. · 2b5f1a7a
      Gennaro Oliva authored
      Bug 5820.
      2b5f1a7a
    • Felip Moll's avatar
      Remove MemLimitEnforce parameter · 4ae29f1a
      Felip Moll authored
      This patch removes the MemLimitEnforce parameter from Slurm and moves the
      condition to enable the feature to the JobAcctGatherParam=OverMemoryKill.
      Setting OverMemoryKill will now enable the mechanism that was before enabled
      with MemLimitEnforce=yes, so activation of killing jobs or steps due to
      exceeding memory will be done in the same place. Also reconfiguring or
      starting slurmd/ctld with incorrect configuration will cause a fatal error.
      
      Bug 5479
      4ae29f1a
  7. Jan 11, 2019
  8. Jan 10, 2019
  9. Jan 09, 2019
  10. Jan 08, 2019
  11. Jan 07, 2019
    • Felip Moll's avatar
      Add new DEBUG_FLAG_ACCRUE · 0e1b6007
      Felip Moll authored
      Added a new DebugFlag=accrue to show debug messages related to accrue time
      count or other related stuff.
      
      Bug 6096
      0e1b6007
  12. Jan 05, 2019
  13. Jan 04, 2019
  14. Jan 02, 2019
  15. Jan 01, 2019
    • Morris Jette's avatar
      gres synchronization logic added · 6b6c0043
      Morris Jette authored
      this keeps the gres data structures consistent in slurmctld when their
        count changes or is inconsistent with slurmd
      also kill jobs allocated to gres with files if their count changes.
      6b6c0043
  16. Dec 28, 2018
  17. Dec 26, 2018
    • Felip Moll's avatar
      Change sreport job reports · c3dfb3fd
      Felip Moll authored
      SizesByAccount and SizesByAccountAndWckey now defaults to display the
      root account totals, or the exact requested Account=. To query like the old
      behavior a new option 'AcctAsParent' has been added which will still shown
      the subaccounts of the requested accounts in Account=.
      
      Bug5793
      c3dfb3fd
  18. Dec 19, 2018
  19. Dec 17, 2018
  20. Dec 14, 2018
  21. Dec 13, 2018
    • Morris Jette's avatar
      gres/mps scheduling · b1d7368e
      Morris Jette authored
      Add support for co-scheduling of gres/gpu and gres/mps.
        GPUs that are allocated to one are avoided for the other
        GRES type.
      Add gres/mps documentation
      Recover job gres/mps state on slurmctld restart. Wwe need to use
        job gres/mps state to recover node info since we will not know
         the count of mps on each device file until the node registers
      b1d7368e
    • Michael Hinton's avatar
      Fix bug where frequencies of GPUs in a cgroup were not set · 8a11ea4e
      Michael Hinton authored
      Check for cgroup usage and change GPU indexes accordingly.
      Fix formatting errors in docs.
      bug 5520
      8a11ea4e
  22. Dec 10, 2018
    • Michael Hinton's avatar
      GPU frequencies now reset after job is finished · 7a48b58f
      Michael Hinton authored
      Add step_unconfigure_hardware() to GRES plugin API
      Update test39.18 regarding links.
      Update GRES docs.
      Update docs related to links.
      Document GPU frequency resetting behavior.
      Specify what the default is for GpuFreqDef.
      Move NVML init and shutdown to configure() and unconfigure().
      Get rid of superfluous `!= 0`-style statements.
      Print note when GPU index != minor number.
      Clean up various formatting and other errors.
      
      bug 5520
      7a48b58f
  23. Dec 07, 2018
    • Michael Hinton's avatar
      Set GPU frequencies via NVML · cb901366
      Michael Hinton authored
      Add step_configure_hardware() to GRES plugin API.
      Call step_configure_hardware() from stepd and make sure it's root.
      Sort frequencies returned by NVML.
      Update GRES-related docs.
      Document step_configure_hardware() and get_devices().
      Test the bubble sort algorithm.
      Update test 39.9 to work with new code.
      Remove vestigial references to volts in the docs.
      cb901366
Loading