- 25 Oct, 2017 10 commits
-
-
Morris Jette authored
Add new burst buffer state of "teardown-fail" to indicate the burst buffer teardown operation is failing on specific buffers. This changes the numeric value of the BB_STATE_COMPLETE type. Any Slurm version 17.02 or 17.11 tool used to report burst buffer state information will report a state of "66" rather than "complete" for burst buffers which have been deleted, but still exist in the slurmctld daemon's tables (a very short-lived situation). bug 4303
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Felip Moll authored
Setting -Werror tricks the test into failing on the "error: In the GNU C Library, "major" is defined by <sys/sysmacros.h>. For historical compatibility, it is currently defined by <sys/types.h> as well, but we plan to remove this soon. To use "major", include <sys/sysmacros.h> directly. If you did not intend to use a system-defined macro "major", you should undefine it after including <sys/types.h>." error. Since the normal Slurm build uses -Werror, this warning on including both headers will then cause the build itself to fail. Bug 3982.
-
Danny Auble authored
-
Alejandro Sanchez authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Tim Wickberg authored
-
- 24 Oct, 2017 30 commits
-
-
Danny Auble authored
This was not needed when ecd5c056 was done. The other 2 places in that commit were correct.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Danny Auble authored
-
Danny Auble authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well
-
Tim Wickberg authored
Do not try to use the installed library, only use the library as it is currently being built. Otherwise, compiling a newer version of Slurm with an older version (that uses libslurmfull) will fail, as any newer symbols that are required will be missing from the currently-installed version. Bug 4167.
-
Tim Wickberg authored
The pre1 / rc1 are part of the release, not the version. Switch to %rel to avoid possible namespace conflicts with %patch.
-
Morris Jette authored
-
Isaac Hartung authored
Failing because 16.05 protocol was removed.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Brian Christiansen authored
-
Marshall Garey authored
Bug 4246
-
Danny Auble authored
-
Brian Christiansen authored
and display CPU if no TRES' are requested -- except for resveration reports.
-
Brian Christiansen authored
so that there is an un-altered version of the tres list from the database. tres_list is list of tres that are requested with --tres=str
-
Brian Christiansen authored
The memcpy already handled it.
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 4246
-
Brian Christiansen authored
Bug 4246
-
Brian Christiansen authored
when a job spans a reservation that was modified (multiple records for the same reservation). Bug 4246
-
Brian Christiansen authored
Bug 4246
-
Morris Jette authored
-
Morris Jette authored
-