1
1

README: document --disable-io-romio and --disable-io-ompio configure options

This commit is contained in:
Gilles Gouaillardet 2016-10-05 09:13:52 +09:00
parent 6cdbdceee6
commit bc6724567f
2 changed files with 13 additions and 1 deletions

12
README
View File

@ -1248,12 +1248,24 @@ MPI FUNCTIONALITY
See "Open MPI API Extensions", below, for more details.
--disable-mpi-io
Disable built-in support for MPI-2 I/O, likely because an externally-provided
MPI I/O package will be used. Default is to use the internal framework
system that uses the ompio component and a specially modified version of ROMIO
that fits inside the romio component
--disable-io-romio
Disable the ROMIO MPI-IO component
--with-io-romio-flags=flags
Pass flags to the ROMIO distribution configuration script. This
option is usually only necessary to pass
parallel-filesystem-specific preprocessor/compiler/linker flags back
to the ROMIO system.
--disable-io-ompio
Disable the ompio MPI-IO component
--enable-sparse-groups
Enable the usage of sparse groups. This would save memory
significantly especially if you are creating large

View File

@ -265,7 +265,7 @@ AC_ARG_ENABLE([mpi-io],
AC_ARG_ENABLE([io-ompio],
[AC_HELP_STRING([--disable-io-ompio],
[Disable the ompio ROM-IO component])])
[Disable the ompio MPI-IO component])])
])dnl