From 3349bafa30600bf6713d7f851dfa60b857a5c12d Mon Sep 17 00:00:00 2001 From: Tziporet Koren Date: Mon, 21 Jul 2008 16:45:16 +0300 Subject: [PATCH] updates version to 1.4 Signed-off-by: Tziporet Koren --- OFED_Installation_Guide.txt | 14 +++++++------- OFED_tips.txt | 34 +++++++++++++++++----------------- README.txt | 34 +++++++++++++++++----------------- 3 files changed, 41 insertions(+), 41 deletions(-) diff --git a/OFED_Installation_Guide.txt b/OFED_Installation_Guide.txt index 631474f..72e6cac 100644 --- a/OFED_Installation_Guide.txt +++ b/OFED_Installation_Guide.txt @@ -1,8 +1,8 @@ Open Fabrics Enterprise Distribution (OFED) - Version 1.3.1 + Version 1.4 Installation Guide - June 2008 + July 2008 ============================================================================== Table of contents @@ -25,7 +25,7 @@ Table of contents 1. Overview ============================================================================== -This is the OpenFabrics Enterprise Distribution (OFED) version 1.3.1 +This is the OpenFabrics Enterprise Distribution (OFED) version 1.4 software package supporting InfiniBand and iWARP fabrics. It is composed of several software modules intended for use on a computer cluster constructed as an InfiniBand subnet or an iWARP network. @@ -42,7 +42,7 @@ General Notes: 2) When installing OFED on an entire [homogeneous] cluster, a common strategy is to install the software on one of the cluster nodes (perhaps on a shared file system such as NFS). The resulting RPMs, - created under OFED-1.3.1/RPMS directory, can then be installed on all + created under OFED-1.4/RPMS directory, can then be installed on all nodes in the cluster using any cluster-aware tools (such as pdsh). ============================================================================== @@ -238,7 +238,7 @@ o The package kernel include files are placed under /src/ofa_kernel/. the Openfabrics stack. (Note that these includes, if needed, are "backported" to your kernel). o The raw package (un-backported) source files are placed under - /src/ofa_kernel-1.3.1 + /src/ofa_kernel-1.4 o The script "openibd" is installed under /etc/init.d/. This script can be used to load and unload the software stack. o The directory /etc/infiniband is created with the files "info" and @@ -403,8 +403,8 @@ Note: After the installer completes, information about the OFED OFED documentation is located in the ofed-docs RPM. After installation the documents are located under the directory: -/usr/share/doc/ofed-docs-1.3.1 for RedHat -/usr/share/doc/packages/ofed-docs-1.3.1 for SuSE +/usr/share/doc/ofed-docs-1.4 for RedHat +/usr/share/doc/packages/ofed-docs-1.4 for SuSE Document list: diff --git a/OFED_tips.txt b/OFED_tips.txt index 3ad2360..958faff 100644 --- a/OFED_tips.txt +++ b/OFED_tips.txt @@ -1,5 +1,5 @@ Open Fabrics Enterprise Distribution (OFED) - Tips for Working with OFED 1.3.1 + Tips for Working with OFED 1.4 June 2008 @@ -9,7 +9,7 @@ Table of Contents 1. OFED Utilities 2. Debug HOWTOs 3. Pinning (Locking) User Memory Pages -4. External Module Compilation Over OFED-1.3.1 +4. External Module Compilation Over OFED-1.4 5. Adding/Deleting a patch to OFED package 6. Adding vendor specific actions to the installation of OFED 7. How to compile OFED sources manually @@ -28,7 +28,7 @@ Notes: To learn about other utilities, use their --help flag. 2. The sources for all utilities are not part of the RPM installation. However, - all sources exist in the openib-1.3.1.tgz tarball. + all sources exist in the openib-1.4.tgz tarball. 1.1 Device Information @@ -167,14 +167,14 @@ c. Using sysfs file system ------------------------------------------- The text file BUILD_ID provides data on all OFED components (whether installed or not). This file is a part of the ofed-docs RPM and installed under -/usr/share/doc/ofed-docs-1.3.1 on RedHat, and under -/usr/share/doc/packages/ofed-docs-1.3.1 on SuSE. +/usr/share/doc/ofed-docs-1.4 on RedHat, and under +/usr/share/doc/packages/ofed-docs-1.4 on SuSE. The same information can be obtained by executing the 'ofed_info' command. For example: > ofed_info -OFED-1.3.1 +OFED-1.4 libibverbs: git://git.openfabrics.org/ofed_1_3/libibverbs.git ofed_1_3 commit 40b771aa6a9c0ad092b2e20775b4723d3b173792 @@ -242,7 +242,7 @@ ibsim: git://git.openfabrics.org/ofed_1_3/ibsim.git ofed_1_3 commit 55113d9f919709c7c97ea41d29991941b9c8be70 -ofa_kernel-1.3.1: +ofa_kernel-1.4: Git: git://git.openfabrics.org/ofed_1_3/linux-2.6.git ofed_kernel commit 39e1dc833f98e5134f91fcf7f33df402adf4bc0c @@ -310,7 +310,7 @@ Note: The file /etc/security/limits.conf contains further documentation. =============================================================================== -4. External Module Compilation Over OFED-1.3.1 +4. External Module Compilation Over OFED-1.4 =============================================================================== To build kernel modules depending on OFED's modules, take the Modules.symvers @@ -347,9 +347,9 @@ ofed_patch.sh --remove --type|-t |addons > Examples: -ofed_patch.sh --add --ofed /tmp/OFED-1.3.1/ --patch /tmp/cma_fix.patch --type kernel +ofed_patch.sh --add --ofed /tmp/OFED-1.4/ --patch /tmp/cma_fix.patch --type kernel -ofed_patch.sh --remove --ofed /tmp/OFED-1.3.1/ --patch cma_fix.patch --type kernel +ofed_patch.sh --remove --ofed /tmp/OFED-1.4/ --patch cma_fix.patch --type kernel =============================================================================== 6. Adding vendor specific actions to the installation of OFED @@ -436,11 +436,11 @@ meaning without building the RPMs and without using the install.pl script. 7.1 Compiling the kernel modules -------------------------------- -1. tar xzf OFED-1.3.1.tgz -2. rpm -ihv OFED-1.3.1/SRPMS/ofa_kernel-1.3.1-ofed1.3.1.src.rpm +1. tar xzf OFED-1.4.tgz +2. rpm -ihv OFED-1.4/SRPMS/ofa_kernel-1.4-ofed1.4.src.rpm 3. cd /usr/src/redhat/SOURCES -4. tar xzvf ofa_kernel-1.3.1.tgz -5. cd ofa_kernel-1.3.1 +4. tar xzvf ofa_kernel-1.4.tgz +5. cd ofa_kernel-1.4 6. configure: run ./configure --help for a list of options. basic invocation is: @@ -458,13 +458,13 @@ NOTES: 7.2 Compiling the user space libraries -------------------------------------- -To install user space library from the source RPM provided by OFED-1.3.1 manually, +To install user space library from the source RPM provided by OFED-1.4 manually, do the following: Example for libibverbs: -1. tar xzf OFED-1.3.1.tgz -2. rpm -ihv OFED-1.3.1/SRPMS/libibverbs-1.1.1-0.10.ofed20080205.src.rpm +1. tar xzf OFED-1.4.tgz +2. rpm -ihv OFED-1.4/SRPMS/libibverbs-1.1.1-0.10.ofed20080205.src.rpm 3. cd /usr/src/redhat/SOURCES (for RedHat) or cd /usr/src/packages/SOURCES (for SuSE) diff --git a/README.txt b/README.txt index 8ed0ffe..c6bafd0 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,10 @@ Open Fabrics Enterprise Distribution (OFED) - Version 1.3.1 + Version 1.4 README - June 2008 + July 2008 -This is the OpenFabrics Enterprise Distribution (OFED) version 1.3.1 +This is the OpenFabrics Enterprise Distribution (OFED) version 1.4 software package supporting InfiniBand and iWARP fabrics. It is composed of several software modules intended for use on a computer cluster constructed as an InfiniBand subnet or an iWARP network. @@ -23,8 +23,8 @@ This document includes the following sections: OpenFabrics Home Page: http://www.openfabrics.org -The OFED rev 1.3.1 software download available in -http://www.openfabrics.org/builds/ofed-1.3.1/release/ +The OFED rev 1.4 software download available in +http://www.openfabrics.org/builds/ofed-1.4/release/ Please email bugs and error reports to your InfiniBand vendor, or use bugzilla https://bugs.openfabrics.org/ @@ -88,8 +88,8 @@ The OFED Distribution package generates RPMs for installing the following: - HCA drivers (mthca, mlx4, ipath, ehca) - iWARP driver (cxgb3, nes) - core - - Upper Layer Protocols: IPoIB, SDP, SRP Initiator, iSER Initiator - RDS, qlgc_vnic and uDAPL + - Upper Layer Protocols: IPoIB, SDP, SRP Initiator and target, iSER + Initiator and target, RDS, uDAPL, qlgc_vnic and NFS-RDMA. o OpenFabrics utilities - OpenSM: InfiniBand Subnet Manager - Diagnostic tools @@ -110,14 +110,14 @@ The OFED Distribution package generates RPMs for installing the following: 3. Installing OFED Software ============================ -The default installation directory is: /usr +The default installation directory is: /usr Install Quick Guide: -1) Download and extract: tar xzvf OFED-1.3.1.tgz file. -2) Change into directory: cd OFED-1.3.1 +1) Download and extract: tar xzvf OFED-1.4.tgz file. +2) Change into directory: cd OFED-1.4 3) Run as root: ./install.pl 4) Follow the directions to install required components. For details, please see - OFED_Installation_Guide.txt under OFED-1.3.1/docs. + OFED_Installation_Guide.txt under OFED-1.4/docs. Notes: @@ -188,9 +188,9 @@ install one or more MPI stacks. Multiple MPI stacks can be installed simultaneously -- they will not conflict with each other. Three MPI stacks are included in this release of OFED: -- MVAPICH 1.0.0 -- Open MPI 1.2.5 -- MVAPICH2 1.0.1-1 +- MVAPICH 1.1.0 +- Open MPI 1.3.0 +- MVAPICH2 1.0.2 OFED also includes 4 basic tests that can be run against each MPI stack: bandwidth (bw), latency (lt), Intel MPI Benchmark and Presta. The tests @@ -203,9 +203,9 @@ the tests. 6. Related Documentation ======================== 1) Release Notes for OFED Distribution components are to be found under - OFED-1.3.1/docs and, after the package installation, under - /usr/share/doc/ofed-docs-1.3.1 for RedHat - /usr/share/doc/packages/ofed-docs-1.3.1 for SuSE. + OFED-1.4/docs and, after the package installation, under + /usr/share/doc/ofed-docs-1.4 for RedHat + /usr/share/doc/packages/ofed-docs-1.4 for SuSE. 2) For a detailed installation guide, see OFED_Installation_Guide.txt. 3) For more information, please visit the OFED web-page http://www.openfabrics.org -- 2.41.0