Skip to content

Commit

Permalink
configure: also check for libuct
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
  • Loading branch information
hjelmn committed Jun 25, 2018
1 parent c6b4afd commit 49fa15e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/ompi_check_ucx.m4
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ AC_DEFUN([OMPI_CHECK_UCX],[
[$ompi_check_ucx_libdir],
[ompi_check_ucx_happy="yes"],
[ompi_check_ucx_happy="no"])


OPAL_CHECK_PACKAGE([ompi_check_ucx],
[uct/api/uct.h],
[uct],
[ucp_md_query],
[],
[$ompi_check_ucx_dir],
[$ompi_check_ucx_libdir],
[ompi_check_ucx_happy="yes"],
[ompi_check_ucx_happy="no"])

CPPFLAGS="$ompi_check_ucx_$1_save_CPPFLAGS"
LDFLAGS="$ompi_check_ucx_$1_save_LDFLAGS"
LIBS="$ompi_check_ucx_$1_save_LIBS"
Expand Down

0 comments on commit 49fa15e

Please sign in to comment.