- Sep 04, 2003
-
-
Moe Jette authored
logging the event and returning SLURM_SUCCESS.
-
- Sep 03, 2003
-
-
Moe Jette authored
It was picking zero nodes and failing.
-
Mark Grondona authored
problem when debugging remote tasks. (and error should have only printed once anyway)
-
- Aug 20, 2003
-
-
jwindley authored
-
- Aug 14, 2003
- Aug 13, 2003
-
-
Moe Jette authored
to match that of a job's run time (TIME).
-
Moe Jette authored
hand if race condition starting all daemons).
-
Moe Jette authored
-
Moe Jette authored
-
Mark Grondona authored
o Export SLURM_NODELIST environment var in all cases
-
Mark Grondona authored
o Changed correspondingly calls to above o Removed unnecessary envc member of job structure, along with references to said member
-
Moe Jette authored
-
Moe Jette authored
-
Mark Grondona authored
is through with them. o added new function unsetenvp() to support above
-
Moe Jette authored
the old_job_allocation response so as to conform with job step's specification. For example, remove nodes that are excluded (-x), set the node count to that requested (-N, eliminate nodes as required), etc. This requires modifying the node list including the slurm_addr, and cpu_count arrays.
-
- Aug 12, 2003
- Aug 08, 2003
- Aug 07, 2003
-
-
Moe Jette authored
By default, logging is to syslog. Expanded usage description to be more complete.
-
Moe Jette authored
-
Moe Jette authored
without duplicates. For example, we want to convert a users request for nodes "lx1,lx2,lx1,lx3" to "lx[1-3]".
-
Moe Jette authored
entry counting function. As a job is completing the bitmap gets cleared as nodes complete, resulting in incorrect values.
-
Moe Jette authored
-
- Aug 06, 2003
-
-
Moe Jette authored
-
- Aug 05, 2003
- Aug 04, 2003
-
-
Moe Jette authored
batch_job_launch RPC, then deallocate those resources and requeue the job. If a node registers and fails to show a batch job that should have a script running there (node zero of allocation), then consider the job complete.
-
- Aug 02, 2003
-
-
Moe Jette authored
"Can't connect to node" with every ping failure.
-
Moe Jette authored
-
Moe Jette authored
Changed the logging level of a few other message.
-
Moe Jette authored
until the previous one completes. This avoids having too many cycles active (and a bunch of threads too). Ping_nodes control functions moved to a new module.
-
Moe Jette authored
reportted in log (via #define PRINT_TIMES). Resolution of time stamps changed from 10msec to 1usec by changing to gettimeofday instead of clock.
-
- Jul 31, 2003
-
-
Mark Grondona authored
-
Mark Grondona authored
print_exit_status
-
Moe Jette authored
-
Moe Jette authored
allocated/idle.
-
Moe Jette authored
-
Mark Grondona authored
o Call waitpid with WUNTRACED to report on stopped processes.
-