- 24 May, 2016 1 commit
-
-
Morris Jette authored
Logic introduced in v16.05.0-rc2 could attempt state change for nid00000, even if no such node exists bug 2758
-
- 20 May, 2016 1 commit
-
-
Morris Jette authored
Change how Slurm determines the NUMA count of a node. Ignore KNL NUMA that only include memory. bug 2745
-
- 19 May, 2016 5 commits
-
-
Morris Jette authored
Fix test for large CPU count nodes
-
Brian Christiansen authored
Need thread_id to distinguish between multiple threads with the same name.
-
Yu Watanabe authored
Already installed by 'make install-contrib'. Bug 2747.
-
Brian Christiansen authored
-
Danny Auble authored
# Conflicts: # NEWS
-
- 18 May, 2016 20 commits
-
-
Danny Auble authored
and the slurmctld doesn't wait long enough for the response it would give up leaving the connection open and create a situation where the next message sent could receive the response of the first one. Bug 2739
-
Morris Jette authored
Correct logic that calculates a step's cpus_per_task allocation on a heterogenous job allocation. Mixing a KNL with a Xeon resulted in a count that was between the CPU count on the two node types and invalid on the node with smaller CPU count (e.g. 272 CPUs on KNL, 8 on Xeon, and 2 tasks, cpus_per_task = 140).
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
JOB_COMPLETING is a flag and not an enum.
-
Brian Christiansen authored
-
Morris Jette authored
accounting may show job or step in COMPLETING state for a while
-
Morris Jette authored
Search for step state happened before the step started.
-
Morris Jette authored
Correction to environment variable name in commit a09a0795
-
Morris Jette authored
The default gres=craynetwork:1 prevented more than one step from running at a time. Explicitly set gres=craynetwork:0 for jobs and steps to avoid this limitation.
-
Alejandro Sanchez authored
- 2 x Integer handling issues (CONSTANT_EXPRESSION_RESULT)
-
Alejandro Sanchez authored
Bug #2713.
-
Alejandro Sanchez authored
Bug #2713.
-
Nicolas Joly authored
-
Morris Jette authored
Remove some SQUEUE output format environment variables set by default on Cray systems, which break some tests
-
Morris Jette authored
AND should have been an OR. Modify test to log more details on failure.
-
Brian Christiansen authored
Group id was being overwritten by user id.
-
Brian Christiansen authored
Writing and reading to a file on a slow shared filesytem could cause this test to fail.
-
Brian Christiansen authored
-
Brian Christiansen authored
The filesystem may have problems removing and creating the same filename quickly.
-
- 17 May, 2016 12 commits
-
-
Morris Jette authored
-
Morris Jette authored
Correct description of the SLURMD_NODENAME environment variable in the sbatch and srun man pages.
-
Morris Jette authored
Also add some job time limits
-
Morris Jette authored
Increase a sleep for slower step start times on a Cray Make error message more detailed (add expected/actual count to message)
-
Morris Jette authored
One memory leak fixed Some other code moved around for better clarity
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Run autogen.sh to pickup changes and resolve conflicts.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
Previous logic could truncate CPU masks at 32-bits
-
Morris Jette authored
(1 << x) where "x" is a uint64_t would treat "1" as an int and roll over at 32-bits. Typecasting "1" to uint64_t eliminates that and supports a full 64-bit value.
-
- 16 May, 2016 1 commit
-
-
Josko Plazonic authored
Update slurm.spec file to have seff depend on slurm-perlapi.
-