-
Notifications
You must be signed in to change notification settings - Fork 703
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 PSM2 dependency to libfabric 1.12.1 and newer #20501
add PSM2 dependency to libfabric 1.12.1 and newer #20501
Conversation
Test report by @jfgrimm |
@boegelbot please test @ generoso |
@branfosj: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2102701752 processed Message to humans: this is just bookkeeping information for me, |
Test report by @branfosj |
Test report by @boegelbot |
@boegelbot please test @ generoso |
@branfosj: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2102819249 processed Message to humans: this is just bookkeeping information for me, |
@boegelbot please test @ jsc-zen3 |
@branfosj: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2102853899 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
Test report by @boegelbot |
Going in, thanks @jfgrimm! |
`PSM2` was introduced as a dependency of `libfabric` in easybuilders/easybuild-easyconfigs#20501. We already have PSM2 in the compat layer, so we can filter this dependency out, but longer term we probably actually want it since it should be built with accelerator support.
@jfgrimm Can you update the PR description to motivate this a bit (just for future reference)? |
@@ -43,6 +43,7 @@ builddependencies = [ | |||
|
|||
dependencies = [ | |||
('numactl', '2.0.14'), | |||
('PSM2', '12.0.1'), |
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.
As discussed during today's EasyBuild conf call, this should be done conditionally, only for x86_64
since PSM2 is not compatible with Arm (and probably also not with RISC-V).
@SebastianAchilles will open a PR for that...
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.
Done in #20585
motivation:
will create a follow-up PR that adds a
build_info_msg
toOpenMPI
andMPICH
(created using
eb --new-pr
)