1
1
openmpi/opal/mca/btl/usnic/test
Jeff Squyres 984982790a usnic: convert from verbs to libfabric (yay!)
This commit represents the conversion of the usnic BTL from verbs to
libfabric.

For the moment, libfabric is embedded in Open MPI (currently in the
usnic BTL).  This is because the libfabric API is still changing, and
also has not yet been released.  Ultimately, this embedded copy of
libfabric will likely disappear and the usnic BTL will rely on an
external installation of libfabric.

New configure options:

* --with-libfabric: will cause configure to fail if libfabric support
    cannot be built
* --without-libfabric: will prevent libfabric support from being built
* --with-libfabric=DIR: use an external libfabric installation
* --with-libfabric-libdir=LIBDIR: when paired with --with-libfabric=DIR,
    use LIBDIR for the libfabric installation library dir

The --with-libnl3[-libdir] arguments are now gone.
2014-12-08 11:37:37 -08:00
..
btl_usnic_component_test.h usnic: convert from verbs to libfabric (yay!) 2014-12-08 11:37:37 -08:00
btl_usnic_graph_test.h usnic: convert from verbs to libfabric (yay!) 2014-12-08 11:37:37 -08:00
usnic_btl_run_tests.c usnic: convert from verbs to libfabric (yay!) 2014-12-08 11:37:37 -08:00