1
1

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

Этот коммит содержится в:
Gilles Gouaillardet 2016-10-05 09:13:52 +09:00
родитель 6cdbdceee6
Коммит bc6724567f
2 изменённых файлов: 13 добавлений и 1 удалений

12
README
Просмотреть файл

@ -1248,12 +1248,24 @@ MPI FUNCTIONALITY
See "Open MPI API Extensions", below, for more details. 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 --with-io-romio-flags=flags
Pass flags to the ROMIO distribution configuration script. This Pass flags to the ROMIO distribution configuration script. This
option is usually only necessary to pass option is usually only necessary to pass
parallel-filesystem-specific preprocessor/compiler/linker flags back parallel-filesystem-specific preprocessor/compiler/linker flags back
to the ROMIO system. to the ROMIO system.
--disable-io-ompio
Disable the ompio MPI-IO component
--enable-sparse-groups --enable-sparse-groups
Enable the usage of sparse groups. This would save memory Enable the usage of sparse groups. This would save memory
significantly especially if you are creating large significantly especially if you are creating large

Просмотреть файл

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