- Jul 05, 2005
-
-
Moe Jette authored
-
- Jun 01, 2005
-
-
Moe Jette authored
-
- Mar 04, 2005
-
-
Moe Jette authored
of communication protocol over IBM Federation switch. -- Add new slurm.conf parameter ProctrackType (process tracking) and associated plugin in the slurmd module.
-
- Oct 20, 2004
-
-
Moe Jette authored
All work from <takao.hatazaki@hp.com>.
-
- Aug 27, 2004
-
-
Moe Jette authored
-
- Aug 23, 2004
-
-
Moe Jette authored
-
- May 18, 2004
-
-
Moe Jette authored
-
- Mar 19, 2004
-
-
Moe Jette authored
and slurmctld (specify different configuration file).
-
- Dec 24, 2003
-
-
Moe Jette authored
to prevent things getting hosed if the table is re-read on SIGHUP.
-
- Dec 23, 2003
-
-
Moe Jette authored
"Scontrol abort" works. It was leaving a hung pthread due to a recent change. Fix a couple of potential memory leaks "switch_type" has been added to config data structure, un/pack, etc, but not yet reported to the user or documented yet. The plugins now use function calls to get a their type and plugin directory from a common data structure rather than individually reading and parsing the configuration file.
-
- Sep 23, 2003
-
-
Moe Jette authored
These jobs are reported by slurmd on node registration. They are logged but otherwise ignored by slurmctld. Several changes to slurmd logging messaged to report job id and step id using %u format rather than %d format (which shows no-allocate job id values as negative numbers).
-
- 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
-
- 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.
-
- Jan 29, 2003
-
-
Moe Jette authored
All references to header files changed to new pathname.
-
- Jan 15, 2003
-
-
Moe Jette authored
New RPC added for slurmd to send batch_sid to slurmctld.
-
- Jan 14, 2003
-
-
Moe Jette authored
New RPC defined to map local pid into slurm job id.
-
- Nov 25, 2002
-
-
Moe Jette authored
common needs to read anyway to route communications (avoid second read by other tools).
-
- Nov 18, 2002
-
-
Moe Jette authored
-
- Nov 16, 2002
-
-
Moe Jette authored
-
- Nov 13, 2002
-
-
Moe Jette authored
read_config functions.
-
- 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
-
-
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.
-
- Aug 22, 2002
-
-
tewk authored
-
- Aug 16, 2002
- Aug 14, 2002
- Aug 02, 2002
- Jul 26, 2002
-
-
Mark Grondona authored
of directly to a stream.
-
- Jul 25, 2002
-
-
tewk authored
fixed launch_task_response msg added slurm_protocol and slurmd errnos to slurm_errno.h added print_slurm_addr to src/common/slurm_protocol_api.c added print_slurm_credential to src/common/slurm_protocol_util.c cleaned up debug printing and error reporting for src/slurmd/shmem_struct.c more cleanup etc
-
tewk authored
added a few comments and slurm_protocol_errno entries. More little code cleanup
-
- Jul 24, 2002
-
-
tewk authored
-
- Jul 23, 2002
-
-
tewk authored
moved a few more signal calls to posix standard sigaction
-