- Oct 24, 2003
-
-
Moe Jette authored
avoid highly fragmented resource allocations. Add list of excluded nodes to job info dumpped and reported. Fix how mis-matched RPC version number are handled. Let error code get back to the API function. Dump job state information upon each job's termination via plugin. Re-issue incomplete write requests in job/partition state save. Make slurmctld continue proper operation without any default partition (gnats:317). Add command/RPC to delete a partition. Retry socket connection for slurmd/io.c as needed (gnats:253).
-
jwindley authored
-
- Oct 11, 2003
-
-
Mark Grondona authored
- changed defs of HAVE_LIBELAN3 to HAVE_ELAN
-
- Sep 09, 2003
- Jul 10, 2003
-
-
Moe Jette authored
Define new node configuration parameter for DOWN/DRAIN nodes: Reason=whatever. Define node reason field for update and get info RPCs.
-
- 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).
-
- May 21, 2003
-
-
Moe Jette authored
configuration information downloaded.
-
- Apr 18, 2003
-
-
Moe Jette authored
in get config RPC.
-
- Apr 04, 2003
-
-
Moe Jette authored
-
- Mar 14, 2003
-
-
Mark Grondona authored
slurm_cred_t job credential.
-
- Mar 13, 2003
-
-
Moe Jette authored
-
Mark Grondona authored
the old slurm_job_credential_t, which was one cred per job, to a one cred per *job step* scheme. Creds are now limited lifetime and cannot be replayed (cred is invalidated once used). removed old implementation signature/credential_utils.[ch] and replaced with slurm_cred.[ch].
-
- Mar 07, 2003
-
-
Moe Jette authored
-
- Mar 06, 2003
- Mar 05, 2003
-
-
Moe Jette authored
-
- Mar 03, 2003
-
-
jwindley authored
-
- Feb 14, 2003
-
-
Moe Jette authored
Initialize/free/set alloc_sid and alloc_node in API functions. Pack/unpack/free new elements in job descriptor RPCs.
-
- Jan 27, 2003
-
-
Moe Jette authored
-
- Jan 24, 2003
-
-
Moe Jette authored
-
- Jan 22, 2003
-
-
Moe Jette authored
slurm_cancel_job RPC now takes signal argument.
-
- Jan 16, 2003
-
-
Mark Grondona authored
prolog is run as root and failure is reported as a non-zero return code from the launch tasks or launch batch job messages epilog is run as result of revoke credential message
-
- Jan 15, 2003
-
-
Moe Jette authored
New RPC added for slurmd to send batch_sid to slurmctld.
-
- Jan 14, 2003
- Jan 10, 2003
-
-
Moe Jette authored
-
- Jan 07, 2003
-
-
Mark Grondona authored
response message
-
- Dec 30, 2002
-
-
Moe Jette authored
Also add exclude=node_list to allocate RPCs.
-
- Dec 27, 2002
-
-
Moe Jette authored
job time limit. Defined pack/unpack/free functions for RPC.
-
- Dec 19, 2002
-
-
Mark Grondona authored
o srun -d option updated to set slurmd-debuggging level o slurmd sends task launch resp message with list of pids (for totalview support) o Three Ctrl-C's in rapid succession to srun forcefully terminates the job. o Changed --kill-off to --no-kill
-
- Dec 16, 2002
-
-
Moe Jette authored
than single PID). Used for TotalView support.
-
- Dec 09, 2002
- Dec 05, 2002
- Dec 02, 2002
-
-
Moe Jette authored
initiation. Establish limit of MAX_TASKS_PER_NODE and add matching error code.
-
- Nov 28, 2002
-
-
Moe Jette authored
-
- Nov 27, 2002
-
-
Moe Jette authored
-
- Nov 23, 2002
-
-
Mark Grondona authored
-