1
1

Some updates regarding iWARP support.

This commit was SVN r18805.
Этот коммит содержится в:
Jeff Squyres 2008-07-03 18:47:18 +00:00
родитель ba5498cdc6
Коммит 1b3b8732ca

17
README
Просмотреть файл

@ -58,11 +58,11 @@ base as of this writing (19 September 2007):
may include support for all the devices (etc.) that you expect, may include support for all the devices (etc.) that you expect,
especially if their support headers / libraries are installed in especially if their support headers / libraries are installed in
non-standard locations. Network interconnects are an easy example non-standard locations. Network interconnects are an easy example
to discuss -- Myrinet and InfiniBand, for example, both have to discuss -- Myrinet and OpenFabrics networks, for example, both
supplemental headers and libraries that must be found before Open have supplemental headers and libraries that must be found before
MPI can build support for them. You must specify where these files Open MPI can build support for them. You must specify where these
are with the appropriate options to configure. See the listing of files are with the appropriate options to configure. See the
configure command-line switches, below, for more details. listing of configure command-line switches, below, for more details.
- The Open MPI installation must be in your PATH on all nodes (and - The Open MPI installation must be in your PATH on all nodes (and
potentially LD_LIBRARY_PATH, if libmpi is a shared library), unless potentially LD_LIBRARY_PATH, if libmpi is a shared library), unless
@ -221,9 +221,6 @@ base as of this writing (19 September 2007):
be included in a future release of Open MPI (see the OFED 1.2 be included in a future release of Open MPI (see the OFED 1.2
distribution for details). distribution for details).
- iWARP support is not yet included in the Open MPI OpenFabrics
support.
- The Fortran 90 MPI bindings can now be built in one of three sizes - The Fortran 90 MPI bindings can now be built in one of three sizes
using --with-mpi-f90-size=SIZE (see description below). These sizes using --with-mpi-f90-size=SIZE (see description below). These sizes
reflect the number of MPI functions included in the "mpi" Fortran 90 reflect the number of MPI functions included in the "mpi" Fortran 90
@ -274,7 +271,7 @@ base as of this writing (19 September 2007):
combination with each other (per OS constraints; e.g., there are combination with each other (per OS constraints; e.g., there are
reports that the GM and OpenFabrics kernel drivers do not operate reports that the GM and OpenFabrics kernel drivers do not operate
well together): well together):
- InfiniBand: OpenFabrics - OpenFabrics: InfiniBand and iWARP
- Loopback (send-to-self) - Loopback (send-to-self)
- Myrinet: GM and MX - Myrinet: GM and MX
- Portals - Portals
@ -371,7 +368,7 @@ for a full list); a summary of the more commonly used ones follows:
--with-openib=<directory> --with-openib=<directory>
Specify the directory where the OpenFabrics (previously known as Specify the directory where the OpenFabrics (previously known as
OpenIB) libraries and header files are located. This enables OpenIB) libraries and header files are located. This enables
OpenFabrics support in Open MPI. OpenFabrics support in Open MPI (both InfiniBand and iWARP).
--with-openib-libdir=<directory> --with-openib-libdir=<directory>
Look in directory for the OpenFabrics libraries. By default, Open Look in directory for the OpenFabrics libraries. By default, Open