- Oct 11, 2003
-
-
Mark Grondona authored
- changed defs of HAVE_LIBELAN3 to HAVE_ELAN
-
Mark Grondona authored
-
Mark Grondona authored
Elan3 and Elan4. Also allow old Elan3 module to work exactly the same as before.
-
- Oct 10, 2003
- Oct 08, 2003
-
-
Moe Jette authored
-
- Oct 07, 2003
-
-
Moe Jette authored
-
Mark Grondona authored
into account that (cap->HighNode - cap->LowNode +1) may not equal nnodes.
-
- Oct 06, 2003
-
-
Mark Grondona authored
The bits in the bitmap have a different meaning when the capability type is cyclic.
-
- Oct 04, 2003
-
-
jwindley authored
-
- Oct 01, 2003
-
-
Mark Grondona authored
-
- Sep 30, 2003
-
-
Moe Jette authored
buffer and corrupted memory.
-
- Sep 29, 2003
-
-
Moe Jette authored
-
Mark Grondona authored
-
- Sep 27, 2003
-
-
Moe Jette authored
-
- Sep 26, 2003
-
-
Moe Jette authored
Was overwritting data off of buffer passed as argument.
-
- Sep 23, 2003
-
-
Moe Jette authored
These jobs are reported by slurmd on node registration. They are logged but otherwise ignored by slurmctld. Several changes to slurmd logging messaged to report job id and step id using %u format rather than %d format (which shows no-allocate job id values as negative numbers).
-
- Sep 19, 2003
-
-
Mark Grondona authored
function.
-
Moe Jette authored
type debug.
-
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 11, 2003
-
-
Moe Jette authored
-
- Sep 09, 2003
-
-
Mark Grondona authored
may result in multiple executions of system epilog for a single job (gnats:267)
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
- Sep 05, 2003
-
-
Moe Jette authored
of socket communications. Previously was sometimes overwriting legitimate SLURM error code with fcntl error code of EINTR.
-
Moe Jette authored
-
Moe Jette authored
occur naturally if a srun, scontrol, scancel, sinfo, or squeue command is killed by the user with a communication to slurmctld in progress. This seems to occur fairly regularly as part of batch job termination.
-
Moe Jette authored
-
Moe Jette authored
send/receive, function (poll, timeout, send, recv, etc), and the error message are all reported.
-
- Sep 04, 2003
-
-
Moe Jette authored
logging the event and returning SLURM_SUCCESS.
-
- Aug 13, 2003
- Aug 12, 2003
-
-
Moe Jette authored
-
- Aug 08, 2003
-
-
Moe Jette authored
-
- Jul 31, 2003
-
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Mark Grondona authored
- Enhanced xsignal.[ch] to more easily block and unblock sets of signals [ added: xsignal_unblock xsignal_sigset_create, changed: xsignal_unblock ] - Take advantage of above changes in srun and slurmd code - Only unblock signals that were specifically blocked in slurmd (instead of *all* signals) when exec'ing user tasks.
-