- Aug 09, 2007
-
-
Moe Jette authored
-
- Jul 19, 2007
-
- Jul 06, 2007
-
- Jun 29, 2007
-
- Apr 11, 2007
-
- Apr 07, 2007
-
- Dec 16, 2006
-
-
Moe Jette authored
- Dec 08, 2006
-
-
Moe Jette authored
-
- Dec 05, 2006
-
-
Danny Auble authored
-
- Dec 01, 2006
-
-
Moe Jette authored
-
- Nov 29, 2006
-
- Nov 22, 2006
-
- Nov 14, 2006
-
- Nov 13, 2006
-
- Oct 27, 2006
-
- Oct 26, 2006
-
- Sep 05, 2006
-
- Sep 01, 2006
-
- Jun 09, 2006
-
-
Moe Jette authored
the code)
-
- Jan 27, 2006
-
-
Danny Auble authored
-
- Jan 05, 2006
-
-
Moe Jette authored
UCRL-CODE-2002-040 to UCRL-CODE-217948. No changes in any logic.
-
- Dec 06, 2005
-
-
Moe Jette authored
-
- Nov 11, 2005
-
-
Moe Jette authored
(still needs some work for scalability).
-
- Aug 12, 2005
-
-
Christopher J. Morrone authored
-
- Apr 23, 2004
-
-
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.
-
- Jan 17, 2004
-
-
Moe Jette authored
alloca() has been replace by malloc() and free(), Use of __progname eliminated, GNU compliant malloc() wrapper added, RLIMIT_* definition use controlled by #ifdef's, Changed some data types, and conditionally added some #includes.
-
- Oct 23, 2003
-
-
Moe Jette authored
from slurm_open_stream (which is only called by slurmd/io.c to connect stdin/out/err). (gnats:253)
-
- Oct 22, 2003
-
-
Moe Jette authored
is zero.
-
Mark Grondona authored
-
- Oct 13, 2003
- Oct 10, 2003
-
-
Moe Jette authored
-
- Sep 19, 2003
- Sep 11, 2003
-
-
Moe Jette authored
-
- Sep 05, 2003