- Mar 05, 2003
-
-
Moe Jette authored
Add COMPLETING node and job states.
-
- Mar 04, 2003
-
-
jwindley authored
-
Mark Grondona authored
-
- Mar 03, 2003
-
-
jwindley authored
-
- Mar 01, 2003
-
-
Mark Grondona authored
o src/slurmd : if session manager process is killed, ensure that entire session is also dead, and make sure all task exit msgs are sent to clients o src/slurmd/reattach.c : initialize job->hostid in reattach code
-
- Feb 27, 2003
-
-
Mark Grondona authored
-
- Feb 26, 2003
-
-
Mark Grondona authored
-
Moe Jette authored
-
- Feb 24, 2003
-
-
Moe Jette authored
-
- Feb 14, 2003
-
-
Mark Grondona authored
o src/srun/ : srun code cleanup. Do not set stdin nonblocking as this has a side-effect of setting stdout and stderr nonblocking too. o src/slurmd : code cleanup. Terminate if read of public key fails. o src/common/credential/signature_utils* : code cleanup
-
Moe Jette authored
Initialize/free/set alloc_sid and alloc_node in API functions. Pack/unpack/free new elements in job descriptor RPCs.
-
Mark Grondona authored
o srun/ : place temporary fix for stdout nonblocking I/O problem
-
- Feb 13, 2003
-
-
Mark Grondona authored
o srun : fix problem with loss of output from stdout stream. When stdio buffering is on, fprintf/fputs do not return errors when the buffers are apparently overflown (?), setting unbuffered IO seems to fix the problem. o slurmd/io.c : some slurmd io cleanup
-
- Feb 12, 2003
-
-
Mark Grondona authored
revoked after second use. o common/daemonize.c : do not report inability to open pidfile as an error (since it invariably is not) o slurmd/ : more initialization cleanup.
-
- Feb 03, 2003
-
-
Mark Grondona authored
-
- Feb 01, 2003
-
-
Mark Grondona authored
PEM_read_PrivateKey() and PEM_read_PUBKEY(). Dump the x509 stuff...
-
- Jan 31, 2003
-
-
Moe Jette authored
-
Mark Grondona authored
o src/srun : various signal handling fixes, retry task launch req on failure
-
- Jan 30, 2003
-
-
Moe Jette authored
-
- Jan 29, 2003
-
-
Moe Jette authored
All references to header files changed to new pathname.
-
Moe Jette authored
-
Mark Grondona authored
o testsuite/.../Makefile.am : slurmctld modules depend on libhostlist.la
-
Mark Grondona authored
o split hostlist and eio functionality into separate convenience libraries (so they do not need to be included in libcommon)
-
Moe Jette authored
-
-
Moe Jette authored
-
- Jan 28, 2003
-
-
Mark Grondona authored
creation functions into allocate.[ch] o src/common/xsignal.[ch] : xsignal returns old signal handler o src/slurmd : remove list of running threads - use number of active threads instead. (terminating slurmd sleeps until all active threads have vanished)
-
jwindley authored
-
- Jan 27, 2003
- Jan 24, 2003
-
-
Moe Jette authored
-
- Jan 23, 2003
-
-
Mark Grondona authored
- fix some EXTRA_DIST declarations so that CVS/ directories don't get inlcuded in a make dist - add forced target to rebuild any dependent convenience or api libs (if necessary)
-
Moe Jette authored
-
Mark Grondona authored
-
- Jan 22, 2003
-
-
Mark Grondona authored
o Try harder to clean up shm semaphore in slurmd o call daemon(1,0) instead of daemon(0,0) in slurmctld to preserve chdir()
-
Moe Jette authored
slurm_cancel_job RPC now takes signal argument.
-
- Jan 21, 2003
-
-
Mark Grondona authored
-
- 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
-
Moe Jette authored
-
- Jan 15, 2003
-
-
Moe Jette authored
New RPC added for slurmd to send batch_sid to slurmctld.
-