[OMPI devel] 1.10.0rc3 - second Solaris build failure

2015-08-14 Thread Paul Hargrove
The following is seen on my Solaris-11.2 (but not 11.1) system. It is present with the Studio compilers (at least 12.4 and 12.3) for both 32- and 64-bit targets. It is also present with the Gnu compiler for 64-bit targets (with 32-bit the build dies for a different reason). FCLD libmpi_mpifh

[OMPI devel] 1.10.0rc3 build failure Solaris/x86 + gcc

2015-08-14 Thread Paul Hargrove
I have a systems running Solaris 11.1 on x86-64 hardware and 11.2 in an x86-64 VM. To the extent I have tested the results are the same on both, despite gcc-4.5.2 vs 4.8.2 I have normally tested only the Sun/Oracle Studio compilers on these systems. However, today I gave the vendor-provided gcc, g

Re: [OMPI devel] v1.10.0rc3 ready to be checked

2015-08-14 Thread Paul Hargrove
Initial heads-up: I appear unable to build on Solaris 11 on x86-64 using two different GNU compilers (Studio compilers are fine). This is a configuration I had not tried before, and I now find that the 1.8.8 release fails to build in the same way. More details to follow... -Paul On Fri, Aug 14,

[OMPI devel] v1.10.0rc3 ready to be checked

2015-08-14 Thread Ralph Castain
Usual place: http://www.open-mpi.org/software/ompi/v1.10/ Barring any discovered issues, we will release after the OMPI telecon next Tues (Aug 18) Ralph

Re: [OMPI devel] [OMPI users] open mpi 1.8.6. MPI_T

2015-08-14 Thread George Bosilca
Another issue, maybe a little bit more unsettling. If I iterate over the existing pvars, and for each after retrieving their name I use the name to search for the associated index I get an error. A short example is below. George. err = MPI_T_pvar_get_num(&numPvar); if(err) MPI_Abort(M

Re: [OMPI devel] [OMPI users] open mpi 1.8.6. MPI_T

2015-08-14 Thread George Bosilca
For this particular test I used the current master (022a9d8). I reread the MPI_T chapter and [as usual] there might be something that cautions the current behavior (aka. returning MPI_T_ERR_INVALID_INDEX for an index smaller than the number of cvars returned by MPI_T_cvar_get_num). This is indicat

Re: [OMPI devel] [OMPI users] open mpi 1.8.6. MPI_T

2015-08-14 Thread Jeff Squyres (jsquyres)
George: what OMPI version did you test? > On Aug 14, 2015, at 2:14 PM, George Bosilca wrote: > > This user email requires special attention, as it highlighted some issues > with our MPI_T variables. > > I wrote a short application to list all pvar and cvar available. > Unexpectedly, listing t

[OMPI devel] Fwd: [OMPI users] open mpi 1.8.6. MPI_T

2015-08-14 Thread George Bosilca
This user email requires special attention, as it highlighted some issues with our MPI_T variables. I wrote a short application to list all pvar and cvar available. Unexpectedly, listing the cvars leads to a lot of failures, 138 over 1035 cvars. If a cvar is broken I would have expected (based on

Re: [OMPI devel] v1.10.0 release

2015-08-14 Thread Gilles Gouaillardet
Paul, i made PR #809 for the master https://github.com/open-mpi/ompi/pull/809 and for the branches : - https://github.com/open-mpi/ompi-release/pull/504 - https://github.com/open-mpi/ompi-release/pull/505 - https://github.com/open-mpi/ompi-release/pull/503 Ralph, since that can be seen as urgen