- 25 Oct, 2017 11 commits
-
-
Danny Auble authored
(-O1 makes this happen). This should be handled differently in the future meaning Slurm should figure out the null part and not rely on *printf to do that correctly.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Bug 4062
-
Danny Auble authored
Before it would allow all sorts of things like adding/subtracting/multiplying/etc. It would cause warnings such as /home/bart/slurm-tmp5/src/common/layouts_mgr.c: In function ‘_layouts_load_automerge’: /home/bart/slurm-tmp5/src/common/layouts_mgr.c:363:21: error: ‘*’ in boolean context, suggest ‘&&’ instead [-Werror=int-in-bool-context] *lvalue = *lvalue * *rvalue; \ ~~~~~~~~^~~~ /home/bart/slurm-tmp5/src/common/layouts_mgr.c:1034:4: note: in expansion of macro ‘_entity_update_kv_helper’ _entity_update_kv_helper(type_t, operator); \ ^~~~~~~~~~~~~~~~~~~~~~~~ /home/bart/slurm-tmp5/src/common/layouts_mgr.c:1086:4: note: in expansion of macro ‘_layouts_load_merge’ _layouts_load_merge(bool, s_p_get_boolean); [tag] [reply] [−] Private Comment 16 Bug 4062
-
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
-
- 24 Oct, 2017 29 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
-
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
-
Alejandro Sanchez authored
Down waking nodes right after ResumeTimeout has been reached if they are not responding. Otherwise we have to wait for ping_nodes() to handle this work, thus SlurmdTimeout comes into play giving the sensation to the end user that nodes got stuck in ALLOCATED# and job in CF state until ping_nodes() decides to mark them DOWN and requeue the job. Bug 4182
-