Skip to content

add PSM2 dependency to libfabric 1.12.1 and newer #20501

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
Copy link
Member

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...

Copy link
Member

Choose a reason for hiding this comment

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

Done in #20585

]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand All @@ -53,7 +54,7 @@ preconfigopts = "autoreconf -f -i &&"
# Disable deprecated "sockets" provider
configopts = "--disable-sockets "

# Disable usNIC provider by default as this requires specific osdependencies
# Disable usNIC provider by default as this requires specific osdependencies
# If you want to enable this provider you need to uncomment the following line:
# osdependencies.append(('libnl3-devel', 'libnl3-dev'))
configopts += "--disable-usnic "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand All @@ -47,7 +48,7 @@ preconfigopts = "autoreconf -f -i &&"
# Disable deprecated "sockets" provider
configopts = "--disable-sockets "

# Disable usNIC provider by default as this requires specific osdependencies
# Disable usNIC provider by default as this requires specific osdependencies
# If you want to enable this provider you need to uncomment the following line:
# osdependencies.append(('libnl3-devel', 'libnl3-dev'))
configopts += "--disable-usnic "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand All @@ -47,7 +48,7 @@ preconfigopts = "autoreconf -f -i &&"
# Disable deprecated "sockets" provider
configopts = "--disable-sockets "

# Disable usNIC provider by default as this requires specific osdependencies
# Disable usNIC provider by default as this requires specific osdependencies
# If you want to enable this provider you need to uncomment the following line:
# osdependencies.append(('libnl3-devel', 'libnl3-dev'))
configopts += "--disable-usnic "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand All @@ -47,7 +48,7 @@ preconfigopts = "autoreconf -f -i &&"
# Disable deprecated "sockets" provider
configopts = "--disable-sockets "

# Disable usNIC provider by default as this requires specific osdependencies
# Disable usNIC provider by default as this requires specific osdependencies
# If you want to enable this provider you need to uncomment the following line:
# osdependencies.append(('libnl3-devel', 'libnl3-dev'))
configopts += "--disable-usnic "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.16'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.16'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.16'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down