1. 18 Dec, 2019 3 commits
    • Douglas Wightman's avatar
      Fix incorrect SLURM_CLUSTER_NAME env var in batch step · 910c38e2
      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
      910c38e2
    • Marshall Garey's avatar
      Ensure x11 is setup before launching a job step · 71df4fae
      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
      71df4fae
    • Douglas Wightman's avatar
      Fix for requesting specific nodes when using cons_tres topology. · d0bf6d68
      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
      d0bf6d68
  2. 17 Dec, 2019 1 commit
  3. 16 Dec, 2019 1 commit
  4. 14 Dec, 2019 12 commits
  5. 12 Dec, 2019 1 commit
  6. 10 Dec, 2019 4 commits
  7. 09 Dec, 2019 4 commits
  8. 06 Dec, 2019 1 commit
  9. 05 Dec, 2019 3 commits
  10. 04 Dec, 2019 2 commits
  11. 03 Dec, 2019 1 commit
  12. 02 Dec, 2019 3 commits
  13. 28 Nov, 2019 3 commits
  14. 26 Nov, 2019 1 commit