Skip to content

Commit

Permalink
DAOS-16167 test: 10102024 update soak to use internal job scheduler
Browse files Browse the repository at this point in the history
Skip-build: true

Signed-off-by: Maureen Jean <maureen.jean@intel.com>
  • Loading branch information
mjean308 authored and daltonbohning committed Oct 10, 2024
1 parent 1d199fc commit 1117c41
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 192 deletions.
1 change: 1 addition & 0 deletions src/tests/ftest/util/job_manager_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ def __init__(self, job, subprocess=False, mpi_type="openmpi"):
self.tmpdir_base = FormattedParameter("--mca orte_tmpdir_base {}", None)
self.args = BasicParameter(None, None)
self.mpi_type = mpi_type
self.hostlist = FormattedParameter("-hosts {}", None)

def assign_hosts(self, hosts, path=None, slots=None, hostfile=True):
"""Assign the hosts to use with the command (-f).
Expand Down
Loading

0 comments on commit 1117c41

Please sign in to comment.