Skip to content
Snippets Groups Projects
  1. Feb 20, 2009
  2. Dec 18, 2008
  3. Sep 03, 2008
  4. May 31, 2008
  5. Mar 20, 2008
  6. Dec 14, 2007
  7. Sep 20, 2007
  8. Aug 09, 2007
  9. Jul 19, 2007
  10. Jul 06, 2007
  11. Jun 29, 2007
  12. Apr 11, 2007
  13. Apr 07, 2007
  14. Dec 16, 2006
  15. Dec 08, 2006
  16. Dec 05, 2006
  17. Dec 01, 2006
  18. Nov 29, 2006
  19. Nov 22, 2006
  20. Nov 14, 2006
  21. Nov 13, 2006
  22. Oct 27, 2006
  23. Oct 26, 2006
  24. Sep 05, 2006
  25. Sep 01, 2006
  26. Jun 09, 2006
  27. Jan 27, 2006
  28. Jan 05, 2006
  29. Dec 06, 2005
  30. Nov 11, 2005
  31. Aug 12, 2005
  32. Apr 23, 2004
    • Moe Jette's avatar
      Add support for AIX systems: · 55e62ab4
      Moe Jette authored
      * Memory leak in slurm_cred.c, added EVP_MD_CTX_cleanup().
      * Pthread stack size too small on AIX. Resulting in stack corruption
        and ugly failure modes. Added slurm_attr_init to macros.h to
        explicitly set the stack size  for all pthreads.
      * /dev/urandom not present on AIX, use rand() as needed instead in
        constructing a credential. Used in "srun --join".
      * getsockopt(Socket, Level, SO_ERROR, &err, OptionLenght) sometime
        returns an error code of -1. This causes an assert failure in
        slurmd/io.c:_update_error_state().
      * Function aliasing is not working on AIX. It is being turned off
        via a variable in config.h and "#if" logic in macros.h and
        slurm_xlator.h.
      * dlopen failing if plugins reference any functions not present in
        caller. This may be fixed with the LDFLAG "-Wl,-bgcbypass=1000"
        being added for the slurm commands (avoid garbage collection of
        unused functions).
      * read() is sometimes generates EAGAIN error, which was not handled
        in some places.
      * vsnprintf() for string NULL is printing "" instead of "(null)"
        as produced by snprintf(). More format printing was added to log.c
        to produce more consistent log messages.
      * poll() takes a timeout of -1 for unlimited rather than any negative
        number. Modify logic that was always multiplying by 1000 to convert
        usec to msec.
      * getopt_long keyword table was not NULL terminated, resulting in
        segfault with invalid command-line argument in most commands.
      * xmalloc module assert failures were not generating a core file.
        Changed "fatal();abort();" to "error();abort();".
      * Change msg timeout from 3 sec to 5 sec. Running everything on single
        AIX node was very slow.
      55e62ab4
  33. Jan 17, 2004
  34. Oct 23, 2003
  35. Oct 22, 2003
Loading