- 20 Dec, 2017 8 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Felip Moll authored
Use FREE_NULL_BUFFER instead, otherwise we could attempt to free_buffer this a second time if we jump to the rwfail label. Bug 4484.
-
Felip Moll authored
When printing fields in sacct with user specified units (--units), the nnodes field showed an incorrect string. This commit reverts a65fa572 and avoids the unit conversion, which does not make sense outside the context of a Blue Gene systems (deprecated) anyways. Bug 4490.
-
Felip Moll authored
Slurm may generate empty manifest files depending on configuration and library availability. Disable the new empty manifest check to allow builds to proceed with rpm 4.13+ / Fedora 25+. Bug 4453.
-
Felip Moll authored
(Fixing tim@schedmd.com's mistake on prior commit.) Bug 4467.
-
Morris Jette authored
-
Morris Jette authored
When set, do not flush the Lustre cache through the alpsc_flush_lustre() call, and do not drop caches through /proc/sys/vm/drop_caches either. This avoids a potential source of SIGBUG errors for other jobs sharing the node. Bug 4309.
-
- 19 Dec, 2017 5 commits
-
-
Danny Auble authored
before printing anything for a connection.
-
Morris Jette authored
field. Bug 4529
-
Morris Jette authored
fails. The description of the failure will be in the job's "Reason" field. Bug 4529
-
Morris Jette authored
buffer error. Bug 4529
-
Alejandro Sanchez authored
Bug 4222.
-
- 18 Dec, 2017 4 commits
-
-
Brian Christiansen authored
on startup. Just use the checkpointed job_id_sequence. get_next_job_id() will not use a jobid if it's in use in the system. Bug 4538
-
Morris Jette authored
node_features/knl_generic - If plugin can not fully load then do not spawn a background pthread (which will fail with invalid memory reference).
-
Morris Jette authored
-
Dominik Bartkiewicz authored
Add "Force=1" to knl_generic.conf to override (for testing) bug 4487
-
- 16 Dec, 2017 1 commit
-
-
Felip Moll authored
This patch fix commit b31bb7 for big-endian machines inverting the __builtin_clzll and __builtin_cltll calls depending on the architecture. This caused to get the incorrect first and last bit set on the bitmap in bit_ffs bit_fls. bug 4494
-
- 15 Dec, 2017 6 commits
-
-
Morris Jette authored
completely instead of right after the parent job finishes. Bug 4516
-
Morris Jette authored
-
Yair Yarom authored
bug 3582
-
Brian Christiansen authored
when a job requests no tasks and more memory than MaxMemPer{CPU|NODE}. e.g. sbatch --wrap="sleep 10" Bug 4515
-
Brian Christiansen authored
This will give expected results. Found while working on Bug 4515.
-
Danny Auble authored
Bug 4478 comment 25.
-
- 14 Dec, 2017 1 commit
-
-
Danny Auble authored
And print an appropriate fatal error message rather than relying upon random errno value. Bug 4523
-
- 13 Dec, 2017 2 commits
-
-
Alejandro Sanchez authored
Bug 4478.
-
Marshall Garey authored
Based off of Ryan Cox's original contribs/pam_slurm_adopt/README. Bug 3567.
-
- 12 Dec, 2017 4 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
In the federation case, the origin job is completed in the database when a sibling job starts the job. The complete message is then sent again to the database when the job is completed on the sibling cluster but it is updated with the sibling job's exit code. The jobcomp plugin didn't handle the multiple updates to the record. This change allows the existing record to be updated. Bug 4493
-
Morris Jette authored
-
Morris Jette authored
-
- 11 Dec, 2017 5 commits
-
-
Morris Jette authored
-
David Gloe authored
Bug 4500 The pid files in slurm.conf and the systemd service files must match, or systemd will time out looking for the wrong pid file. Currently, the Cray slurm.conf template has different pid files for slurmctld and slurmd than the service files. There's no reason for us to use these nonstandard pid files, and it will save us some headaches to switch over.
-
Morris Jette authored
Continuation of commit 4c1c1e40 Bug 4169
-
Marcin Stolarek authored
bug 4496
-
Morris Jette authored
bug 4407
-
- 09 Dec, 2017 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Remove errant '2' from the macro name.
-
- 08 Dec, 2017 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
In 1.10+ they changed the hid_t from an int to a long int which messes things up as they use the top 32 bits for stuff right off the bat. This fixes the scenario by handing the number with a int32_t instead of an int. Bug 3795
-