- Aug 04, 2010
-
-
Danny Auble authored
-
Danny Auble authored
-
- Feb 12, 2010
-
-
Danny Auble authored
-
- Feb 05, 2010
-
-
Moe Jette authored
-
- Jan 13, 2010
-
-
Danny Auble authored
Added support to handle communication with SLURM 2.1 clusters. Job's should not be lost in the future when upgrading to higher versions of SLURM.
-
- Jan 05, 2010
-
-
Danny Auble authored
-
- Dec 01, 2009
-
-
Danny Auble authored
-
- May 20, 2009
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- Feb 20, 2009
-
-
Moe Jette authored
-
- Dec 03, 2008
-
-
- Nov 04, 2008
-
-
- May 14, 2008
-
-
Moe Jette authored
-
- Mar 20, 2008
-
-
Moe Jette authored
-
- Dec 16, 2006
-
-
Moe Jette authored
-
- Nov 03, 2006
-
-
Moe Jette authored
-
- Sep 15, 2006
-
-
Danny Auble authored
-
- Sep 05, 2006
-
-
- Sep 01, 2006
-
-
- 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.
-
- Mar 26, 2005
-
-
Moe Jette 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.
-
- Oct 20, 2003
-
-
Moe Jette authored
-
- Mar 14, 2003
-
-
Mark Grondona authored
slurm_cred_t job credential.
-
- Mar 13, 2003
-
-
Mark Grondona authored
the old slurm_job_credential_t, which was one cred per job, to a one cred per *job step* scheme. Creds are now limited lifetime and cannot be replayed (cred is invalidated once used). removed old implementation signature/credential_utils.[ch] and replaced with slurm_cred.[ch].
-
- Mar 03, 2003
-
-
jwindley authored
-
- Nov 19, 2002
-
-
Moe Jette authored
-
- Nov 08, 2002
-
-
Moe Jette authored
Add local_pid to task_launch_response RPC.
-
- Nov 01, 2002
-
-
Moe Jette authored
bad message. Functions now return SLURM_ERROR on bad unpack instead of assert failure.
-
- Oct 29, 2002
-
-
Mark Grondona authored
o rewrite of slurmd.c -- extensive changes therein o launch msg contains port numbers instead of slurm_addrs
-
- Oct 07, 2002
-
-
Moe Jette authored
that includes a buffer pointer, size, and offset. The buffer is automatically expanded as space is needed.
-
- Sep 17, 2002
-
-
Mark Grondona authored
provided by libauth. o update to new auth include namespace (slurm_authentication -> slurm_auth) o Actually use and verify authentication header
-
- Sep 16, 2002
-
-
Moe Jette authored
Add task distribution option to job_step_create RPC. Add uid testing to RPC processing "#ifdef HAVE_AUTHD"
-
- Sep 12, 2002
-
-
Moe Jette authored
-
- Sep 04, 2002
-
-
Mark Grondona authored
-
- Aug 27, 2002
-
-
tewk authored
-
- Aug 16, 2002
-
-
tewk authored
-
- Jul 26, 2002
-
-
Mark Grondona authored
of directly to a stream.
-