Skip to content

Commit 75b0142

Browse files
committed
DOC: update to reflect change of --with-xxx automatically --enable-xxx
1 parent e93c2fe commit 75b0142

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

darshan-runtime/doc/darshan-runtime.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,10 @@ Compilation
167167
installation directory for HDF5
168168

169169
.. note::
170-
* Users must call ``--enable-hdf5-mod`` to enable HDF5 modules,
171-
``--with-hdf5`` is only used to additionally provide an HDF5 install
172-
prefix.
170+
* When ``--with-hdf5=DIR`` is set, building HDF5 module is automatically
171+
enabled.
172+
* When ``--enable-hdf5-mod`` is set but not ``--with-hdf5=DIR``, Darshan
173+
will search for the HDF5 installation location available on the system.
173174
* HDF5 instrumentation only works on HDF5 library versions >= 1.8, and
174175
further requires that the HDF5 library used to build Darshan and the
175176
HDF5 library being linked in either both be version >=1.10 or both be
@@ -183,9 +184,10 @@ Compilation
183184
installation directory for PnetCDF
184185

185186
.. note::
186-
* Users must call ``--enable-pnetcdf-mod`` to enable PnetCDF modules,
187-
``--with-pnetcdf`` is only used to additionally provide a PnetCDF
188-
install prefix.
187+
* When ``--with-pnetcdf=DIR`` is set, building PnetCDF module is automatically
188+
enabled.
189+
* When ``--enable-pnetcdf-mod`` is set but not ``--with-pnetcdf=DIR``, Darshan
190+
will search for the PnetCDF installation location available on the system.
189191
* PnetCDF instrumentation only works on PnetCDF library versions >= 1.8.
190192
* ``--disable-lustre-mod``: disables compilation and use of Darshan's Lustre
191193
module (default=enabled)

0 commit comments

Comments
 (0)