[ewg] [PATCH] install.pl: install qib driver for RHEL6-beta and infinipath-psm correctly

Vladimir Sokolovsky vlad at dev.mellanox.co.il
Wed Sep 15 03:19:34 PDT 2010


On 09/15/2010 06:11 AM, Tom Elken wrote:
> Vlad,
>
> Please apply the following patch for OFED-1.5.2:
>
> This enables the qib driver to be installed on RHEL6Beta and enables proper sequencing for building and installing infinipath-psm.
>
>      Signed-off-by: Tom Elken<tom.elken at qlogic.com>
>
>
>

Hi Tom,
There should not be dependency between MPI packages and vendor specific software.
So, I applied only the part of the patch that enables the qib driver to be installed on RHEL6Beta.
The following patch should fix sequencing issue for infinipath-psm:

diff --git a/install.pl b/install.pl
index ad292e9..898dbf8 100755
--- a/install.pl
+++ b/install.pl
@@ -389,8 +389,8 @@ my @user_packages = ("libibverbs", "libibverbs-devel", "libibverbs-devel-static"
                       "perftest", "mstflint",
                       "qlvnictools", "sdpnetstat", "srptools", "rds-tools", "rds-devel", "rnfs-utils",
                       "ibutils", "infiniband-diags", "qperf", "qperf-debuginfo",
-                     "ofed-docs", "ofed-scripts", "tgt-generic", @mpi_packages,
-                     "infinipath-psm", "infinipath-psm-devel"
+                     "ofed-docs", "ofed-scripts", "tgt-generic",
+                     "infinipath-psm", "infinipath-psm-devel", @mpi_packages
                       );

  my @basic_kernel_packages = ("kernel-ib");


Regards,
Vladimir



More information about the ewg mailing list