]> git.openfabrics.org - ~tnikolova/docs/.git/commitdiff
Added XEON-PHI info
authorVladimir Sokolovsky <vlad@mellanox.com>
Sun, 31 Aug 2014 07:47:27 +0000 (10:47 +0300)
committerVladimir Sokolovsky <vlad@mellanox.com>
Sun, 31 Aug 2014 07:47:27 +0000 (10:47 +0300)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
OFED_release_notes.txt
README.txt

index 91f97ab06e302b71a66e338877bae3c40ee13a4a..a439a9841aa7a56124a25a298d232eb90ca68431 100644 (file)
@@ -35,7 +35,7 @@ The OFED package contains the following components:
        - iWARP RNIC driver (cxgb3, cxgb4, nes)
        - RoCE drivers (mlx4, ocrdma)
 - ib core
-       - Upper Layer Protocols: IPoIB, SRP Initiator and target, RDS, 
+       - Upper Layer Protocols: IPoIB, SRP Initiator and target, RDS,
          uDAPL, qlgc_vnic and NFS-RDMA*.
  - OpenFabrics utilities:
        - OpenSM (OSM): InfiniBand Subnet Manager
@@ -44,6 +44,13 @@ The OFED package contains the following components:
  - Extra packages:
        - infinipath-psm: Performance-Scaled Messaging API, an accelerated
          interface to Intel(R) HCAs
+       - Packages for Intel(R) Xeon Phi(TM) coprocessor systems
+          (libibscif, ibpd)
+        - IBSCIF Driver (ibscif)
+ - CCL-Direct host-side drivers for Intel(R) Xeon Phi(TM) coprocessor systems:
+        - HCA proxy (ibp_server)
+        - Connection Manager proxy (ibp_cm_server)
+        - Subnet Administrator proxy (ibp_sa_server)
  - Sources of all software modules (under conditions mentioned in the modules'
    LICENSE files)
  - Documentation
@@ -209,6 +216,10 @@ OFED-3.12-1-rc1 Main Changes from OFED 3.12 GA
    - mstflint-3.7.0-1.17
    - opensm-3.3.18
    - perftest-2.3-0.12
+3. Technology Preview of Xeon-Phi support: only included with
+   install parameter --with-xeon-phi
+   - libibscif and ibscif kernel module
+   - ibpd (daemon) and ibp_server kernel modules
 
 ===============================================================================
 3. Known Issues
index 5d2a5e40778cf1a7246fd139033d44ba38cf386c..c8de7d5cd786720cf434293d5badbf834b601253 100644 (file)
@@ -114,6 +114,7 @@ General Notes:
            --force              Force uninstall RPM coming with Distribution
            --builddir           Change build directory. Default: /var/tmp/
            --umad-dev-rw        Grant non root users read/write permission for umad devices instead of default
+           --with-xeon-phi      Install XEON PHI support
            --without-<package>  Do not install package
 
            --all|--hpc|--basic    Install all,hpc or basic packages correspondingly
@@ -125,6 +126,15 @@ Notes:
    See examples of ofed.conf and ofed_net.conf under OFED-X.X.X/docs.
    Run './install.pl -p' to get ofed.conf with all available packages included.
 
+   To enable selection of the technology preview for XEON PHI support, the
+   parameter --with-xeon-phi must be provided.  Both kernel packages ibp_server
+   and ibscif needs to be selected as well as the user-mode packages ibpd and
+   libibscif.  The interactive installation and --all will include these,
+   neither --hpc nor --basic will.  This requires the linux version of
+   Intel(R) Manycore Platform Software Stack (Intel(R) MPSS) version 3.3 or
+   later to be installed and can be downloaded from
+   http://software.intel.com/mic-developer.
+
 Install Process Results:
 ------------------------