[Darshan-commits] [Git][darshan/darshan][master] fixed typo

Glenn K. Lockwood xgitlab at cels.anl.gov
Tue Oct 18 13:48:23 CDT 2016


Glenn K. Lockwood pushed to branch master at darshan / darshan


Commits:
1494a850 by Glenn K. Lockwood at 2016-10-18T11:48:07-07:00
fixed typo

- - - - -


2 changed files:

- darshan-runtime/configure
- darshan-runtime/configure.in


Changes:

=====================================
darshan-runtime/configure
=====================================
--- a/darshan-runtime/configure
+++ b/darshan-runtime/configure
@@ -1335,7 +1335,7 @@ Optional Features:
                           Set log files to be group readable
   --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-mmmap-logs     Enables ability to mmap I/O data to log file
+  --enable-mmap-logs      Enables ability to mmap I/O data to log file
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]


=====================================
darshan-runtime/configure.in
=====================================
--- a/darshan-runtime/configure.in
+++ b/darshan-runtime/configure.in
@@ -61,7 +61,7 @@ AC_ARG_ENABLE(
 )
 
 AC_ARG_ENABLE(mmap-logs,
-[  --enable-mmmap-logs     Enables ability to mmap I/O data to log file],
+[  --enable-mmap-logs      Enables ability to mmap I/O data to log file],
 [if test "x$enableval" = "xyes" ; then
     AC_DEFINE(__DARSHAN_ENABLE_MMAP_LOGS, 1, Define if Darshan should mmap data structures to log file)
     ENABLE_MMAP_LOGS=1



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/1494a85002bd6360bfd548ad238a29d7ef2c5a7d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20161018/275587b8/attachment.html>


More information about the Darshan-commits mailing list