Skip to content

Commit 3811692

Browse files
committed
Change mmap I/O default mode to enable
1 parent b781182 commit 3811692

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

darshan-runtime/configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ if test "x$enable_darshan_runtime" = xyes ; then
119119
fi
120120

121121
AC_ARG_ENABLE([mmap-logs],
122-
[AS_HELP_STRING([--enable-mmap-logs],
123-
[Enables ability to mmap I/O data to log file])],
124-
[], [enable_mmap_logs=no]
122+
[AS_HELP_STRING([--disable-mmap-logs],
123+
[Disables ability to mmap I/O data to log file])],
124+
[], [enable_mmap_logs=yes]
125125
)
126126
if test "x$enable_mmap_logs" = "xyes" ; then
127127
AC_DEFINE([__DARSHAN_ENABLE_MMAP_LOGS], 1,

darshan-runtime/doc/darshan-runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Compilation
142142
header and library.
143143
* ``--without-mpi``: disables MPI support when building Darshan - MPI support is
144144
assumed if not specified.
145-
* ``--enable-mmap-logs``: enables the use of Darshan's mmap log file mechanism.
145+
* ``--disable-mmap-logs``: disables the use of Darshan's mmap log file mechanism.
146146
* ``--enable-cuserid``: enables use of cuserid() at runtime.
147147
* ``--disable-ld-preload``: disables building of the Darshan ``LD_PRELOAD`` library
148148
* ``--enable-group-readable-logs``: sets Darshan log file permissions to allow

0 commit comments

Comments
 (0)