Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Wei-keng Liao
darshan
Commits
3f12e721
Commit
3f12e721
authored
Jan 16, 2017
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak autoconf help language
parent
28152533
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
darshan-runtime/configure
darshan-runtime/configure
+1
-1
darshan-runtime/configure.in
darshan-runtime/configure.in
+2
-2
darshan-runtime/darshan-runtime-config.h.in
darshan-runtime/darshan-runtime-config.h.in
+1
-1
No files found.
darshan-runtime/configure
View file @
3f12e721
...
...
@@ -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
Compile for use with HDF5 1.10.x
--enable-HDF5_1.10
Enable explicit support for HDF5 1.10.x API
--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 @
3f12e721
...
...
@@ -47,9 +47,9 @@ fi]
,)
AC_ARG_ENABLE(HDF5_1.10,
[ --enable-HDF5_1.10
Compile for use with HDF5 1.10.x
],
[ --enable-HDF5_1.10
Enable explicit support for HDF5 1.10.x API
],
[if test "x$enableval" = "xyes" ; then
AC_DEFINE(__DARSHAN_ENABLE_HDF5110, 1,
Set for compatibility with HDF5_1.10.x, breaks use with 1.8.x
)
AC_DEFINE(__DARSHAN_ENABLE_HDF5110, 1,
Explicitly enable HDF5_1.10.x support, will break 1.8.x compatibility on 32bit platforms
)
fi]
,)
...
...
darshan-runtime/darshan-runtime-config.h.in
View file @
3f12e721
...
...
@@ -87,7 +87,7 @@
/* Define if cuserid() should be disabled */
#undef __DARSHAN_DISABLE_CUSERID
/*
Set for compatibility with HDF5_1.10.x
*/
/*
Explicitly enable HDF5_1.10.x support
*/
#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