- 18 Dec, 2019 4 commits
-
-
Ben Roberts authored
Bug 7291
-
Douglas Wightman authored
In a multi-cluster environment a job may submit more jobs as part of its workflow. This fixes situations where the variable is inherited incorrectly on sub-jobs. Bug 7998
-
Marshall Garey authored
srun waits for the prolog to finish before launching a job step. In _is_prolog_finished(), slurmctld checks the state reason: if (job_ptr) { is_running = (job_ptr->state_reason != WAIT_PROLOG); } But if the job is updated during the job prolog, then _update_job() will change the state_reason, and then slurmctld will tell srun that the prolog is completed even if it isn't. If srun launches a job step before the extern sets up x11, then the job step won't have x11 information. To fix this, don't change state_reason in _update_job() if it equals WAIT_PROLOG. Bug 7525
-
Douglas Wightman authored
This in turn fixes allocation requests that weren't rejected and they should because the requested nodes didn't have a shared network. Bug 8210
-
- 17 Dec, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Bug 8047
-
- 16 Dec, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Bug 7766
-
- 14 Dec, 2019 12 commits
-
-
Tim Wickberg authored
-
Michael Hinton authored
Add <p> after <pre> tags, since <pre> breaks the previous <p>. Add <p> and list tags where appropriate for correct spacing. Replace < and > with escape characters in code snippets. Fix some broken tags. Bug 7308
-
Michael Hinton authored
Change prompts to "$ ". Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
- 12 Dec, 2019 1 commit
-
-
Michael Hinton authored
-
- 10 Dec, 2019 4 commits
-
-
Danny Auble authored
# Conflicts: # testsuite/expect/test34.2
-
Danny Auble authored
-
Michael Hinton authored
Have the main scheduler and backfill scheduler make the reasons of subsequent array tasks match the first array task, since they sometimes didn't do this completely when the array was pending. Bug 6814
-
Michael Hinton authored
-
- 09 Dec, 2019 4 commits
-
-
Brian Christiansen authored
-
Nate Rini authored
Add _at_tpn_limit() as helper to determine when a given node is over the tasks_per_node limit and to log when then happens. Bug 7629.
-
Marcin Stolarek authored
Option may be useful when running --stop-on-first-fail, when the issue is fixed than it will allow restart from the failed one. Bug 7433.
-
- 06 Dec, 2019 1 commit
-
-
Felip Moll authored
Bug 7274
-
- 05 Dec, 2019 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- 04 Dec, 2019 2 commits
-
-
Michael Hinton authored
-
Michael Hinton authored
-
- 03 Dec, 2019 1 commit
-
-
Marcin Stolarek authored
Test regression bug 7378, commit 1c051c61. Bug 7624.
-
- 02 Dec, 2019 3 commits
-
-
Brian Christiansen authored
Signed-off-by: Jason Booth <jbooth@schedmd.com> Bug 7189
-
Marcin Stolarek authored
Increase the sleep in job to 5s was required to make test reliable. It doesn't result in longer execution since we're waiting for job to get into RUNNING state and then we're canceling it. Short sleep can end-up with overlook of RUNNING state and false negative result - 'Job is DONE but expected RUNNING'. Bug 7624.
-
Marcin Stolarek authored
Previously there were no log_error before setting exit_code to 1 due scontrol error. Now user can identify the reason of final FAILURE result. Bug 7624.
-
- 28 Nov, 2019 3 commits
-
-
Nate Rini authored
-
Tim Wickberg authored
This reverts commit fea86e4c.
-
Tim Wickberg authored
-