Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cc3ba255 authored by Yao CHI's avatar Yao CHI
Browse files

[debian11] libfabric version fix (bug 14836)

parent b18ce1ce
Branches fix_bug_14836
Tags
1 merge request!208[debian11] libfabric version fix (bug 14836)
...@@ -35,7 +35,9 @@ class env::base::configure_omnipath(){ ...@@ -35,7 +35,9 @@ class env::base::configure_omnipath(){
# See Bug #13260 # See Bug #13260
env::common::g5kpackages { env::common::g5kpackages {
'libfabric1': 'libfabric1':
packages => ['libfabric1', 'libfabric-bin']; ensure => $::env::common::software_versions::libfabric1,
packages => ['libfabric1', 'libfabric-bin'],
release => $::lsbdistcodename;
} }
ensure_packages(['ucx-utils'], { ensure_packages(['ucx-utils'], {
......
...@@ -28,6 +28,7 @@ class env::common::software_versions { ...@@ -28,6 +28,7 @@ class env::common::software_versions {
$nvidia_cuda = '11.2.2_460.32.03_linux' $nvidia_cuda = '11.2.2_460.32.03_linux'
$datacenter_gpu_manager = '1:2.1.4' $datacenter_gpu_manager = '1:2.1.4'
$dcgm_exporter = '2.3.0-1' $dcgm_exporter = '2.3.0-1'
$libfabric1 = '1.11.0-2+g5k1'
} }
default : { default : {
fail "${::lsbdistcodename} not supported." fail "${::lsbdistcodename} not supported."
...@@ -52,6 +53,7 @@ class env::common::software_versions { ...@@ -52,6 +53,7 @@ class env::common::software_versions {
$nvidia_cuda = '11.2.2_460.32.03_linux_ppc64le' $nvidia_cuda = '11.2.2_460.32.03_linux_ppc64le'
$datacenter_gpu_manager = '1:2.0.15' $datacenter_gpu_manager = '1:2.0.15'
$dcgm_exporter = '2.3.0-1' $dcgm_exporter = '2.3.0-1'
$libfabric1 = '1.11.0-2+g5k1'
} }
default : { default : {
fail "${::lsbdistcodename} not supported." fail "${::lsbdistcodename} not supported."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment