From ed7f2867d3655205d0fd0e1e16358d96b86dc928 Mon Sep 17 00:00:00 2001 From: Tziporet Koren Date: Tue, 29 Jan 2008 15:07:55 +0200 Subject: [PATCH] update for OFED 1.3 Signed-off-by: Vladimir Sokolovsky --- HOWTO.build_ofed | 86 +++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 49 deletions(-) diff --git a/HOWTO.build_ofed b/HOWTO.build_ofed index 67eca39..aca3612 100644 --- a/HOWTO.build_ofed +++ b/HOWTO.build_ofed @@ -1,7 +1,7 @@ - Open Fabrics Enterprise Distribution (OFED) - How To Build OFED 1.3 + Open Fabrics Enterprise Distribution (OFED) + How To Build OFED 1.3 - January 2008 + January 2008 ============================================================================== @@ -26,7 +26,7 @@ See OFED_release_notes.txt for more details. The build script for the OFED package can be downloaded from: git://git.openfabrics.org/~vlad/ofabuild - branch: ofed_1_2 + branch: ofed_1_3 Name: build_ofed.sh @@ -35,26 +35,7 @@ Name: build_ofed.sh [--ofed-scripts ] [--ofed-docs ] [--mpidir|-m ] - - Required: - --ver -- Determines the name of the OFED version that is built - - Optional: - --tmpdir -- Directory to use as a work area. (default: /tmp ) - --ofed-scripts -- If you have already checked out the scripts - component, you may use this option to request that - the scripts component be taken from the given - directory. Otherwise, the ofed_scripts_URL (below) - will be used. - --ofed-docs -- If you have already checked out the docs component, - you may use this option to request that the docs - component be taken from the given directory. - Otherwise, the ofed_docs_URL (below) will be used. - --mpidir -- If you have already checked out the mpi component, - you may use this option to request that the mpi - component be taken from the given directory. - Otherwise, the mpi_URL (below) will be used. - + [--long-help] Example: @@ -65,52 +46,59 @@ Example: Sources are extracted by default from the following locations: libibverbs: - git://git.openfabrics.org/ofed_1_2/libibverbs.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/libibverbs.git ofed_1_3 libmthca: - git://git.openfabrics.org/ofed_1_2/libmthca.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/libmthca.git ofed_1_3 libehca: - git://git.openfabrics.org/ofed_1_2/libehca.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/libehca.git ofed_1_3 libipathverbs: - git://git.openfabrics.org/ofed_1_2/libipathverbs.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/libipathverbs.git ofed_1_3 tvflash: - git://git.openfabrics.org/ofed_1_2/tvflash.git ofed_1_2 + git://git.openfabrics.org/~rdreier/tvflash.git master libibcm: - git://git.openfabrics.org/ofed_1_2/libibcm.git ofed_1_2 + git://git.openfabrics.org/~shefty/libibcm.git master libsdp: - git://git.openfabrics.org/ofed_1_2/libsdp.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/libsdp.git ofed_1_3 + libnes: + git://git.openfabrics.org/ofed_1_3/libnes.git ofed_1_3 mstflint: - git://git.openfabrics.org/ofed_1_2/mstflint.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/mstflint.git ofed_1_3 perftest: - git://git.openfabrics.org/ofed_1_2/perftest.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/perftest.git ofed_1_3 srptools: - git://git.openfabrics.org/ofed_1_2/srptools.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/srptools.git ofed_1_3 ipoibtools: - git://git.openfabrics.org/ofed_1_2/ipoibtools.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/ipoibtools.git ofed_1_3 librdmacm: - git://git.openfabrics.org/ofed_1_2/librdmacm.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/librdmacm.git ofed_1_3 dapl: - git://git.openfabrics.org/ofed_1_2/dapl.git ofed_1_2 - imgen: - git://git.openfabrics.org/ofed_1_2/imgen.git ofed_1_2 + git://git.openfabrics.org/~ardavis/dapl.git master + git://git.openfabrics.org/~ardavis/dapl.git dat2.0 management: - git://git.openfabrics.org/ofed_1_2/management.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/management.git ofed_1_3 + ibsim: + git://git.openfabrics.org/~sashak/ibsim.git master + ibutils: + git://git.openfabrics.org/ofed_1_3/ibutils.git ofed_1_3 libcxgb3: - git://git.openfabrics.org/ofed_1_2/libcxgb3.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/libcxgb3.git ofed_1_3 qlvnictools: - git://git.openfabrics.org/ofed_1_2/qlvnictools.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/qlvnictools.git ofed_1_3 sdpnetstat: - git://git.openfabrics.org/ofed_1_2/sdpnetstat.git ofed_1_2 + git://git.openfabrics.org/ofed_1_3/sdpnetstat.git ofed_1_3 rds-tools: - http://www.openfabrics.org/~vlad/ofed_1_2/rds-tools + http://www.openfabrics.org/~vlad/ofed_1_3/rds-tools + qperf: + git://git.openfabrics.org/ofed_1_3/qperf.git ofed_1_3 mvapich: - http://www.openfabrics.org/~pasha/ofed_1_2/mvapich + http://www.openfabrics.org/~pasha/ofed_1_3/mvapich openmpi: - http://www.openfabrics.org/~jsquyres/ofed_1_2 + http://www.openfabrics.org/~jsquyres/ofed_1_3 mvapich2: - http://www.openfabrics.org/~rowland/ofed_1_2 + http://www.openfabrics.org/~perkinjo/ofed_1_3 mpitests: - http://www.openfabrics.org/~pasha/ofed_1_2/mpitests + http://www.openfabrics.org/~pasha/ofed_1_3/mpitests mpi-selector: git://git.openfabrics.org/~jsquyres/mpi-selector.git ofed_1_2 @@ -121,7 +109,7 @@ Sources are extracted by default from the following locations: 1. Git: Can be downloaded from: - http://www.kernel.org/pub/software/scm/git/git-1.5.2.tar.gz + http://www.kernel.org/pub/software/scm/git/git-1.5.3.tar.gz 2. Autotools: -- 2.46.0