Skip to content

Commit

Permalink
Merge pull request ofiwg#16 from mshiryae/impi2019u6
Browse files Browse the repository at this point in the history
Add efa provider into providers list
  • Loading branch information
ddurnov authored and GitHub Enterprise committed Oct 16, 2019
2 parents 15c4b7a + 4d3e753 commit df8afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fabric.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ static void ofi_ordered_provs_init(void)
};
#else
char *ordered_prov_names[] = {
"psm2", "psm", "usnic", "mlx", "gni",
"psm2", "psm", "efa", "usnic", "mlx", "gni",
"bgq", "netdir", "ofi_rxm", "ofi_rxd", "verbs",
/* Initialize the socket based providers last of the
* standard providers. This will result in them being
Expand Down

0 comments on commit df8afc1

Please sign in to comment.