Skip to content
Snippets Groups Projects
  1. Oct 12, 2004
  2. Sep 29, 2004
  3. Sep 24, 2004
  4. Sep 20, 2004
  5. Sep 17, 2004
  6. Sep 15, 2004
  7. Aug 25, 2004
  8. Aug 23, 2004
  9. Aug 19, 2004
  10. Aug 17, 2004
    • Moe Jette's avatar
      Add logic to support Blue Gene/L: · 9bd07b7b
      Moe Jette authored
      Map all nodes in cluster to a single front-end node.
      Don't repeat ping/register/kill/etc. RPCs to all pseudo nodes, just the
        front-end.
      Treat single message for some RPCs as representing all nodes in the
        cluster: register, ping responce, epilog complete, etc.
      9bd07b7b
  11. Aug 04, 2004
  12. Jul 26, 2004
  13. Jul 23, 2004
  14. Jun 02, 2004
  15. Apr 30, 2004
  16. Mar 16, 2004
  17. Mar 11, 2004
  18. Mar 05, 2004
  19. Mar 04, 2004
  20. Dec 31, 2003
  21. Dec 23, 2003
    • Moe Jette's avatar
      Fix bug in slurmctld parsing of config file that can cause seg fault. · 40b6c211
      Moe Jette authored
      "Scontrol abort" works. It was leaving a hung pthread due to a recent
         change.
      Fix a couple of potential memory leaks
      "switch_type" has been added to config data structure, un/pack, etc,
         but not yet reported to the user or documented yet.
      The plugins now use function calls to get a their type and plugin directory
         from a common data structure rather than individually reading and
         parsing the configuration file.
      40b6c211
  22. Nov 25, 2003
  23. Nov 22, 2003
  24. Nov 21, 2003
  25. Nov 20, 2003
  26. Nov 14, 2003
  27. Nov 10, 2003
  28. Nov 05, 2003
  29. Oct 24, 2003
    • Moe Jette's avatar
      Remove _too_many_fragments() function since DPCS is now smart enough to · cbe21ab0
      Moe Jette authored
      avoid highly fragmented resource allocations.
      Add list of excluded nodes to job info dumpped and reported.
      Fix how mis-matched RPC version number are handled. Let error code get
      back to the API function.
      Dump job state information upon each job's termination via plugin.
      Re-issue incomplete write requests in job/partition state save.
      Make slurmctld continue proper operation without any default partition
      (gnats:317).
      Add command/RPC to delete a partition.
      Retry socket connection for slurmd/io.c as needed (gnats:253).
      cbe21ab0
  30. Oct 11, 2003
  31. Oct 08, 2003
  32. Sep 29, 2003
  33. Sep 25, 2003
  34. Sep 23, 2003
  35. Sep 21, 2003
  36. Sep 20, 2003
  37. Sep 17, 2003
  38. Sep 12, 2003
    • Moe Jette's avatar
      Supported added for new RPC EPILOG_COMPLETE. Slurmd now responds immediately · 926aa1d9
      Moe Jette authored
      to job_kill request and slurmctld leaves node and job in COMPLETING state
      until the slurmd issues an EPILOG_COMPLETE RPC on each node. This permits
      better support for non-killable processes and/or long-running epilog scripts.
      Several minor changes in node registration handling and slurmctld agent
      logic to better address a flood of incomming RPC (typically when system
      restarts).
      (gnats:268)
      926aa1d9
  39. Sep 04, 2003
Loading