includes the romio component. Only blocking operations are supported
-- non-blocking stuff is pending some changes in the top-level
progression engine, and some threaded issues need to be worked out.
This commit was SVN r2655.
b) Temorarily created a set of Makefile.am files to compile the module,
for UFS and NFS support.
c) The final goal is to integrate romio configure scripts into Open MPI
configuration system without repeating the configuration operations
and compilation hooks already provided in romio.
d) Added a dummy file src/romioconf.h for the time being. Eventually it
is to be generated from the the template adio/include/romioconf.h.in
e) To test this with nightly builds and mpi_io test suite.
This commit was SVN r1797.
- Updated autogen.sh and friends to be more flexible and allow
components to be configured and built outside of the Open MPI tree
- Removed $(LIBOMPI_LA) from all component Makefile.am's -- it's
unnecessary
This commit was SVN r1566.
--disable-mca-dso to build MCA components statically as part of
libmpi, or --enable-mca-dso=LIST to only build some components as DSOs
(see ./configure --help for more details).
This commit was SVN r1521.