- Sep 17, 2004
-
-
Moe Jette authored
-
- Sep 16, 2004
-
-
Moe Jette authored
Converted style to Linux kernel coding standard.
-
- Sep 15, 2004
- Sep 14, 2004
-
-
Moe Jette authored
-
- Sep 13, 2004
-
-
Moe Jette authored
(was causing segmentation fault). Verify that a connection remains before trying to send a return code.
-
- Sep 10, 2004
-
-
Moe Jette authored
-
Danny Auble authored
smap tool first Draft. Updated hostlist_ranged_string to handle BGL boxes. Must have #define HAVE_BGL in config.h for it to work.
-
- Aug 28, 2004
-
-
Moe Jette authored
the two extreme node locations.
-
- Aug 27, 2004
-
-
Moe Jette authored
-
- Aug 24, 2004
-
-
Moe Jette authored
-
- Aug 23, 2004
-
-
Moe Jette authored
-
- Aug 18, 2004
-
-
Moe Jette authored
-
- Aug 06, 2004
-
-
Moe Jette authored
-
- Aug 04, 2004
- Jul 26, 2004
- Jul 23, 2004
- Jul 20, 2004
-
-
Moe Jette authored
rather than the individual fields from it. This is faster and gives the plugin author more flexibility to get whatever he wants.
-
- Jul 14, 2004
-
-
Moe Jette authored
-
- Jun 15, 2004
-
-
Moe Jette authored
-
- Jun 14, 2004
-
-
Moe Jette authored
three separate variables. Resulted in slow memory leak.
-
- Jun 10, 2004
-
-
Moe Jette authored
that were producing warnings (e.g. alc).
-
- Jun 07, 2004
- Jun 02, 2004
-
-
Moe Jette authored
option. Use SHOW_ALL as flag.
-
Mark Grondona authored
-
- May 21, 2004
-
-
Moe Jette authored
-
Mark Grondona authored
to specified user. o New srun option --no-shell o Changed uid/gid_from_name () to uid/gid_from_string () and allow either user/group name or numerical user/group ID. o updated srun(1) documentation with new --no-shell option and changed semantics for --uid.
-
- May 18, 2004
-
-
Moe Jette authored
-
- May 14, 2004
-
-
Moe Jette authored
Requires setting counts in updated batch job launch request message.
-
- May 11, 2004
-
-
Moe Jette authored
-
- May 08, 2004
-
-
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.
-
- May 03, 2004
-
-
Moe Jette authored
get info RPCs and old codes need to be updated.
-
- Apr 30, 2004
- 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.
-