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
74
Issues
74
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
3f12e721
Commit
3f12e721
authored
Jan 16, 2017
by
Philip Carns
1
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:
...
@@ -1322,7 +1322,7 @@ Optional Features:
--disable-cuserid Disables attempted use of cuserid() at run time
--disable-cuserid Disables attempted use of cuserid() at run time
--enable-group-readable-logs
--enable-group-readable-logs
Set log files to be group readable
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-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
--disable-lustre-mod Disables compilation and use of the Lustre module
--enable-mmap-logs Enables ability to mmap I/O data to log file
--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]
...
@@ -47,9 +47,9 @@ fi]
,)
,)
AC_ARG_ENABLE(HDF5_1.10,
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
[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]
fi]
,)
,)
...
...
darshan-runtime/darshan-runtime-config.h.in
View file @
3f12e721
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
/* Define if cuserid() should be disabled */
/* Define if cuserid() should be disabled */
#undef __DARSHAN_DISABLE_CUSERID
#undef __DARSHAN_DISABLE_CUSERID
/*
Set for compatibility with HDF5_1.10.x
*/
/*
Explicitly enable HDF5_1.10.x support
*/
#undef __DARSHAN_ENABLE_HDF5110
#undef __DARSHAN_ENABLE_HDF5110
/* Define if Darshan should mmap data structures to log file */
/* Define if Darshan should mmap data structures to log file */
...
...
Philip Carns
@carns
mentioned in commit
8ce9fd26
·
Jan 22, 2017
mentioned in commit
8ce9fd26
mentioned in commit 8ce9fd262a43ecf9ef555e42be1c8b40f63dc2a8
Toggle commit list
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