1. 14 Mar, 2018 5 commits
    • Morris Jette's avatar
      Merge branch 'slurm-17.11' · 57bafa22
      Morris Jette authored
      57bafa22
    • Morris Jette's avatar
      Correct gres.conf man page description of Core binding · f8565956
      Morris Jette authored
      bug 4717
      f8565956
    • Tim Wickberg's avatar
      6ca6f1b2
    • Justin Lecher's avatar
      knl_cray plugin - increase output buffer to silence warning. · 02b3b01d
      Justin Lecher authored
      
      
      GCC-7 with -Wformat warns about
      
      node_features_knl_cray.c:2869:33: warning: ‘%d’ directive output may be
      truncated writing between 1 and 10 bytes into a region of size 8
      [-Wformat-truncation=]
           snprintf(buf, sizeof(buf), "%d", i);
                                       ^~
      node_features_knl_cray.c:2869:32: note: directive argument in the
      range [0, 2147483647]
           snprintf(buf, sizeof(buf), "%d", i);
                                      ^~~~
      In file included from /usr/include/stdio.h:862:0,
                       from ../../../../slurm/slurm.h:68,
                       from node_features_knl_cray.c:66:
      /usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’
      output between 2 and 11 bytes into a destination of size 8
         return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              __bos (__s), __fmt, __va_arg_pack ());
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      Increasing the buffer to 12 for this.
      
      Bug 4900.
      
      Signed-off-by: default avatarJustin Lecher <jlec@gentoo.org>
      02b3b01d
    • Morris Jette's avatar
      add GPU config parameters · 0aa82e91
      Morris Jette authored
      Add DefCpuPerGpu and DefMemPerGpu to global and per-partition
      configuration parameters. Shown in scontrol/sview as "JobDefaults=...".
      0aa82e91
  2. 13 Mar, 2018 6 commits
  3. 12 Mar, 2018 11 commits
  4. 10 Mar, 2018 1 commit
    • Morris Jette's avatar
      Add TRES fields to jobs and steps · 6f0342e0
      Morris Jette authored
      Add infrastructure for per-job and per-step TRES parameters: tres-per-job,
          tres-per-node, tres-per-socket, tres-per-task, cpus-per-tres, mem-per-tres,
          tres-bind and tres-freq. These new parameters are not currently used, but
          have been added to the appropriate RPCs.
      6f0342e0
  5. 09 Mar, 2018 5 commits
  6. 08 Mar, 2018 2 commits
  7. 07 Mar, 2018 8 commits
  8. 06 Mar, 2018 2 commits