Skip to content
Merged
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
4 changes: 4 additions & 0 deletions fabtests/pytest/efa/efa_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ def efa_run_client_server_test(cmdline_args, executable, iteration_type,
if "cuda" in memory_type:
timeout = max(1000, timeout)

# For host only test, we do not need to initialize non-system hmem ifaces
if memory_type == "host_to_host":
additional_env += ' FI_HMEM=system'

test = ClientServerTest(cmdline_args, executable, iteration_type,
completion_semantic=completion_semantic,
datacheck_type="with_datacheck",
Expand Down