- 08 May, 2018 2 commits
-
-
Morris Jette authored
Coverity CID 185505
-
Morris Jette authored
Coverity CID 185504
-
- 07 May, 2018 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- 05 May, 2018 1 commit
-
-
Tim Wickberg authored
-
- 04 May, 2018 1 commit
-
-
Danny Auble authored
# Conflicts: # src/slurmctld/job_mgr.c
-
- 03 May, 2018 24 commits
-
-
Boris Karasev authored
Bug 5129.
-
Alejandro Sanchez authored
Bug 5110.
-
Alejandro Sanchez authored
Bug 5110.
-
Tim Wickberg authored
Continuation of d0deea4f. Bug 4841.
-
Alejandro Sanchez authored
Use setenv() instead of setenvfs(), since setenvfs() memory allocation is implemented with xmalloc() and fini_setproctitle() (which is called on reconfigure) free's the memory with free(), leading to a: "free(): invalid size" malloc_printerr error. Continuation of dce83a23. Bug 5095.
-
Felip Moll authored
Due to current design the job limits are checked before the allocation is made when one specifies a generic gres and a specific gres type is configured. The workaround for now is to define a job submit plugin to control the user request and succesfully apply limits. Bug 4767
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
With the previous commit, a segfault would occur if the partiton's nodes were updated after a reconfigure happened because reconfigure blows away the node_record_table_ptr and the node's tres_cnt don't get rebuilt till after PERIODIC_NODE_ACCT (300 seconds).
-
Brian Christiansen authored
or when creating partitions with nodes. Though the the partition tres_cnts will be updated every 5 minutes (PERIODIC_NODE_ACCT) this will update it on create or update.
-
Brian Christiansen authored
Bug 4274
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 4274
-
Brian Christiansen authored
Verify that a tres weight is an integer.
-
Brian Christiansen authored
This allows job limits to be enforced at submission -- with QOS DenyOnLimit flag. Note that the values could be expanded at schedule time (e.g. request one task but get all cpus on a core). The expanded values are considered when scheduling.
-
Brian Christiansen authored
-
Isaac Hartung authored
-
Isaac Hartung authored
-
Brian Christiansen authored
Cont. Bug 4274
-
Isaac Hartung authored
Cont. Bug 4274
-
Brian Christiansen authored
being able to be set/updated on a partition. Bug 4274
-
Isaac Hartung authored
Bug 4274
-
Isaac Hartung authored
-
Isaac Hartung authored
-
- 02 May, 2018 8 commits
-
-
Danny Auble authored
Bug 5103
-
Dominik Bartkiewicz authored
Bug 4960.
-
Dominik Bartkiewicz authored
Bug 4887.
-
Danny Auble authored
-
Danny Auble authored
Bug 5103
-
Danny Auble authored
Bug 5103
-
Danny Auble authored
# Conflicts: # src/slurmctld/job_mgr.c
-
Tim Wickberg authored
Can lead to deadlock within malloc depending on the exact timing. Rework thread startup and shutdown code so pthread_cancel is not needed. Bug 5119, 5103.
-