- Sep 19, 2003
-
-
Moe Jette authored
descriptors. This was needed in several grouped functions (e.g. slurm_send_recv_rc_msg and slurm_send_only_node_msg, which combine open, send, receive, and close functions for simplicity).
-
- Sep 04, 2003
-
-
Moe Jette authored
logging the event and returning SLURM_SUCCESS.
-
- Aug 13, 2003
-
-
Moe Jette authored
hand if race condition starting all daemons).
-
- Jul 09, 2003
-
-
Moe Jette authored
specifically to slurm controller.
-
Mark Grondona authored
-
- Jul 07, 2003
-
-
Moe Jette authored
Message to controller will retry after SlurmctldTimeout period if message to primary controller fails and backup controller returns error indicating it is in backup mode.
-
- Jul 04, 2003
-
-
Moe Jette authored
WaitTime sets srun's default value for --wait. MaxJobCount sets the maximum job count for slurmctld (replacing #define MAX_JOB_CNT). MinJobAge sets the minimum job purrge age for slurmctld (replacing #define MIN_JOB_AGE).
-
- Jul 01, 2003
-
-
Moe Jette authored
job, step, node, and partition info. Add new function to free slurm_credential from RPC response.
-
- Jun 11, 2003
-
-
Mark Grondona authored
-
- Jun 10, 2003
-
-
Mark Grondona authored
-
- May 28, 2003
-
-
Mark Grondona authored
slurm_send_recv_node_msg(), slurm_send_recv_rc_msg(), etc. o Fixed fd leak in agent.c using slurm_send_recv_rc_msg() w/ timeout.
-
- May 07, 2003
-
-
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.
-
- Mar 27, 2003
-
-
jwindley authored
-
- Mar 26, 2003
-
-
jwindley authored
-
- Mar 25, 2003
-
-
jwindley authored
Streamline the API: eliminate activate() and fold it into a new create(), rename free() to destroy(), make unpack() return an allocated credential instead of being passed a 'blank' one
-
- Mar 21, 2003
-
-
jwindley authored
-
- Mar 20, 2003
-
-
jwindley authored
-
- Mar 07, 2003
-
-
jwindley authored
-
- Mar 03, 2003
-
-
jwindley authored
-
- Jan 31, 2003
-
-
Moe Jette authored
-
- Dec 18, 2002
-
-
Moe Jette authored
-
- Dec 17, 2002
-
-
Moe Jette authored
-
- Nov 25, 2002
-
-
Moe Jette authored
common needs to read anyway to route communications (avoid second read by other tools).
-
- Nov 21, 2002
-
-
Moe Jette authored
-
- Nov 19, 2002
-
-
Moe Jette authored
for mutex lock/unlock with error messages.
-
- Nov 18, 2002
- Nov 16, 2002
-
-
Moe Jette authored
-
- Nov 15, 2002
-
-
Mark Grondona authored
along with other general bugfixes and cleanup. o cbuf.[ch] list.[ch] : begin using Chris' list and cbuf routines from the LSD-Tools project. o srun/srun.c : *Always* wait for I/O to complete. This still needs work. o srun/launch.c : code cleanup
-
- Nov 13, 2002
-
-
Moe Jette authored
read_config functions.
-
- Nov 07, 2002
-
-
Moe Jette authored
than 1024 file descriptors the select function call silently fails and corrupts memory.
-
Mark Grondona authored
-
- Nov 01, 2002
-
-
Moe Jette authored
bad message. Functions now return SLURM_ERROR on bad unpack instead of assert failure.
-
- Oct 31, 2002
-
-
Moe Jette authored
(so shutdown command can shutdown both servers).
-
- Oct 28, 2002
-
-
Moe Jette authored
a slurm_addr.
-
- Oct 24, 2002
- Oct 08, 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.
-
- Oct 01, 2002
-
-
Moe Jette authored
It used to seg-fault.
-