Re: [OMPI devel] [Score-P support] Compile errors of Fedora rawhide

2014-03-12 Thread Jeff Squyres (jsquyres)
On Mar 11, 2014, at 11:25 PM, Orion Poplawski wrote: >> Did you find any others, perchance? > > Also: > MPI_Type_hindexed > MPI_Type_struct > > But these were also deprecated in MPI-2.0, so probably gone in MPI-3. Correct -- i.e., I confirm you're right: MPI_Type_indexed and MPI_Type_struct w

Re: [OMPI devel] [Score-P support] Compile errors of Fedora rawhide

2014-03-11 Thread Orion Poplawski
On 03/11/2014 05:35 PM, Jeff Squyres (jsquyres) wrote: > On Mar 11, 2014, at 7:18 PM, Ralph Castain wrote: > >> Clarification: MPI_Address was deprecated for MPI_Get_address (which >> properly has the const in it). > > Further clarification: MPI_Address was *removed* in MPI-3 (it was deprecated

Re: [OMPI devel] [Score-P support] Compile errors of Fedora rawhide

2014-03-11 Thread Jeff Squyres (jsquyres)
On Mar 11, 2014, at 7:18 PM, Ralph Castain wrote: > Clarification: MPI_Address was deprecated for MPI_Get_address (which properly > has the const in it). Further clarification: MPI_Address was *removed* in MPI-3 (it was deprecated somewhere in the MPI-2.x series; I don't remember the exact ver

Re: [OMPI devel] [Score-P support] Compile errors of Fedora rawhide

2014-03-11 Thread Ralph Castain
Clarification: MPI_Address was deprecated for MPI_Get_address (which properly has the const in it). The MPI_Info_set problem is a bug and I'll commit a fix for that one now. What you might want to do is update your Score-P code to the current standard, since you are striving for MPI-3 complianc