@@ -60,7 +60,6 @@ installation directory. By default, the script:
60
60
61
61
- checks for the Infiniband header and library files, and fall backs
62
62
to the Ethernet device in case they are not available or usable,
63
- - checks for Infiniband Extensions file (`verbs_exp.h`),
64
63
- targets to the production, debugging and statistic libraries, as well
65
64
as, the Fortran modules (if the Fortran compilers are found),
66
65
- configures GPI-2 for use PBS as the batch system,
@@ -114,9 +113,10 @@ installation:
114
113
115
114
`./configure --with-infiniband<=full_path_to_ofed>`
116
115
117
- By default, GPI-2 will be compiled with Infiniband Extensions
118
- support (if the header file is found), however the user can also
119
- disable it by `-disable-infiniband-ext`.
116
+ By default, GPI-2 will be compiled without Infiniband Extensions
117
+ support, however the user can also enable and using it (if the header
118
+ file is found) by `-enable-infiniband-ext`. Note, however, they are
119
+ for the moment an experimental feature.
120
120
121
121
On the other hand, GPI-2 can be installed
122
122
on a system without Infiniband, using the standard TCP sockets:
0 commit comments