- 26 Jan, 2017 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Danny Auble authored
-
- 25 Jan, 2017 22 commits
-
-
Danny Auble authored
-
Danny Auble authored
Use slurmctld_conf.state_save_location instead.
-
Morris Jette authored
-
Morris Jette authored
burst_buffer/cray - Fix race condition that could cause multiple batch job launch requests resulting in downed nodes. bug 3366
-
Dominik Bartkiewicz authored
-
Danny Auble authored
This reverts commit b9bff82f.
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
The dbd_list_msg_t was uninitialized in a bunch of places and the return_code variable in the structure was being referenced, resulting in valgrind error reports
-
Morris Jette authored
No change in logic, just added values to comments in a long enum to more easily identify their values
-
Tim Wickberg authored
First noticied by Brian.
-
Tim Wickberg authored
-
Morris Jette authored
It was leaking memory otherwise
-
Tim Wickberg authored
Not used here.
-
Tim Wickberg authored
-
Tim Wickberg authored
Commit 63b7e3a8 changed the --mem limit to 1MB for the job if not using a memory SelectType, but this can cause the job to fail if the JobAcctGatherFrequency is frequent enough to notice that the "sleep" command is using more than 1MB of resources. Refactor test to avoid specifying job memory. Use --wrap to avoid creating a temporary job script as well.
-
Tim Wickberg authored
Commit 63b7e3a8 changed the --mem limit to 1MB for the step if not using a memory SelectType, but this can cause the job to fail if the JobAcctGatherFrequency is frequent enough to notice that the "sleep" command is using more than 1MB of resources. Refactor test to avoid specifying job memory. Use --wrap to avoid creating a temporary job script.
-
Tim Wickberg authored
-
Tim Wickberg authored
Commit 63b7e3a8 changed the --mem limit to 1MB for the step if not using a memory SelectType, but this can cause the job to fail if the JobAcctGatherFrequency is frequent enough to notice that the "sleep" command is using more than 1MB of resources. Refactor test to avoid specifying memory memory; and since only one step is checked for, only run a single step in the job. Use --wrap to avoid creating a temporary job script.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 24 Jan, 2017 15 commits
-
-
Morris Jette authored
-
Morris Jette authored
This bug was introduced in commit 93adc329 Symptom is failure of test 2.7
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
Some portions of tests 21.30 and 21.34 failed with accounting and priority basic. These changes disable portions of those tests as needed based upon configuration.
-
Tim Wickberg authored
FreeBSD requires this to build; overlooked in 2d9e999f.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Update information about modified functions and data structures.
-
Morris Jette authored
It was leaking memory otherwise
-
Dominik Bartkiewicz authored
_allocate_sc() is heavily used within the scheduler, change to stack allocation from heap to avoid constant churn on xmalloc()/xfree(). Bug 3420.
-
Isaac Hartung authored
-
Morris Jette authored
-
Morris Jette authored
test1.63 was failing periodically due to a race condition. A signal was being sent to srun before the signal handler thread was spawned.
-
Brian Christiansen authored
Too closely related to working_cluster_rec.
-