Skip to content
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

comment out PSM2 dependency in recent libfabric easyconfigs, since it pulls in CUDA as dependency #20794

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,8 +43,10 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
# PSM2 dependency for libfabric should be used on Omnipath systems,
# but that PSM2 has CUDA as dependency so it's commented out by default;
# PSM2 only compiles on x86_64
('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
# ('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
# PSM2 dependency for libfabric should be used on Omnipath systems,
# but that PSM2 has CUDA as dependency so it's commented out by default;
# PSM2 only compiles on x86_64
('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
# ('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
# PSM2 dependency for libfabric should be used on Omnipath systems,
# but that PSM2 has CUDA as dependency so it's commented out by default;
# PSM2 only compiles on x86_64
('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
# ('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
# PSM2 dependency for libfabric should be used on Omnipath systems,
# but that PSM2 has CUDA as dependency so it's commented out by default;
# PSM2 only compiles on x86_64
('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
# ('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
# PSM2 dependency for libfabric should be used on Omnipath systems,
# but that PSM2 has CUDA as dependency so it's commented out by default;
# PSM2 only compiles on x86_64
('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
# ('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
]

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

dependencies = [
('numactl', '2.0.16'),
# PSM2 dependency for libfabric should be used on Omnipath systems,
# but that PSM2 has CUDA as dependency so it's commented out by default;
# PSM2 only compiles on x86_64
('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
# ('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
]

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

dependencies = [
('numactl', '2.0.16'),
# PSM2 dependency for libfabric should be used on Omnipath systems,
# but that PSM2 has CUDA as dependency so it's commented out by default;
# PSM2 only compiles on x86_64
('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
# ('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
]

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

dependencies = [
('numactl', '2.0.16'),
# PSM2 dependency for libfabric should be used on Omnipath systems,
# but that PSM2 has CUDA as dependency so it's commented out by default;
# PSM2 only compiles on x86_64
('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
# ('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ builddependencies = [

dependencies = [
('numactl', '2.0.18'),
# PSM2 dependency for libfabric should be used on Omnipath systems,
# but that PSM2 has CUDA as dependency so it's commented out by default;
# PSM2 only compiles on x86_64
('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
# ('PSM2', {'arch=x86_64': '12.0.1', 'arch=*': False}),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Loading