1
1
openmpi/ompi/mca/io
Edgar Gabriel f7391eca23 Lazy open does not work for the addproc sharedfp component since it starts by
spawning a process using MPI_Comm_spawn. For this, the first operation has to
be collective which we can not guarantuee outside of the MPI_File_open
operation.

This commit was SVN r29008.
2013-08-06 20:48:20 +00:00
..
base Swap the open and register. 2013-03-27 22:19:57 +00:00
ompio Lazy open does not work for the addproc sharedfp component since it starts by 2013-08-06 20:48:20 +00:00
romio MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
configure.m4 Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
io.h Clean up request handling in the I/O framework to be more consistent with 2009-11-26 05:13:43 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00