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<[email protected]>
>
>
>

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
_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to