- Jul 14, 2003
-
-
Moe Jette authored
-
- Jul 10, 2003
-
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
o Block SIGALRM by default o Only allow one thread to enter fwd_signal() at a time.
-
Mark Grondona authored
blocked signals in threads.
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
to "bar = xstrdup(foo);"
-
Mark Grondona authored
to "bar = xstrdup(foo);":
-
Mark Grondona authored
-
Mark Grondona authored
- use pthread_sigmask() instead of sigprocmask() - save blocked signals just before unblocking them in src/srun/allocate.c:allocate_nodes, then reinstate this mask before removing handlers.
-
Mark Grondona authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
Define new node configuration parameter for DOWN/DRAIN nodes: Reason=whatever. Define node reason field for update and get info RPCs. Slurmctld maintains the node reason, clears when node returned to service, preserves value across restarts.
-
Moe Jette authored
Define new node configuration parameter for DOWN/DRAIN nodes: Reason=whatever. Define node reason field for update and get info RPCs.
-
Moe Jette authored
Define new node configuration parameter for DOWN/DRAIN nodes: Reason=whatever.
-
Moe Jette authored
-
- Jul 09, 2003
-
-
Moe Jette authored
multiple word node Reason values.
-
Moe Jette authored
specifically to slurm controller.
-
Mark Grondona authored
-
Mark Grondona authored
killed when a slurm_send times out. (resulting in confusing and misleading munge error message)
-
Mark Grondona authored
-
- Jul 08, 2003
-
-
Moe Jette authored
-
Mark Grondona authored
-
- Jul 07, 2003
-
-
Moe Jette authored
-
Moe Jette authored
handling of get info calls with the "no change" response.
-
Moe Jette authored
-
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.
-
Moe Jette authored
-
- Jul 05, 2003
-
-
Moe Jette authored
-
- Jul 04, 2003
-
-
Moe Jette authored
nodes which are also in completing or down state.
-
Moe Jette authored
Create the job hash table at slurmctld initialization.
-
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).
-
Moe Jette authored
-
- Jul 03, 2003