- 10 Apr, 2014 9 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Modify srun to report an exit code of zero rather than nine if some tasks exit with a return code of zero and others are killed with SIGKILL. Only an exit code of zero did this.
-
Morris Jette authored
The fprintf(stderr will generally fail as stderr will usually be closed.
-
Morris Jette authored
-
Morris Jette authored
Cache job information and drop out of loop after finding the desired array task. This improves performance a fair bit. bug 684
-
Morris Jette authored
Rather than attempting a scheduling loop as frequently as every 1 second, wait 3 seconds for performance reasons.
-
- 09 Apr, 2014 8 commits
-
-
David Bigagli authored
-
Josko Plazonic authored
set it in the job env otherwise the exec() fails.
-
Morris Jette authored
-
Morris Jette authored
Rather than immediately invoking an execution of the scheduling logic on every event type that can enable the execution of a new job, queue its execution. This permits faster execution of some operations, such as modifying large counts of jobs, by executing the scheduling logic less frequently, but still in a timely fashion.
-
Danny Auble authored
If you have multiple partitions the output from sinfo -o "%D %F" would have unexpected results, hardly ever correct.
-
Morris Jette authored
-
Morris Jette authored
-
David Bigagli authored
-
- 08 Apr, 2014 20 commits
-
-
Morris Jette authored
-
Morris Jette authored
was originally testing for NULL value in one field and printing another, which could possibly result in an invalid memory reference.
-
Morris Jette authored
-
Morris Jette authored
This just adds logic so slurmd can read "type" from a gres.conf and ship it to slurmctld.
-
Morris Jette authored
-
Morris Jette authored
Conflicts: META NEWS
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Fix logic bugs for SchedulerParameters option of max_rpc_cnt. Scheduling would be delayed for job arrays and backfill scheduling would be disabled unless max_rpc_cnt > 0.
-
Morris Jette authored
More gracefully handle missing batch script file. Just kill the job and do not drain the compute node.
-
Morris Jette authored
Provide explanation of likely problems
-
Morris Jette authored
The previous logic would not support the time reported by the time command with a minutes value of "08" or "09", interpretting that as an invalid octal number. New logic reads each digit separately and does the math.
-
Morris Jette authored
To support larger numbers of jobs when the StateSaveDirectory is on a file system that supports a limited number of files in a directory, add a subdirectory called "hash.#" based upon the last digit of the job ID.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
on Mixed state.
-
David Bigagli authored
-
- 07 Apr, 2014 3 commits
-
-
Morris Jette authored
-
Janne Blomqvist authored
Make the memory header have two size_t rather than two int. Remove redundant locks and asserts change malloc/memset to calloc function calls
-
Morris Jette authored
-