Skip to content
Snippets Groups Projects
  1. Dec 16, 2006
  2. Nov 03, 2006
  3. Sep 15, 2006
  4. Sep 05, 2006
  5. Sep 01, 2006
  6. Jan 27, 2006
  7. Jan 05, 2006
  8. Mar 26, 2005
  9. 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
  10. Oct 20, 2003
  11. Mar 14, 2003
  12. Mar 13, 2003
  13. Mar 03, 2003
  14. Nov 19, 2002
  15. Nov 08, 2002
  16. Nov 01, 2002
  17. Oct 29, 2002
  18. Oct 07, 2002
  19. Sep 17, 2002
  20. Sep 16, 2002
  21. Sep 12, 2002
  22. Sep 04, 2002
  23. Aug 27, 2002
  24. Aug 16, 2002
  25. Jul 26, 2002
  26. Jul 25, 2002
  27. Jul 23, 2002
  28. Jun 13, 2002
  29. May 30, 2002
  30. May 24, 2002
  31. May 23, 2002
  32. May 22, 2002
  33. May 21, 2002
    • tewk's avatar
      Initial check in of the slurm transport protocol. · 0ac66df3
      tewk authored
      slurm_protocol_api.c			contains the programers interface.
      slurm_protocol_interface.h 		defines the lower layer interface.
      slurm_protocol_pack.c			packs messages.
      slurm_protocol_util.c			contains utility functions used by the protocol
      0ac66df3
Loading