You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- move the mpi-io configury option into config/ompi_configure_options.m4
- add ompi/mca/common/ompio/configure.m4 so this component is not built when
Open MPI is configure'd with --disable-mpi-io
Fixes#2009
[Whether we built the 'use mpi_f08' prototype subarray-based implementation or not (i.e., whether to build the use-mpi-f08-desc prototype or the regular use-mpi-f08 implementation)])
257
257
258
+
AC_ARG_ENABLE([mpi-io],
259
+
[AC_HELP_STRING([--disable-mpi-io],
260
+
[Disable built-in support for MPI-2 I/O, likely because
261
+
an externally-provided MPI I/O package will be used.
262
+
Default is to use the internal framework system that uses
263
+
the ompio component and a specially modified version of ROMIO
0 commit comments