- May 18, 2004
-
-
Moe Jette authored
-
- Mar 19, 2004
- Feb 12, 2004
-
-
Moe Jette authored
reconfiguration (rather than restart).
-
- Jan 13, 2004
-
-
Moe Jette authored
than two with different naming convensions and values.
-
- 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.
-
- Dec 08, 2003
-
-
Moe Jette authored
configuration file has changed (important for long-running jobs, especially DPCS daemons).
-
- Nov 05, 2003
-
-
Moe Jette authored
between primary and backup. The request has a brief window in which it can abort and we want to decrease the likelyhood of that happening by retrying less frequently when we know control is transistioning.
-
Moe Jette authored
is still waiting to take control (rather than one long wait).
-
- Oct 23, 2003
-
-
Moe Jette authored
from slurm_open_stream (which is only called by slurmd/io.c to connect stdin/out/err). (gnats:253)
-
- Oct 20, 2003
-
-
Moe Jette authored
-
- Oct 13, 2003
-
-
Moe Jette authored
from 2 to 5 seconds for slow tdev.
-
- Sep 27, 2003
-
-
Moe Jette authored
-
- 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
-
-
Moe Jette authored
-