README: additional clarification about --with-<foo>-libdir.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
родитель
76e4983aa0
Коммит
36c9f92117
22
README
22
README
@ -771,17 +771,21 @@ Additionally, if a search directory is specified in the form
|
|||||||
--with-<foo>=<dir>, Open MPI will:
|
--with-<foo>=<dir>, Open MPI will:
|
||||||
|
|
||||||
1. Search for <foo>'s header files in <dir>/include.
|
1. Search for <foo>'s header files in <dir>/include.
|
||||||
2. Search for <foo>'s library files in <dir>/lib, and if they are not
|
2. Search for <foo>'s library files:
|
||||||
found there, search again in <dir>/lib64.
|
2a. If --with-<foo>-libdir=<libdir> was specified, search in
|
||||||
|
<libdir>.
|
||||||
|
2b. Otherwise, search in <dir>/lib, and if they are not found
|
||||||
|
there, search again in <dir>/lib64.
|
||||||
3. If both the relevant header files and libraries are found:
|
3. If both the relevant header files and libraries are found:
|
||||||
3a. Open MPI will build support for <foo>.
|
3a. Open MPI will build support for <foo>.
|
||||||
3b. If <dir> is neither "/usr" nor "/usr/local", Open MPI will
|
3b. If the root path where the <foo> libraries are found is neither
|
||||||
compile itself with RPATH flags pointing to the directory where
|
"/usr" nor "/usr/local", Open MPI will compile itself with
|
||||||
<foo>'s libraries are located. Open MPI does not RPATH
|
RPATH flags pointing to the directory where <foo>'s libraries
|
||||||
/usr/lib[64] and /usr/local/lib[64] because many systems
|
are located. Open MPI does not RPATH /usr/lib[64] and
|
||||||
already search these directories for run-time libraries by
|
/usr/local/lib[64] because many systems already search these
|
||||||
default; adding RPATH for them could have unintended
|
directories for run-time libraries by default; adding RPATH for
|
||||||
consequences for the search path ordering.
|
them could have unintended consequences for the search path
|
||||||
|
ordering.
|
||||||
|
|
||||||
INSTALLATION OPTIONS
|
INSTALLATION OPTIONS
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user