-
Notifications
You must be signed in to change notification settings - Fork 42
Add sles15 to multi numa ci #1007
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
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; |
lukaszstolarczuk
left a comment
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
| 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
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.
you can uncomment this now
lukaszstolarczuk
left a comment
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.
Since we're ready with the machine, please cleanup the PR (see my issues) and we can un-draft it.
| @@ -1,4 +1,4 @@ | |||
| # Runs tests on multi-numa machine | |||
| # Runs tests on multi-numa machines1 | |||
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.
machines1 misspell
| 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.
you can uncomment this now
| # Runs tests on multi-numa machine | ||
| # Runs tests on multi-numa machines1 | ||
| name: MultiNuma | ||
|
|
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 squash all your commits into a single one, with a proper description what this commit does
|
I will close this one. Too much conflicts during squashing |
Add sles15 to multi numa ci