forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated to Ubuntu 18.04 ("bionic"), which, according to https://docs.travis-ci.com/user/languages/cpp/#gcc-on-linux, has gcc v7.4.0 (gcc became C99 compliant at v4.9.0). - Fix -Werror handling. Cannot globally set -Werror in CPPFLAGS: 1. It belongs in CFLAGS, not CPPFLAGS. 2. Setting it globally causes many tests in configure to artificially fail (e.g., clang fails to be selected and falls back to gcc, and the C99 tests fail). - Remove RDMA core git clone+build. Instead, use the rdma-core packages that come in Ubuntu 18.04 (which are modern enough for our needs). - Remove UCX git clone+build (nothing is using it) - Remove lots of unnecessary apt packages - Update the list of Libfabric providers to disable in some tests - Update some default providers to guarantee to build on Linux - Replace a wholly redundant test with an --enable-debug test - Update the DL test to use the TCP provider, not sockets (as a general move for the future, since the TCP provider will someday replace the sockets provider). Can't move the fabric direct test to use the TCP provider yet, because the TCP provider does not yet support fabric direct. Signed-off-by: Jeff Squyres <[email protected]> squashme Signed-off-by: Jeff Squyres <[email protected]>
- Loading branch information
Showing
1 changed file
with
39 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters