- 11 May, 2004 7 commits
-
-
Mark Grondona authored
indicate an infinite timelimit.
-
Moe Jette authored
previously accepted.
-
Mark Grondona authored
-
Moe Jette authored
timeout RPC is send (possible race condition in background threads).
-
Moe Jette authored
-
Mark Grondona authored
-
Moe Jette authored
-
- 10 May, 2004 3 commits
-
-
Mark Grondona authored
-
Mark Grondona authored
- send sigterm, pause 5 seconds then send sigkill.
-
Moe Jette authored
-
- 08 May, 2004 2 commits
-
-
Mark Grondona authored
-
Mark Grondona authored
"parallel debugger" support. o Remove references to "totalview" in parallel debugger support code. o Cleanup build system. o Move autoconf test macros into auxdir directory into separate .m4 files for ease of sharing.
-
- 07 May, 2004 3 commits
-
-
Mark Grondona authored
libelanhosts library. o Test for libelanhosts at configure time.
-
Moe Jette authored
-
Mark Grondona authored
not one process per Node.
-
- 06 May, 2004 5 commits
-
-
Moe Jette authored
people to the download location.
-
Moe Jette authored
-
Mark Grondona authored
-
Mark Grondona authored
o Add support for generating lightweight corefiles from liblwcf setting up LD_PRELOAD properly.
-
Moe Jette authored
-
- 05 May, 2004 4 commits
- 04 May, 2004 1 commit
-
-
Moe Jette authored
-
- 03 May, 2004 7 commits
-
-
Moe Jette authored
-
Moe Jette authored
are specific to a particular plugin type.
-
Moe Jette authored
-
Moe Jette authored
execute as rather than the user making the allocation request (which can be user root in the case of DPCS/LCRM).
-
Moe Jette authored
-
Moe Jette authored
munge plugin and give pointer to its web page.
-
Moe Jette authored
get info RPCs and old codes need to be updated.
-
- 30 Apr, 2004 2 commits
- 27 Apr, 2004 1 commit
-
-
Moe Jette authored
-
- 24 Apr, 2004 2 commits
- 23 Apr, 2004 1 commit
-
-
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.
-
- 22 Apr, 2004 2 commits
-
-
Mark Grondona authored
-
Mark Grondona authored
-