Skip to content
Snippets Groups Projects
  1. Nov 20, 2006
  2. Nov 16, 2006
  3. Nov 15, 2006
  4. Nov 12, 2006
  5. Nov 01, 2006
  6. Oct 26, 2006
  7. Oct 12, 2006
  8. Sep 15, 2006
  9. Sep 08, 2006
  10. Sep 06, 2006
    • Christopher J. Morrone's avatar
      Attempt to clean up the slurm_msg_t initializer function. · dbe7f2d5
      Christopher J. Morrone authored
      slurm_init_slurm_msg is replaced by slurm_msg_t_init and slurm_msg_t_copy.
      
      slurm_msg_t_init COMPLETELY initializes the structure, so it needs to be
      called BEFORE setting any variables within the structure.
      
      It is not clear if slurm_msg_t_copy is even necessary, it is only used
      in three places.
      dbe7f2d5
  11. Sep 05, 2006
  12. Sep 01, 2006
  13. Jun 07, 2006
  14. Jun 01, 2006
  15. May 22, 2006
  16. May 19, 2006
  17. May 17, 2006
  18. May 16, 2006
  19. May 10, 2006
  20. May 09, 2006
  21. May 05, 2006
  22. Apr 22, 2006
  23. Apr 13, 2006
  24. Apr 11, 2006
  25. 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
  26. Mar 23, 2006
  27. 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
  28. Feb 27, 2006
  29. Feb 10, 2006
  30. Jan 30, 2006
  31. Jan 27, 2006
Loading