Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faq/building: annotate --with-libfabric with version requirement #507

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion faq/building.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,8 @@ You tell [configure] where support libraries are with the appropriate
<ul>
<li> *--with-libfabric=&lt;dir&gt;:* Build support for OpenFabrics
Interfaces (OFI), commonly known as \"libfabric\" (starting with the
v1.10 series).</li>
v1.10 series). *NOTE:* v4.1.6 or older will only build successfully
with libfabric v1.x.</li>
<li> *--with-ucx=&lt;dir&gt;:* Build support for the UCX library.</li>
<li> *--with-mxm=&lt;dir&gt;:* Build support for the Mellanox
Messaging (MXM) library (starting with the v1.5 series).</li>
Expand Down
Loading