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
Sudheer Chunduri
darshan
Commits
20ff1547
Commit
20ff1547
authored
Sep 22, 2015
by
Shane Snyder
Browse files
git configure working on cray
parent
67b02ca5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/configure
View file @
20ff1547
This diff is collapsed.
Click to expand it.
darshan-runtime/configure.in
View file @
20ff1547
...
...
@@ -295,12 +295,9 @@ if test x$enable_bgq_mod != xno; then
AC_MSG_RESULT(yes)
DARSHAN_USE_BGQ=1,
AC_MSG_RESULT(no)
AS_IF([
test "x$enable_bgq_mod" = xyes],
AS_IF([test "x$enable_bgq_mod" = xyes],
AC_MSG_ERROR(BG/Q module enabled in non-BG/Q environment),
[]
)
)
[]))
fi
DARSHAN_VERSION="AC_PACKAGE_VERSION"
...
...
darshan-runtime/darshan-runtime-config.h.in
View file @
20ff1547
...
...
@@ -63,9 +63,6 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
...
...
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