OMPI installation testcase#237
Open
ahskabir wants to merge 1 commit into
Open
Conversation
Signed-off-by: Ahsan Kabir <Ahsan.Kabir@amd.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Add OpenMPI (OMPI) installation test to CVS so that OMPI can be built and validated in an automated, configurable way across a cluster, instead of relying on manual build steps.
Technical Details
This PR introduces a new CVS test that installs OpenMPI (v5.0.10) on the head node and verifies its presence and basic usability on all cluster nodes.
Key pieces:
Adds an OMPI-specific JSON configuration (example):
Test Plan
Verified
OMPI tarball is downloaded to install_dir.
Sources are unpacked into install_dir/ompi-5.0.10.
configure, make, and make install complete successfully on the head node.
mpirun under <install_dir>/ompi-5.0.10/install/bin exists and is executable.
Test Result
Verified test_install_ompi on a multi-node cluster with a shared home/install_dir:
OMPI (5.0.10) builds and installs successfully on the head node.
mpirun is present under <install_dir>/ompi-5.0.10/install/bin and is executable.
The mpirun --version verification passes on all nodes via phdl.exec.
No entries remain in globals.error_list at the end of the test; update_test_result() marks the test as passed.
Submission Checklist