Skip to content

Commit d34617d

Browse files
authored
Merge pull request #82 from Aman1994/fix-package-name
Changed the package name from libibmad to infiniband-diags since offi…
2 parents 401f797 + 394eacc commit d34617d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# Probably out of scope here, but useful
4747
$extra_packages = $facts['os']['family'] ? {
4848
'Redhat' => [
49-
'libibmad', 'rrdtool-devel',
49+
'infiniband-diags', 'rrdtool-devel',
5050
],
5151
default => []
5252
}

templates/slurm_packages_build.sh.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SRC_DIR='/usr/local/src'
4343
RPMs_BUILD_DIR='/root/rpmbuild/RPMS/x86_64'
4444

4545
# List of pre-requisite packages to install
46-
PRE_REQUISITE_PACKAGES="epel-release vim screen htop wget mailx rng-tools rpm-build gcc gcc-c++ readline-devel openssl openssl-devel pam-devel numactl numactl-devel hwloc hwloc-devel lua lua-devel readline-devel rrdtool-devel ncurses-devel man2html libibmad libibumad perl-devel perl-CPAN hdf5-devel.x86_64 lz4-devel freeipmi-devel hwloc-devel hwloc-plugins rrdtool-devel"
46+
PRE_REQUISITE_PACKAGES="epel-release vim screen htop wget mailx rng-tools rpm-build gcc gcc-c++ readline-devel openssl openssl-devel pam-devel numactl numactl-devel hwloc hwloc-devel lua lua-devel readline-devel rrdtool-devel ncurses-devel man2html infiniband-diags libibumad perl-devel perl-CPAN hdf5-devel.x86_64 lz4-devel freeipmi-devel hwloc-devel hwloc-plugins rrdtool-devel"
4747
SLURMDB_BACKEND_PACKAGES="mariadb-server mariadb-devel"
4848
MUNGE_PACKAGES="munge munge-libs munge-devel"
4949

0 commit comments

Comments
 (0)