-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add sles15 to multi numa ci #1007
base: main
Are you sure you want to change the base?
Add sles15 to multi numa ci #1007
Conversation
using static hwloc linking (changes: https://github.com/intel12232289/unified-memory-framework/blob/refs/heads/Add-SLES15-to-multi-NUMA-C/.github/workflows/reusable_multi_numa.yml#L49 ) we got issues in testing, is this expected? @ldorau, for the help? 😉 |
I think it is not, since it works correctly on Ubuntu 22.04; |
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.
ok, @intel12232289 it looks like there's some issue we may not understand.
Please make it as it was before - run only selected tests (similarly to RHEL), and please make the PR ready for review & merge
@@ -15,11 +15,11 @@ jobs: | |||
multi_numa: | |||
name: "${{matrix.os}}, ${{matrix.build_type}}, shared=${{matrix.shared_library}}" | |||
# run only on upstream; forks will not have the HW | |||
if: github.repository == 'oneapi-src/unified-memory-framework' | |||
# if: github.repository == 'oneapi-src/unified-memory-framework' |
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.
pls uncomment this
Add sles15 to multi numa ci