Skip to content

Stabilize MPI tests for Azure Linux#3521

Closed
sandeepkarambelkar wants to merge 1 commit intomicrosoft:mainfrom
sandeepkarambelkar:mpifixes
Closed

Stabilize MPI tests for Azure Linux#3521
sandeepkarambelkar wants to merge 1 commit intomicrosoft:mainfrom
sandeepkarambelkar:mpifixes

Conversation

@sandeepkarambelkar
Copy link
Copy Markdown

No description provided.

server_ssh.add_known_host(client_ip)
client_ssh.add_known_host(server_ip)
sudo=False
if isinstance(server_node.os, CBLMariner):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add comments above to explain why Mariner needs sudo.


# Only for mariner, we need to build intel benchmarking tools
# as they are not included in our packages
server_ib.install_intel_mpi_benchmarking_tool()
Copy link
Copy Markdown
Contributor

@squirrelsc squirrelsc Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add if block here to skip other distros. So the logic here is easier to know at the test case level. The if block in the install_intel_mpi_benchmarking_tool is a safe guard.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure.

Comment thread microsoft/testsuites/hpc/infinibandsuite.py
@LiliDeng LiliDeng closed this Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants