1. 22 May, 2017 5 commits
    • Brian Christiansen's avatar
      f05748f7
    • Brian Christiansen's avatar
      Remove LLC federation flag · a6e19307
      Brian Christiansen authored
      Since moving to a asynchronous model for submitting jobs in the
      federation, LLC doesn't apply anymore. And since LLC was the only flag,
      don't display the federation flags in outputs by default anymore.
      Leaving the variable in the struct in case it is needed later.
      a6e19307
    • Brian Christiansen's avatar
      Remove cluster fedweight · ae0c71d0
      Brian Christiansen authored
      Doesn't apply anymore now that federation communication is asynchronous
      and jobs are submitted to all siblings without regards to a cluster's
      weight.
      ae0c71d0
    • Tim Wickberg's avatar
      Remove redeclaration of SOMAXCONN. · c5a8d606
      Tim Wickberg authored
      I cannot fathom why this was added - this would only have
      influenced something if listen() was implemented as an inline
      function or a macro, which I don't believe has ever been the
      case.
      
      Regardless, on modern Linux systems that limit is set dynamically
      through /proc/sys/net/core/somaxconn.
      c5a8d606
    • Tim Wickberg's avatar
      Remove local refinition of daemon(). · 6f45a2bf
      Tim Wickberg authored
      While not POSIX compliant, BSD and Linux platforms have shipped this
      function for a long time, and slurmctld/slurmdbd/slurmd have actually
      been using the version from libc instead of this local redefinition.
      6f45a2bf
  2. 20 May, 2017 3 commits
  3. 19 May, 2017 1 commit
  4. 18 May, 2017 10 commits
  5. 17 May, 2017 21 commits