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

2014-03-11 Thread Ralph Castain
Hmmmwell, we appear to have a problem. According to our Forum reps, those functions were deprecated by the Forum and hence the standard was actually NOT updated with "const" declarations. For some odd reason, MPICH went ahead and updated them anyway - leaving MPICH out of compliance with the

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

2014-03-11 Thread Orion Poplawski
On 03/11/2014 11:30 AM, Jeff Squyres (jsquyres) wrote: The safest thing for scoreP (and *any* MPI application/middleware) is to not wholly rely on the MPI_VERSION macros. From a theoretical sense, the MPI_VERSION macro should be sufficient. But in reality, the upgrade of an MPI implementatio

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

2014-03-11 Thread Jeff Squyres (jsquyres)
The safest thing for scoreP (and *any* MPI application/middleware) is to not wholly rely on the MPI_VERSION macros. >From a theoretical sense, the MPI_VERSION macro should be sufficient. But in reality, the upgrade of an MPI implementation to support all of MPI-3 is a gradual thing and takes

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

2014-03-11 Thread Ralph Castain
Can't do much about 1.7.4, but fwiw 1.7.5 will not have this problem - nor will it be present in 1.8.0 - as we have fully converted to MPI-3 now (and the version will reflect it). On Mar 11, 2014, at 10:14 AM, Orion Poplawski wrote: > FYI - > > Looks like the mix of MPI 3 compliant and olde

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

2014-03-11 Thread Orion Poplawski
FYI - Looks like the mix of MPI 3 compliant and older declarations is causing a bit of an issue for Score-P support. The current Score-P code bases adding the const qualifiers on MPI_VERSION >= 3. But openmpi 1.7.4 is still MPI_VERSION 2 (SUB 2). If I change scorep to add the const qualif