Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-16167 test: update soak test to use internal job scheduler (#14775) #15595

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -473,6 +473,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
Loading