- Aug 04, 2004
- Jul 29, 2004
- Jul 26, 2004
-
-
Moe Jette authored
-
- Jul 23, 2004
-
-
Moe Jette authored
scontrol options. For now only the NULL plugin is available, but this is required for ASC Purple.
-
- 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
allocation requests which are refused due to completing job (formerly returned ESLURM_NOT_TOP_PRIORITY)
-
- Jul 09, 2004
- Jun 25, 2004
-
-
Moe Jette authored
event that node state and job count are out of sync).
-
- Jun 23, 2004
-
-
Moe Jette authored
-
- Jun 22, 2004
- Jun 14, 2004
-
-
Moe Jette authored
-
- Jun 09, 2004
-
-
Moe Jette authored
-
- Jun 05, 2004
-
-
Moe Jette authored
with FastSchedule==0 configuration.
-
- Jun 04, 2004
-
-
Moe Jette authored
switch (was setting DRAINED nodes in state DRAINING).
-
- Jun 02, 2004
-
-
Moe Jette authored
option. Use SHOW_ALL as flag.
-
- May 24, 2004
- May 21, 2004
-
-
Moe Jette authored
-
- May 19, 2004
-
-
Moe Jette authored
registration (in particular after changing state from UNKNOWN to DRAINING, an inactive node was not registering to reset its state to DRAINED)
-
- May 17, 2004
-
-
Moe Jette authored
-
- May 14, 2004
- May 11, 2004
- May 07, 2004
-
-
Moe Jette authored
-
- May 03, 2004
-
-
Moe Jette authored
execute as rather than the user making the allocation request (which can be user root in the case of DPCS/LCRM).
-
- Apr 30, 2004
-
-
Moe Jette authored
commands modified. Info filtering added to slurmctld.
-
- 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.
-
- Apr 20, 2004
-
-
Mark Grondona authored
o cleanup some slurm makefiles
-
- Apr 09, 2004
-
-
Moe Jette authored
rather than (potentially long) list supplied with job.
-
- Apr 05, 2004
- Mar 20, 2004
-
-
Moe Jette authored
order to interupt accept(), because this can fail if the authentication plugin is bad or there are other communications problems. Use interrupt instead.
-
- Mar 19, 2004
-
-
Moe Jette authored
and slurmctld (specify different configuration file).
-
- Mar 16, 2004
-
-
Moe Jette authored
than errno (which is not reset by the function).
-