Gilles Gouaillardet
b4c333fe9b
config/opal_*: portability fixes
...
convert "test ... -o" to "test ... ||"
convert "test ... -a" to "test ... &&"
2015-02-03 15:19:22 +09:00
Jeff Squyres
04bec4475e
openib: check more thoroughly for XRC
...
Some systems have XRC symbols in their libibverbs libraries, but do
not have the appropriate XRC bits in their devel headers (cough cough
RHEL 6.5 libibverbs-rocee-*.x86-64.rpm cough cough).
So expand the XRC config checks to ensure that we can actually find
one of the XRC constants that we need to compile XRC code before
ruling that we can actually build XRC support.
2015-01-16 18:13:31 -08:00
Gilles Gouaillardet
661c35ca67
cleanup dead code caused by the removal of the --with-threads configure option
2015-01-16 19:13:59 +09:00
Gilles Gouaillardet
135ecce0eb
btl/openib: rename OPAL_HAVE_XRCD macro into OPAL_HAVE_CONNECTX_XRC_DOMAINS
2015-01-07 13:27:25 +09:00
Gilles Gouaillardet
b3617e736e
btl/openib: add XRC support with OFED 3.12+
...
based on an original patch contributed by Bull.
2015-01-06 15:30:52 +09:00
Jeff Squyres
7a96b58882
common verbs: remove usnic-specific code
...
Now that the usnic BTL uses libfabric, we can remove the
usnic-specific code from opal/mca/common/verbs.
2014-12-08 11:37:37 -08:00
Nathan Hjelm
1b564f62bd
Revert "Merge pull request #275 from hjelmn/btlmod"
...
This reverts commit ccaecf0fd6
, reversing
changes made to 6a19bf85dd
.
2014-11-19 23:22:43 -07:00
Nathan Hjelm
bf7daac388
btl/openib: add atomic operation support
2014-11-19 11:33:04 -07:00
Ralph Castain
9633c917a4
Rename the .m4 files to reflect the move to opal so non-MPI projects properly see them
...
This commit was SVN r32403.
2014-08-01 17:03:34 +00:00