@@ -105,10 +105,10 @@ possible and all debug features will be disabled.
105
105
Alternatively:
106
106
107
107
``` bash
108
- $ ./configure --prefix=/opt/libfabric --enable-debug --enable-psm =dl && make -j 32 && sudo make install
108
+ $ ./configure --prefix=/opt/libfabric --enable-debug --enable-psm3 =dl && make -j 32 && sudo make install
109
109
```
110
110
111
- This will tell libfabric to enable the ` psm ` provider as a loadable library,
111
+ This will tell libfabric to enable the ` psm3 ` provider as a loadable library,
112
112
enable all debug code paths, and install libfabric to the ` /opt/libfabric `
113
113
tree. All other providers will be enabled if possible.
114
114
@@ -158,25 +158,6 @@ PSM2 on the host software stack, leading to better overall performance.
158
158
See the ` fi_opx(7) ` man page for more details. See [ Cornelis Customer
159
159
Center] ( https://customercenter.cornelisnetworks.com/ ) for support information.
160
160
161
- ### psm
162
-
163
- ***
164
-
165
- The ` psm ` provider runs over the PSM 1.x interface that is currently supported
166
- by the Intel TrueScale Fabric. PSM provides tag-matching message queue
167
- functions that are optimized for MPI implementations. PSM also has limited
168
- Active Message support, which is not officially published but is quite stable
169
- and well documented in the source code (part of the OFED release). The ` psm `
170
- provider makes use of both the tag-matching message queue functions and the
171
- Active Message functions to support various libfabric data transfer APIs,
172
- including tagged message queue, message queue, RMA, and atomic
173
- operations.
174
-
175
- The ` psm ` provider can work with the ` psm2-compat ` library, which exposes
176
- a PSM 1.x interface over the Intel Omni-Path Fabric.
177
-
178
- See the ` fi_psm(7) ` man page for more details.
179
-
180
161
### psm2
181
162
182
163
***
0 commit comments