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
80e65b62
Commit
80e65b62
authored
Jun 24, 2013
by
Kenneth Raffenetti
Browse files
Add support for MPICH_AUTOTOOLS_DIR in hwloc. Fixes 1881.
parent
1deb8ae7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pm/hydra/tools/topo/hwloc/hwloc/autogen.sh
View file @
80e65b62
:
autoreconf
${
autoreconf_args
:-
"-ivf"
}
#!/bin/sh
if
[
-n
"
$MPICH_AUTOTOOLS_DIR
"
]
;
then
autoreconf
=
${
MPICH_AUTOTOOLS_DIR
}
/autoreconf
else
autoreconf
=
${
AUTORECONF
:-
autoreconf
}
fi
$autoreconf
${
autoreconf_args
:-
"-ivf"
}
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