- 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
-
-
Moe Jette authored
of socket communications. Previously was sometimes overwriting legitimate SLURM error code with fcntl error code of EINTR.
-
Moe Jette authored
-
Moe Jette authored
occur naturally if a srun, scontrol, scancel, sinfo, or squeue command is killed by the user with a communication to slurmctld in progress. This seems to occur fairly regularly as part of batch job termination.
-
Moe Jette authored
-
Moe Jette authored
send/receive, function (poll, timeout, send, recv, etc), and the error message are all reported.
-
- Jul 09, 2003
-
-
Moe Jette authored
specifically to slurm controller.
-
- May 07, 2003
-
-
Mark Grondona authored
o Fix -Wall warnings
-
Mark Grondona authored
slurm_protocol_socket_implementation.c o Added new functions slurm_send_recv*rc_msg() for handing common mode of sending a message and receiving only a "return code" message. o Overhauled existing code and performed general cleanup.
-
- Apr 04, 2003
-
-
Moe Jette authored
-
- Feb 14, 2003
-
-
Mark Grondona authored
o srun/ : place temporary fix for stdout nonblocking I/O problem
-
- Dec 14, 2002
-
-
Moe Jette authored
interrupts were resetting timeout in I/O functions with timeout.
-
- Dec 05, 2002
-
-
Mark Grondona authored
still remain. o cbuf.[ch], list.[ch] : Checked in new revisions from lsd-tools o srun/io.c,msg.c : added io_thr_create(), msg_thr_create() to simplify code in main(). o Other minor fixes/changes
-
- Nov 21, 2002
-
-
Moe Jette authored
-
- Nov 20, 2002
-
-
Mark Grondona authored
o fix _STMT_START in macros.h o remove annoying "Interrupted system call" debug error for accept() with slurm_protocol_socket_implementation.c o fix some assert macros in xassert and xmalloc
-
- Nov 15, 2002
-
-
Moe Jette authored
from conman.
-
- Nov 07, 2002
-
-
Moe Jette authored
than 1024 file descriptors the select function call silently fails and corrupts memory.
-
- Nov 01, 2002
-
-
Moe Jette authored
bad message. Functions now return SLURM_ERROR on bad unpack instead of assert failure.
-
- Oct 31, 2002
-
-
Mark Grondona authored
blown away in v1.57. o fix bug in _slurm_set_addr_char() which caused port and family to be updated even though gethostbyname() failed.
-
Moe Jette authored
(so shutdown command can shutdown both servers).
-
- 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 28, 2002
-
-
Moe Jette authored
a slurm_addr.
-
- Oct 24, 2002
-
-
Moe Jette authored
-
- Oct 18, 2002
-
-
Moe Jette authored
-
- Oct 15, 2002
-
-
Moe Jette authored
-
- Oct 07, 2002
-
-
Moe Jette authored
that includes a buffer pointer, size, and offset. The buffer is automatically expanded as space is needed.
-
- Sep 26, 2002
-
-
Moe Jette authored
_slurm_msg_sendto was not advancing the buffer pointer or decreasing the xmit size if the message could not be transmitted in a single send request. _slurm_msg_recvfrom_timeout was leaving data on the socket and not reporting any errors if the buffer was too small for the data presented.
-
- Sep 12, 2002
-
-
Moe Jette authored
-
- Sep 03, 2002
-
-
Mark Grondona authored
o Some error and debug message cleanup.
-
- Aug 30, 2002
- Aug 27, 2002
-
-
Mark Grondona authored
recv() didn't return all the bytes.
-
- Aug 22, 2002
-
-
tewk authored
-