Skip to content
Snippets Groups Projects
  1. Jan 06, 2016
    • Tim Wickberg's avatar
      Remove deprecated job_submit/cnode plugin. · 63bc71ed
      Tim Wickberg authored
      cnodes can be reserved directly since 14.11. The plugin itself
      printed warnings that it would be removed circa 15.08, following
      through before 16.05.
      63bc71ed
    • Brian Gilmer's avatar
      Disable Cray NHC by default · 6c21c441
      Brian Gilmer authored
      Cray: Not running the Node Health Check after every job and step is now the
          default. Configure SelectTypeParameters with the NHC and/or NHC_STEP to
          run them.
      6c21c441
    • Morris Jette's avatar
      Enable user job reordering · 3f22c22f
      Morris Jette authored
      Add an "scontrol top <jobid>" command to re-order the priorities of a user's
          pending jobs. May be disabled with the "disable_user_top" option in the
          SchedulerParameters configuration parameter.
      bug 1133
      3f22c22f
  2. Jan 04, 2016
    • Morris Jette's avatar
      Support partition-specific memory allocation tracking · fc1636f3
      Morris Jette authored
      The partition-specific SelectTypeParameters parameter can now be used to
          change the memory allocation tracking specification in the global
          SelectTypeParameters configuration parameter. Supported partition-specific
          values are CR_Core, CR_Core_Memory, CR_Socket and CR_Socket_Memory. If the
          global SelectTypeParameters value includes memory allocation management and
          the partition-specific value does not, then memory allocation management for
          that partition will NOT be supported (i.e. memory can be over-allocated).
          Likewise the global SelectTypeParameters might not include memory management
          while the partition-specific value does.
      bug 2239
      fc1636f3
  3. Dec 29, 2015
    • Deric Sullivan's avatar
      Minor doc typo fix · e7ba69c5
      Deric Sullivan authored
      e7ba69c5
    • Morris Jette's avatar
      burst_buffer/cray work · 090a03ff
      Morris Jette authored
      Rename "gres" to "pool" in some data structures
      Remove Plugin from default sview burst buffer page
      Change burst_buffer.conf field from "Gres" to "AltPool"
      Rename avail_cnt and used_cnt to avail_space and used_space respectively
      No other changes to logic
      090a03ff
  4. Dec 28, 2015
  5. Dec 24, 2015
  6. Dec 22, 2015
  7. Dec 14, 2015
  8. Dec 11, 2015
  9. Dec 08, 2015
  10. Dec 07, 2015
  11. Dec 05, 2015
  12. Nov 24, 2015
    • Morris Jette's avatar
      Minor updates to MCS logic · 64f2d44b
      Morris Jette authored
      Added #define JOB_SHARED_* varilables to slurm.h
      Replaces some blocks of spaces with tabs
      Remove test of MCS_Plugin from client where job is submitted as
        a means of determining if an --mcs-label option is supported.
        This will not work for jobs being submitted between systems,
        which will become common in slurm v16.05. The check will need
        to be performed in the (slurmctld) server.
      64f2d44b
    • Aline Roy's avatar
      [PATCH 1/3] MCS: add 'Multi-Category Security' logic for jobs/nodes tagging · 3ad1c2b6
      Aline Roy authored
      - add new configuration parameters MCSPlugin and MCSParameters
        (MCS logic can be disabled/enabled/enabled-on-demand)
      - add mcs_label to jobs and nodes related structures
      - add --mcs-label option to srun,salloc,sbatch as well
        as MCS information in the various Slurm commands
      - initial none/user/group MCS plugins
      - add squeue/sinfo optional filtering based on MCS labels
      3ad1c2b6
  13. Nov 19, 2015
  14. Nov 16, 2015
  15. Nov 13, 2015
  16. Nov 11, 2015
  17. Nov 07, 2015
    • Morris Jette's avatar
      Add burst_buffer.conf flag of TeardownFailure · e0aa4d87
      Morris Jette authored
      Added burst_buffer.conf flag parameter of "TeardownFailure" which will
          teardown and remove a burst buffer after failed stage-in or stage-out.
          By default, the buffer will be preserved for analysis and manual teardown.
      bug 2116
      e0aa4d87
  18. Nov 06, 2015
  19. Nov 05, 2015
  20. Nov 04, 2015
  21. Oct 29, 2015
    • Morris Jette's avatar
      Clarify burst buffer permission information · 38ff5220
      Morris Jette authored
      Better identify who can create and destroy persistent burst buffers.
      38ff5220
    • Morris Jette's avatar
      PrologFlags work · 225cd1a1
      Morris Jette authored
      PrologFlags work: Setting a flag of "Contain" implicitly sets the "Alloc"
          flag. Fix code path which could prevent execution of the Prolog when the
          "Alloc" or "Contain" flag were set.
      bug 2074
      225cd1a1
  22. Oct 22, 2015
  23. Oct 21, 2015
  24. Oct 20, 2015
Loading