- 20 Aug, 2018 40 commits
-
-
Tim Wickberg authored
Drop debugging message, full gres_alloc string is printed out already. Rework prefix handling slightly.
-
Tim Wickberg authored
Drop the debugging message here. The calling path above us prints out the entire gres_alloc string, and I don't think it's necessary to continue to break out the individual elements like this. Rework the prefix (now sep) handling as well slightly.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Do a little cleanup around how the separator is handled while here.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Change _build_path to return the xmalloc()'d string, and make sure to free it where appropriate. Add comment about how the processing of the PATH environment variable here is backwards from convention.
-
Tim Wickberg authored
-
Tim Wickberg authored
Fixes GCC 8.2.0 warnings.
-
Tim Wickberg authored
Fix some -Werror=restrict and -Werror=format= issues.
-
Tim Wickberg authored
-
Tim Wickberg authored
Silence GCC 8.2.0 warning.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Nothing modifies this, so don't bother making a copy of it. Related to GCC 8.2.0 compilation fixes.
-
Tim Wickberg authored
Fixes GCC 8.2.0 compilation warnings. Bug 5465.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
improve some logs correct comment formatting for linux kernel standard
-
Morris Jette authored
this will happen if a job releases its resources to expand another job, triggering a second epilog and slurmctld errors about cpu count underflows
-
Morris Jette authored
-
Morris Jette authored
state recovery for jobs with gres and topology was previously incorrect
-
Morris Jette authored
The NULL value logged was not unexpected for an unused partition (initial state).
-
Morris Jette authored
if each core has one thread, then remove whole cores from the job allocation. bug 5567
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
original was using env vars from batch host rather than using newly set env vars from tasks spawned by srun
-
Morris Jette authored
-
Morris Jette authored
no real change in functionality
-
Morris Jette authored
This schedules GPUs and craynetwork GRES for a single job
-
Morris Jette authored
Fix some anomalies when scheduling multiple GRES for a single job (e.g. GPUs plus craynetwork).
-
Morris Jette authored
partially revert commit c6888db6d, which caused test39.5 to fail with some configurations
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Previous logic had an invalid pointer that could result in a segv. Previous logic failed to properly allocate tres-per-node ot tres-per-job without defining gres topology information
-
Morris Jette authored
rather than just report GRES_IDX (index) info, report GRES count info as well, since it can vary from node-to-node with cons_tres
-
Morris Jette authored
This fixes a couple of bugs related to allocating GRES when there is no associated topology, including adding support for the --tres-per-job option
-