File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments