Re: [OMPI users] Error building openmpi-1.6 from copy

2012-06-01 Thread Jeremy
>On Fri, Jun 1, 2012 at 2:36 PM, Jeff Squyres wrote: Hi Jeff, Thanks for the prompt response, much appreciated. This problem originally came up because we put the Open MPI tree into our source control tool. Then make modifications, apply patches, etc. Of course, when we check out the files, all

Re: [OMPI users] Error building openmpi-1.6 from copy

2012-06-01 Thread Jeff Squyres
On Jun 1, 2012, at 2:16 PM, Jeremy wrote: > However, if I do an intermediate copy of the opempi-1.6 directory then > make fails (details attached): > tar xvf openmpi-1.6.tar > cp -r openmpi-1.6 openmpi-1.6.try ^^Yeah, don't do that. :-) Open MPI, like all Automake-bootstrapped tools, has a very

[OMPI users] Error building openmpi-1.6 from copy

2012-06-01 Thread Jeremy
Hi, I am having trouble building Open MPI 1.6 with RHEL 6.2 and gcc from a copy of the openmpi-1.6 directory. Everything works OK if I do a simple build like: tar xvf openmpi-1.6.tar cd openmpi-1.6 configure --prefix=/opt/local/mpi make make install However, if I do an intermediate copy of the o