Re: [OMPI users] Missing file "openmpi/ompi/mpi/f77/constants.h"

2015-06-15 Thread Gilles Gouaillardet
Dave, v1.6 is ok if configure'd with --with-devel-headers Cheers, Gilles On Monday, June 15, 2015, Dave Love wrote: > Gilles Gouaillardet > writes: > > > Dave, > > > > commit > > > https://github.com/nerscadmin/IPM/commit/8f628dadc502b3e0113d6ab3075bf66b107f07e5 > > broke Open MPI support for

Re: [OMPI users] Missing file "openmpi/ompi/mpi/f77/constants.h"

2015-06-15 Thread Dave Love
Gilles Gouaillardet writes: > Dave, > > commit > https://github.com/nerscadmin/IPM/commit/8f628dadc502b3e0113d6ab3075bf66b107f07e5 > broke Open MPI support for Open MPI 1.8 and above Actually it won't build with 1.6 either. It seems to be trying to use internal headers. (It already needs inter

Re: [OMPI users] Missing file "openmpi/ompi/mpi/f77/constants.h"

2015-06-15 Thread Gilles Gouaillardet
Dave, commit https://github.com/nerscadmin/IPM/commit/8f628dadc502b3e0113d6ab3075bf66b107f07e5 broke Open MPI support for Open MPI 1.8 and above fedora 22 IPM is older that is why it works Filipo, i made PR https://github.com/nerscadmin/IPM/pull/6 at this stage, it is only possible to *not*

Re: [OMPI users] Missing file "openmpi/ompi/mpi/f77/constants.h"

2015-06-14 Thread Filippo Spiga
Dear Jeff, dear Dave, thank you for your replies. I spent a bit more time on the issue, Open MPi is built correctly. The fact is that IPM is looking for a header files that does not exist anymore in the Open MPI 1.8 branch (but it possibly exists in older 1.x versions). So I made a change (bas

Re: [OMPI users] Missing file "openmpi/ompi/mpi/f77/constants.h"

2015-06-11 Thread Dave Love
Filippo Spiga writes: > Dear OpenMPI experts, > > I am rebuilding IPM (https://github.com/nerscadmin/ipm) based on OpenMPI > 1.8.5. However, despite OMPI is compiled with the "--with-devel-headers" > option, IPM build fails because the file "openmpi/ompi/mpi/f77/constants.h" > is missing Whic

Re: [OMPI users] Missing file "openmpi/ompi/mpi/f77/constants.h"

2015-06-11 Thread Jeff Squyres (jsquyres)
Can you send all the information listed here: http://www.open-mpi.org/community/help/ > On Jun 11, 2015, at 2:17 AM, Filippo Spiga wrote: > > Dear OpenMPI experts, > > I am rebuilding IPM (https://github.com/nerscadmin/ipm) based on OpenMPI > 1.8.5. However, despite OMPI is compiled wit

[OMPI users] Missing file "openmpi/ompi/mpi/f77/constants.h"

2015-06-11 Thread Filippo Spiga
Dear OpenMPI experts, I am rebuilding IPM (https://github.com/nerscadmin/ipm) based on OpenMPI 1.8.5. However, despite OMPI is compiled with the "--with-devel-headers" option, IPM build fails because the file "openmpi/ompi/mpi/f77/constants.h" is missing Shall I hack IPM because this is a depre