- 08 Apr, 2014 11 commits
-
-
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 25 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
-
Danny Auble authored
-
Danny Auble authored
communicate with it when version changes.
-
Danny Auble authored
-
Danny Auble authored
used.
-
Morris Jette authored
-
Morris Jette authored
Conflicts: src/common/slurm_protocol_api.c
-
Morris Jette authored
This largely reverts commit 0ec2af27 just to cut down on some logging
-
Danny Auble authored
-
Danny Auble authored
This changes the behavior of license_update which it's current behavior makes for doubling license counts. This is ok, because the only place it is used expects the counts to be zeroed out afterwards.
-
Morris Jette authored
Conflicts: META NEWS
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
in it. Signed-off-by: Danny Auble <da@schedmd.com>
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
-
- 05 Apr, 2014 4 commits
-
-
Morris Jette authored
Conflicts: src/plugins/sched/backfill/backfill.c
-
Morris Jette authored
Conflicts: src/common/slurm_protocol_api.c src/slurmctld/job_scheduler.c src/slurmctld/proc_req.c
-
Morris Jette authored
Modify the task affinity tests to support systems with larger CPU counts. Use data type long long unsigned int rather than just int. see bug 672
-
Morris Jette authored
Rather than treat invalid SchedulerParameters options as a fatal error, print an error and use to the default value.
-