Re: [OMPI devel] [OMPI svn] svn:open-mpi r25966

2012-02-20 Thread Ralph Castain
I'm afraid this commit breaks the ability to build from a tarball. I created a tarball from the trunk and then did a configure followed by "make clean". The make command failed to execute because it could not "make clean" in the mca/fbtl/posix directory as there is no Makefile in it. I checked

Re: [OMPI devel] [OMPI svn] svn:open-mpi r25966

2012-02-20 Thread Jeffrey Squyres
I'll dig… On Feb 20, 2012, at 5:36 PM, Ralph Castain wrote: > I'm afraid this commit breaks the ability to build from a tarball. I created > a tarball from the trunk and then did a configure followed by "make clean". > The make command failed to execute because it could not "make clean" in the

Re: [OMPI devel] [OMPI svn] svn:open-mpi r25966

2012-02-20 Thread Edgar Gabriel
just out of curiosity, what platform did not have support for the aio operations? Also, the proper solution will be to not compile the section using the aio functions, but still compile the rest of the module. I will try to implement that properly ASAP. The POSIX is the most basic module that shal

Re: [OMPI devel] [OMPI svn] svn:open-mpi r25966

2012-02-20 Thread Paul H. Hargrove
The original problem of a missing aio.h was seen on OpenBSD-5.0 (which was released Nov 1, 2011) See http://www.open-mpi.org/community/lists/devel/2012/02/10470.php -Paul On 2/20/2012 4:03 PM, Edgar Gabriel wrote: just out of curiosity, what platform did not have support for the aio operation