Re: [OMPI devel] [PATCH] Re: Still having issues w/ opal_path_nfs and EPERM

2014-02-12 Thread Jeff Squyres (jsquyres)
This patch was applied to both trunk and v1.7; thanks Paul. On Feb 9, 2014, at 7:36 PM, Paul Hargrove wrote: > I found the source of the problem, and a solution. > > The following is r30612, in which Jeff thought he had fixed the problem: > > --- opal/util/path.c(revision 30611) > +++ opal

[OMPI devel] [PATCH] Re: Still having issues w/ opal_path_nfs and EPERM

2014-02-09 Thread Paul Hargrove
I found the source of the problem, and a solution. The following is r30612, in which Jeff thought he had fixed the problem: --- opal/util/path.c(revision 30611) +++ opal/util/path.c(revision 30612) @@ -515,12 +515,17 @@ } while (-1 == vfsrc && ESTALE == errno && (0 < --trials)); #en