Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
60a2d9fe
Commit
60a2d9fe
authored
Jul 15, 2013
by
Michael Blocksome
Committed by
Pavan Balaji
Jul 16, 2013
Browse files
add support for alternative default pami library names.
Signed-off-by:
Haizhu Liu
<
haizhu@us.ibm.com
>
parent
43c78f1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/pamid/subconfigure.m4
View file @
60a2d9fe
...
...
@@ -27,6 +27,7 @@ AC_DEFUN([PAC_SUBCFG_PREREQ_]PAC_SUBCFG_AUTO_SUFFIX,[
AM_CONDITIONAL([BUILD_PAMID],[test "$device_name" = "pamid"])
AC_ARG_VAR([PAMILIBNAME],[can be used to override the name of the PAMI library (default: "pami")])
original_PAMILIBNAME=${PAMILIBNAME}
PAMILIBNAME=${PAMILIBNAME:-"pami"}
AC_SUBST(PAMILIBNAME)
export PAMILIBNAME
...
...
@@ -158,6 +159,9 @@ if test "${pamid_platform}" = "BGQ" ; then
PAC_APPEND_FLAG([-L${bgq_driver}/spi/lib], [WRAPPER_LDFLAGS])
if test -d ${bgq_driver}/comm/lib ; then
PAC_APPEND_FLAG([-L${bgq_driver}/comm/lib], [WRAPPER_LDFLAGS])
if test x${original_PAMILIBNAME} = x ; then
PAMILIBNAME=pami-gcc
fi
else
PAC_APPEND_FLAG([-L${bgq_driver}/comm/sys/lib], [WRAPPER_LDFLAGS])
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment