Difference between revisions of "Install Qlogic OFED"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== PCM == Two files must be temporally moved in order to allow installation of Qlogic OFED. This is sue to the script checking for the OS version and finding Kusu instead. *...")
 
Line 11: Line 11:
  
 
<syntaxhighlight>
 
<syntaxhighlight>
./INSTALL -i ib_stack -i truescale -i ib_stack_dev -i fastfabric -i ofed_ipoib -i ofed_debug -i mvapich_gcc_qlc  -i mvapich_intel_qlc -i mvapich2_gcc_qlc -i mvapich2_intel_qlc -i openmpi_gcc_qlc  -i openmpi_intel_qlc -i qlgc_fm -i opensm -D qlgc_fm -D opensm
+
./INSTALL -i ib_stack -i truescale -i ib_stack_dev -i fastfabric \
service openibd restart
+
      -i ofed_ipoib -i ofed_debug \
 +
      -i mvapich_gcc_qlc  -i mvapich_intel_qlc \
 +
      -i mvapich2_gcc_qlc -i mvapich2_intel_qlc \
 +
      -i openmpi_gcc_qlc  -i openmpi_intel_qlc \
 +
      -i qlgc_fm -i opensm -D qlgc_fm -D opensm
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 10:14, 13 May 2013

PCM

Two files must be temporally moved in order to allow installation of Qlogic OFED. This is sue to the script checking for the OS version and finding Kusu instead.

  • /etc/hpc-release
  • /etc/kusu-release

Installation

untar the folder and move into the directory.

./INSTALL -i ib_stack -i truescale -i ib_stack_dev -i fastfabric \
       -i ofed_ipoib -i ofed_debug \
       -i mvapich_gcc_qlc  -i mvapich_intel_qlc  \
       -i mvapich2_gcc_qlc -i mvapich2_intel_qlc \
       -i openmpi_gcc_qlc  -i openmpi_intel_qlc  \
       -i qlgc_fm -i opensm -D qlgc_fm -D opensm