Skip to content
Snippets Groups Projects
  1. May 18, 2006
  2. May 12, 2006
  3. May 11, 2006
  4. May 09, 2006
  5. May 08, 2006
  6. May 06, 2006
  7. May 05, 2006
  8. Apr 25, 2006
  9. Apr 24, 2006
  10. Apr 13, 2006
  11. Apr 12, 2006
  12. Apr 11, 2006
  13. Apr 07, 2006
  14. Apr 05, 2006
  15. 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
  16. 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
  17. Mar 07, 2006
  18. Mar 03, 2006
  19. Mar 01, 2006
  20. Feb 10, 2006
  21. Jan 30, 2006
  22. Jan 27, 2006
  23. Jan 05, 2006
  24. Nov 09, 2005
  25. Oct 25, 2005
    • Christopher J. Morrone's avatar
      Code reoganization; no new features. · 110faa09
      Christopher J. Morrone authored
      The slurmd build no longer includes mgr.c, task.c, slurmd_job.c, io.c,
      fname.c, ulimits.c, and pdebug.c since these are only needed in the new
      slurmd_step binary.
      
      Both slurmd and slurmd_step daemons now include slurmd_step_init.c which
      has the pack/unpack functions used at slurmd_step startup time.
      
      The run_script function is moved to its own file run_script.c since both
      daemons need it at the moment.  This is candidate for moving to src/common.
      
      Broke slurmd_step.c up into functions in preparation for future code
      additions.
      
      read_proc.c does not appear to be used anywhere, so that might
      be another file that could be removed from the slurmd build.
      110faa09
  26. Oct 04, 2005
  27. Aug 31, 2005
  28. Aug 09, 2005
  29. Jul 22, 2005
  30. Jun 01, 2005
  31. May 10, 2005
  32. Mar 04, 2005
  33. Dec 22, 2004
  34. Oct 29, 2004
  35. Oct 20, 2004
  36. Oct 07, 2004
  37. Sep 13, 2004
  38. Aug 27, 2004
  39. Aug 23, 2004
Loading