Skip to content

Update intel benchmark code to work with new architecture #2673

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

Open
wants to merge 9 commits into
base: pub/new_architecture
Choose a base branch
from

Conversation

Cypher-Miller
Copy link

@Cypher-Miller Cypher-Miller commented Apr 1, 2025

Description of the Solution

Updated and tested:
ansible-playbook local_repo.yml (To close download intel and amd packages to the pulp container)
ansible-playbook scheduler.yml -i inv -v (To install slurm and install openmpi and ucx packages)
ansible-playbook intel_benchmark.yml -i inv -v (To install downloaded intel packages into cluster nodes)

@jagadeeshnv @snarthan

@Omnia-svc
Copy link
Collaborator

Can one of the admins verify this patch?

@abhishek-sa1
Copy link
Collaborator

If PR is raising in staging, same changes will need to raise in pub/new_architecture also

@abhishek-sa1 abhishek-sa1 changed the base branch from staging to pub/new_architecture April 2, 2025 07:39
@@ -13,6 +13,10 @@
# limitations under the License.
---

- name: Include input project directory
Copy link
Collaborator

Choose a reason for hiding this comment

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

update copyright in all files

Copy link
Author

Choose a reason for hiding this comment

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

I updated the copyrights.

@Cypher-Miller Cypher-Miller changed the title Update intel and amd benchmark code to work with new architecture Update intel benchmark code to work with new architecture Apr 15, 2025
@@ -89,8 +89,8 @@
ansible.builtin.set_fact:
openmpi_compile_cmd: "../configure --prefix={{ omnia_share_path }}/{{ benchmarks_dir_openmpi }}
--enable-mpi1-compatibility --enable-prte-prefix-by-default
{{ '--with-slurm=yes' if slurm_support else '--with-slurm=no' }}{{ ' --with-ucx=' + ucx_dir_data.stat.path + ' ' if ucx_installed else ' ' }}CC=clang
CXX=clang++ 2>&1 | tee config.out"
Copy link
Collaborator

Choose a reason for hiding this comment

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

If this is the case, clang packages being installed are of no use, can remove that part also

Copy link
Author

Choose a reason for hiding this comment

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

I removed the clang package install.

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.

4 participants