- Jan 08, 2003
-
-
Moe Jette authored
ease of use in slurmctld
-
- Jan 07, 2003
-
-
Mark Grondona authored
(stderr could be disconnected but writable would return true)
-
Mark Grondona authored
response message
-
Moe Jette authored
TotalView (it was intercepting the SIGTERM and reporting srun's tasks in addition to the user's tasks - very confusing).
-
- Jan 06, 2003
-
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Mark Grondona authored
-
Moe Jette authored
Based upon kernel mod that permits SIGSTOP to child and ptrace(DETACH).
-
- Jan 03, 2003
-
-
Mark Grondona authored
(to match documentation) o Use access(2) to determine if user has local access to file (instead of brute force examination of stat buffer) o issue warning if local command cannot be found with --batch
-
- Dec 30, 2002
-
-
Moe Jette authored
Also add exclude=node_list to allocate RPCs. slurmctld accepts new RPC arguments, but does nothing with them (yet). Besides processing new arguments, srun: will process node lists from file rather than in-line list, sets SLURM_NNODES environment variable based upon actual count of allocated nodes, and constraints info in debug mode reported in full (was only reporting last constraint found).
-
Moe Jette authored
Also add exclude=node_list to allocate RPCs. slurmctld accepts new RPC arguments, but does nothing with them (yet).
-
Moe Jette authored
Also add exclude=node_list to allocate RPCs.
-
Moe Jette authored
-
- Dec 28, 2002
-
-
Moe Jette authored
-
Mark Grondona authored
groups when a credential has been revoked.
-
- Dec 27, 2002
-
-
Moe Jette authored
job allocation.
-
Moe Jette authored
job time limit. Defined pack/unpack/free functions for RPC. Slurmctld modified to broadcast REQUEST_UPDATE_JOB_TIME RPCs. Slurmd modified to accept RPC and update job step records in shared memory.
-
Moe Jette authored
job time limit. Defined pack/unpack/free functions for RPC. Slurmctld modified to broadcast REQUEST_UPDATE_JOB_TIME RPCs.
-
Moe Jette authored
job time limit. Defined pack/unpack/free functions for RPC.
-
Mark Grondona authored
srun/signals.c o added experimental --join option which allows attached srun to send signals and stdin to job. (stdin not working yet) o other srun and slurmd code cleanup
-
Moe Jette authored
unexpected job is reported by slurmd and slurmctld sends the job a SIGKILL.
-
- Dec 23, 2002
-
-
Mark Grondona authored
on POLLHUP but no read method. o common/log.c : add pthread_atfork() calls to ensure sanity of log data structure after a fork() from a threaded program. o slurmd/io.c : set _obj_close as close handler for all objects o slurmd/shm.c : fix bug that caused lockfile to always go into /tmp o slurmd/mgr.c : reset log prefix to denote job id when logging to a file o srun/srun.c : do not call fatal() after having allocated nodes, use die() instead which prints an error then does goto cleanup; o srun/*.c : remove _debug vestigal var
-
Moe Jette authored
Add incluode of ptrace header
-
Moe Jette authored
-
Moe Jette authored
-
- Dec 21, 2002
-
-
Mark Grondona authored
calls never block) This is only used in slurmd/mgr.c right now, so that log functions called in io.c do not deadlock IO thread. o cleanup in srun/srun.c
-
- Dec 20, 2002
- Dec 19, 2002
-
-
Moe Jette authored
Corrected data structure variable name in launch message reply to srun.
-
Moe Jette authored
-
Moe Jette authored
Options exist, but are undocumented features.
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
time stamp -1 rather than time stamp (in case update happens at the same second as the last get info RPC).
-