Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
8ce9fd26
Commit
8ce9fd26
authored
Jan 22, 2017
by
Philip Carns
Browse files
Revert "tweak autoconf help language"
This reverts commit
3f12e721
. (Previous stronger language was more accurate)
parent
165118c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/configure
View file @
8ce9fd26
...
...
@@ -1322,7 +1322,7 @@ Optional Features:
--disable-cuserid Disables attempted use of cuserid() at run time
--enable-group-readable-logs
Set log files to be group readable
--enable-HDF5_1.10
Enable explicit support for
HDF5 1.10.x
API
--enable-HDF5_1.10
Compile for use with
HDF5 1.10.x
--disable-bgq-mod Disables compilation and use of BG/Q module (for BG/Q systems)
--disable-lustre-mod Disables compilation and use of the Lustre module
--enable-mmap-logs Enables ability to mmap I/O data to log file
...
...
darshan-runtime/configure.in
View file @
8ce9fd26
...
...
@@ -47,9 +47,9 @@ fi]
,)
AC_ARG_ENABLE(HDF5_1.10,
[ --enable-HDF5_1.10
Enable explicit support for
HDF5 1.10.x
API
],
[ --enable-HDF5_1.10
Compile for use with
HDF5 1.10.x],
[if test "x$enableval" = "xyes" ; then
AC_DEFINE(__DARSHAN_ENABLE_HDF5110, 1,
Explic
it
l
y
enable
HDF5_1.10.x
support, will break 1.8.x compatibility on 32bit platforms
)
AC_DEFINE(__DARSHAN_ENABLE_HDF5110, 1,
Set for compatibil
ity
with
HDF5_1.10.x
, breaks use with 1.8.x
)
fi]
,)
...
...
darshan-runtime/darshan-runtime-config.h.in
View file @
8ce9fd26
...
...
@@ -87,7 +87,7 @@
/* Define if cuserid() should be disabled */
#undef __DARSHAN_DISABLE_CUSERID
/*
Explic
it
l
y
enable
HDF5_1.10.x
support
*/
/*
Set for compatibil
ity
with
HDF5_1.10.x */
#undef __DARSHAN_ENABLE_HDF5110
/* Define if Darshan should mmap data structures to log file */
...
...
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