-
Notifications
You must be signed in to change notification settings - Fork 138
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
base: pub/new_architecture
Are you sure you want to change the base?
Update intel benchmark code to work with new architecture #2673
Conversation
… into pub/new_architecture
Can one of the admins verify this patch? |
If PR is raising in staging, same changes will need to raise in pub/new_architecture also |
@@ -13,6 +13,10 @@ | |||
# limitations under the License. | |||
--- | |||
|
|||
- name: Include input project directory |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the copyrights.
@@ -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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
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