Re: [Pvfs2-developers] MPI-io tests

2006-09-05 Thread Robert Latham
On Tue, Sep 05, 2006 at 11:17:31AM -0500, Murali Vilayannur wrote: Hey guys, It turns out that the mpi-io programs that were stalling on Chiba was not because of any I/O related issues, but due to a simultaneous file create issue that was causing all sorts of weirdness. So, the workaround was

[Pvfs2-developers] patches: acl test cleanups

2006-09-05 Thread Phil Carns
These patches clean up the remaining issues from the tacl_xattr.sh test script (this is easy stuff- Murali did all of the hard work). tacl-xattr-homedir.patch: - This makes tacl-xattr.sh slightly more portable. Some Linux distributions have adduser utilities that do

[Pvfs2-developers] patches: bug fixes

2006-09-05 Thread Phil Carns
pread-pwrite.patch: --- This fixes a bug in a patch that I submitted earlier to provide a simple alternate AIO implementation. It defines _GNU_SOURCE in a limited area for dbpf so that we can get proper definitions of pread() and pwrite() on Linux. I tried using