This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 48515bce989495d6952f6d318f0219f807547d9d (commit) from 2be371d5dc9b744ae623fe18946c4721bb4d5658 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/48515bce989495d6952f6d318f0219f807... commit 48515bce989495d6952f6d318f0219f807547d9d Author: Ken Raffenetti <[email protected]> Date: Fri Mar 13 13:06:22 2015 -0500 track OFI library (libfabric) in EXTERNAL_LIBS Track this library separately so as not to impose its requirements when building other components like ROMIO or Hydra. No reviewer. diff --git a/src/mpid/ch3/channels/nemesis/netmod/ofi/subconfigure.m4 b/src/mpid/ch3/channels/nemesis/netmod/ofi/subconfigure.m4 index ac39fe7..5705baf 100644 --- a/src/mpid/ch3/channels/nemesis/netmod/ofi/subconfigure.m4 +++ b/src/mpid/ch3/channels/nemesis/netmod/ofi/subconfigure.m4 @@ -15,7 +15,10 @@ AM_COND_IF([BUILD_NEMESIS_NETMOD_OFI],[ AC_MSG_NOTICE([RUNNING CONFIGURE FOR ch3:nemesis:ofi]) PAC_SET_HEADER_LIB_PATH(ofi) + PAC_PUSH_FLAG(LIBS) PAC_CHECK_HEADER_LIB_FATAL(ofi, rdma/fabric.h, fabric, fi_getinfo) + PAC_APPEND_FLAG([-lfabric],[EXTERNAL_LIBS]) + PAC_POP_FLAG(LIBS) AC_DEFINE([ENABLE_COMM_OVERRIDES], 1, [define to add per-vc function pointers to override send and recv functions]) ])dnl end AM_COND_IF(BUILD_NEMESIS_NETMOD_OFI,...) ----------------------------------------------------------------------- Summary of changes: .../channels/nemesis/netmod/ofi/subconfigure.m4 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository