README: document --disable-io-romio and --disable-io-ompio configure options
This commit is contained in:
parent
6cdbdceee6
commit
bc6724567f
12
README
12
README
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user