Skip to content
Snippets Groups Projects
  1. May 10, 2006
  2. May 09, 2006
  3. May 05, 2006
  4. Apr 22, 2006
  5. Apr 13, 2006
  6. Apr 11, 2006
  7. Apr 04, 2006
    • Christopher J. Morrone's avatar
      Two patches from Mark Grondona (with corrections). · 6256fd2c
      Christopher J. Morrone authored
      First patch to x_ac_debug.m4:
      
       "I noticed a bit ago that ./configure --enable-debug has been broken
        in SLURM for awhile -- it does not append "-Wall" to builds.
        
        This patch fixes the problem in x_ac_debug.m4."
      
      Second patch, "fix-compile-warnings.patch", cleans up alot of warnings
      revealed by the first patch.  I needed to clean up the patch because it
      removed some variables and labels that were used within #ifdef sections.
      6256fd2c
  8. Mar 23, 2006
  9. Mar 14, 2006
    • Christopher J. Morrone's avatar
      svn merge -r7263:7499 https://eris.llnl.gov/svn/slurm/branches/config · f686c816
      Christopher J. Morrone authored
      New general configuration file parser and slurm.conf handling code.
      Allows long lines to be continued on the next line by ending with a "\".
      Whitespace is allowed between the key and "=", and between the "=" and
      value.
      
      slurm.conf is now read only once, and resulting data structures can be
      shared between application and slurm library code.
      
      WARNING: A NodeName may now occur only once in a slurm.conf file.
        If you want to temporarily make nodes DOWN in the slurm.conf,
        use the new DownNodes keyword (see "man slurm.conf").
      f686c816
  10. Feb 27, 2006
  11. Feb 10, 2006
  12. Jan 30, 2006
  13. Jan 27, 2006
  14. Jan 24, 2006
  15. Jan 05, 2006
  16. Nov 23, 2005
  17. Nov 21, 2005
  18. Sep 22, 2005
  19. Jul 15, 2005
  20. May 19, 2005
  21. May 10, 2005
  22. Mar 04, 2005
  23. Dec 14, 2004
  24. Dec 01, 2004
  25. Nov 18, 2004
  26. Nov 16, 2004
  27. Oct 29, 2004
  28. Oct 08, 2004
  29. Oct 07, 2004
  30. Sep 24, 2004
  31. Aug 25, 2004
  32. 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
  33. Aug 04, 2004
  34. Jul 29, 2004
  35. Jul 26, 2004
Loading