1. 11 Dec, 2015 6 commits
    • Tim Wickberg's avatar
      Rework messages when falling back to older directory format for job environment · 6d9a752c
      Tim Wickberg authored
      Previously an error() would be logged when the attempt to open the job
      script using the new directory format failed but the successive fallback to the
      old directory structure was successful, leading to confusion when troubleshooting.
      
      Move emitted warnings to debug(), and only error() after failing to open in both
      directory structures. Add a note about backwards compatibility to both functions -
      we cannot remove these fallbacks as directory structure for pending jobs does not
      change on Slurm version update, and people may need to chain multiple version
      update together to get to a current slurm version which would correctly update
      slurmctld state files but leave pending jobs in the old directory structure.
      
      Bug #2244.
      6d9a752c
    • Morris Jette's avatar
      slurmd job clean up if requeued during launch · 58c17d4f
      Morris Jette authored
      If a job is requeued while in the process of being launch, remove it's
          job ID from slurmd's record of active jobs in order to avoid generating a
          duplicate job ID error when launched for the second time (which would
          drain the node).
      bug 2240
      58c17d4f
    • Morris Jette's avatar
      Improve slurmctld log · 1d773209
      Morris Jette authored
      In slurmctld log file, log duplicate job ID found by slurmd. Previously was
          being logged as prolog/epilog failure.
      bug 2240
      1d773209
    • David Bigagli's avatar
      Fix typo in man page. · c2e0adad
      David Bigagli authored
      c2e0adad
    • Morris Jette's avatar
      Start NEWS for v15.08.6 · 78e2a79e
      Morris Jette authored
      78e2a79e
    • Morris Jette's avatar
      set META for v15.08.5 tag · dc92334e
      Morris Jette authored
      dc92334e
  2. 10 Dec, 2015 7 commits
    • Danny Auble's avatar
      Rewrite of cb2d3ec6, turns out the previous patch would break test3.11 · a0018643
      Danny Auble authored
      The problem comes from situations where a node range is given, leaving the
      task count at NO_VAL is the desired behavior in this case.
      a0018643
    • Danny Auble's avatar
      sbatch/salloc - Move nodelist logic before the time min_nodes is used · f8cd635e
      Danny Auble authored
      so we can set it correctly before tasks are set.
      f8cd635e
    • Tim Wickberg's avatar
    • Danny Auble's avatar
    • Tim Wickberg's avatar
      Remove unneeded A1 from the grep flag. This flag would randomly cause · c1413861
      Tim Wickberg authored
      messages like
      FAILURE: 1 scontrol show assoc_mgr did not show correct information (6 != 5).
      
      to happen erroneously.
      c1413861
    • David Bigagli's avatar
    • Tim Wickberg's avatar
      Various CLANG fixes. · 0d18a8ad
      Tim Wickberg authored
      The error messages associated with these are:
      
      /home/tim/slurm/src/common/callerid.c:337:21: warning: address of array 'entryp->d_name' will always evaluate to 'true' [-Wpointer-bool-conversion]
                      else if (!entryp->d_name)
                               ~~~~~~~~~^~~~~~
      1 warning generated.
      /home/tim/slurm/src/common/gres.c:831:19: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
                      if ((tmp_uint64 < 0) || (tmp_uint64 >= NO_VAL)) {
                           ~~~~~~~~~~ ^ ~
      1 warning generated.
      /home/tim/slurm/src/slurmctld/node_mgr.c:1684:26: warning: if statement has empty body [-Wempty-body]
                              if (first_new == NULL);
                                                    ^
      /home/tim/slurm/src/slurmctld/node_mgr.c:1684:26: note: put the semicolon on a separate line to silence this warning
      /home/tim/slurm/src/slurmctld/node_mgr.c:1756:26: warning: if statement has empty body [-Wempty-body]
                              if (first_new == NULL);
                                                    ^
      /home/tim/slurm/src/slurmctld/node_mgr.c:1756:26: note: put the semicolon on a separate line to silence this warning
      /home/tim/slurm/src/slurmctld/node_mgr.c:1830:26: warning: if statement has empty body [-Wempty-body]
                              if (first_new == NULL);
                                                    ^
      /home/tim/slurm/src/slurmctld/node_mgr.c:1830:26: note: put the semicolon on a separate line to silence this warning
      /home/tim/slurm/src/plugins/switch/generic/switch_generic.c:837:27: warning: address of array 'if_rec->ifa_addr->sa_data' will always evaluate to 'true' [-Wpointer-bool-conversion]
                              if (!if_rec->ifa_addr->sa_data)
                                  ~~~~~~~~~~~~~~~~~~~^~~~~~~
      0d18a8ad
  3. 09 Dec, 2015 11 commits
  4. 08 Dec, 2015 6 commits
  5. 07 Dec, 2015 8 commits
  6. 06 Dec, 2015 2 commits