[mpich] MPICH primary repository branch, master, updated. v3.2a1-5-gb293734
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 b293734ddfd76c34eea26794fda4acbb5cfee34a (commit) from 96c1107031f89b02dd3b4360862ddf98b8d5f43e (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/b293734ddfd76c34eea26794fda4acbb5c... commit b293734ddfd76c34eea26794fda4acbb5cfee34a Author: Pavan Balaji <[email protected]> Date: Thu Sep 4 13:13:16 2014 -0500 Fix incorrect portals library name. Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/src/mpid/ch3/channels/nemesis/netmod/portals4/subconfigure.m4 b/src/mpid/ch3/channels/nemesis/netmod/portals4/subconfigure.m4 index 2e617f0..5e98951 100644 --- a/src/mpid/ch3/channels/nemesis/netmod/portals4/subconfigure.m4 +++ b/src/mpid/ch3/channels/nemesis/netmod/portals4/subconfigure.m4 @@ -17,7 +17,7 @@ AM_COND_IF([BUILD_NEMESIS_NETMOD_PORTALS4],[ PAC_SET_HEADER_LIB_PATH(portals4) PAC_PUSH_FLAG(LIBS) PAC_CHECK_HEADER_LIB_FATAL(portals4, portals4.h, portals, PtlInit) - PAC_APPEND_FLAG([-lportals4],[EXTERNAL_LIBS]) + PAC_APPEND_FLAG([-lportals],[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]) ----------------------------------------------------------------------- Summary of changes: .../nemesis/netmod/portals4/subconfigure.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org