Re: [OMPI devel] 1.8.2rc3 now out

2014-08-04 Thread Gilles Gouaillardet
Fixed in r32409 : %d and %s were swapped in a MLERROR (printf like) Gilles On 2014/08/02 11:07, Gilles Gouaillardet wrote: > Paul, > > about the second point : > mmap is called with the MAP_FIXED flag, before the fix, the > required address was not aligned on a page size and hence > mmap failed.

Re: [OMPI devel] 1.8.2rc3 now out

2014-08-01 Thread Gilles Gouaillardet
Paul, about the second point : mmap is called with the MAP_FIXED flag, before the fix, the required address was not aligned on a page size and hence mmap failed. the mmap failure was immediatly handled, but for some reasons i did not fully investigate yet, this failure was not correctly propagated

Re: [OMPI devel] 1.8.2rc3 now out

2014-08-01 Thread Paul Hargrove
Regarding review of the coll/ml fix: While the fix Gilles worked out overnight proved sufficient on Solaris/SPARC, Linux/PPC64 and Linux/IA64, I had two concerns: 1) As I already voiced on the list, I am concerned with the portability of _SC_PAGESIZE vs _SC_PAGE_SIZE (vs get_pagesize()). 2) Thou

Re: [OMPI devel] 1.8.2rc3 now out

2014-08-01 Thread Ralph Castain
Okay, I fixed those two and will release rc4 once the coll/ml fix has been reviewed. Thanks On Aug 1, 2014, at 2:46 AM, Mike Dubman wrote: > Also, latest commit into openib (origin/v1.8 > https://svn.open-mpi.org/trac/ompi/changeset/32391) broke something: > > 11:45:01 + timeout -s SIGSEGV 3m

Re: [OMPI devel] 1.8.2rc3 now out

2014-08-01 Thread Mike Dubman
Also, latest commit into openib (origin/v1.8 https://svn.open-mpi.org/trac/ompi/changeset/32391) broke something: *11:45:01* + timeout -s SIGSEGV 3m /scrap/jenkins/workspace/OMPI-vendor/label/hpctest/ompi_install1/bin/mpirun -np 8 -mca pml ob1 -mca btl self,openib /scrap/jenkins/workspace/OMPI-ven

Re: [OMPI devel] 1.8.2rc3 now out

2014-08-01 Thread Paul Hargrove
Note that the Solaris unresolved alloca problem George fixed in r32388 is still present in 1.8.2rc3. I have manually confirmed that the same patch resolves the problem in 1.8.2rc3. -Paul On Thu, Jul 31, 2014 at 9:44 PM, Ralph Castain wrote: > Usual place - this is a last-chance check, so pleas

[OMPI devel] 1.8.2rc3 now out

2014-08-01 Thread Ralph Castain
Usual place - this is a last-chance check, so please hit it. Main change from rc2 is the repairs to the Fortran binding config logic http://www.open-mpi.org/software/ompi/v1.8/ Ralph