[OMPI devel] wrapper compiler

2014-02-25 Thread Wolfgang Kallies
Hello, I am currently implementing MPI in a program I use at work. The program uses Ipopt and for testing purposes I reduced it to this: program test use mpi ... call MPI_INIT(ierrmpi) call MPI_COMM_RANK(MPI_COMM_WORLD, myid, ierrmpi) call MPI_COMM_SIZE(MPI_COMM_W

Re: [OMPI devel] wrapper compiler

2014-02-25 Thread Jeff Squyres (jsquyres)
This is a classic symptom of getting the wrong wrapper compiler -- e.g., using an MPICH wrapper compiler but an Open MPI mpirun (or vice versa). Make sure that your wrapper compiler matches the mpirun that you're using -- e.g., check your PATH and LD_LIBRARY_PATH values. On Feb 25, 2014, at 5

[OMPI devel] Trunk is broken

2014-02-25 Thread Joshua Ladd
Ralph, maybe something didn't get pulled over in your OSC merge: Looks like a few routines were removed and were not replaced or were not removed from other parts of the code where they are invoked inompi/mpi/c/profile/paccumulate.c The offending change set is: https://svn.open-mpi.org/trac/om

Re: [OMPI devel] Trunk is broken

2014-02-25 Thread Ralph Castain
Odd - it is building fine for me on both Mac and Linux. Is this a git mirror or the actual svn checkout, or a tarball? On Feb 25, 2014, at 3:11 PM, Joshua Ladd wrote: > Ralph, maybe something didn’t get pulled over in your OSC merge: > > Looks like a few routines were removed and were not re

Re: [OMPI devel] Trunk is broken

2014-02-25 Thread Joshua Ladd
SVN checkout, built on Linux. configure --prefix=/hpc/home/USERS/joshual/ompi_trunk/really-the-trunk/ompi_install --enable-debug --enable-mpirun-prefix-by-default From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Tuesday, February 25, 2014 6:17 PM To: Open MPI Dev

Re: [OMPI devel] Trunk is broken

2014-02-25 Thread Ralph Castain
Hmmmtried again and all built fine. Trying with a fresh checkout On Feb 25, 2014, at 3:26 PM, Joshua Ladd wrote: > SVN checkout, built on Linux. > > configure > --prefix=/hpc/home/USERS/joshual/ompi_trunk/really-the-trunk/ompi_install > --enable-debug --enable-mpirun-prefix-by-default >

Re: [OMPI devel] Trunk is broken

2014-02-25 Thread Ralph Castain
Nope - that built fine too. I'm at a loss - was this a new checkout? Or did you do an svn up? If the latter, did you remember to re-run autogen? On Feb 25, 2014, at 3:40 PM, Ralph Castain wrote: > Hmmmtried again and all built fine. Trying with a fresh checkout > > On Feb 25, 2014, at 3:26

Re: [OMPI devel] Trunk is broken

2014-02-25 Thread Joshua Ladd
SVN up. Reran autogen. I'm trying with a fresh checkout now. From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Tuesday, February 25, 2014 6:48 PM To: Open MPI Developers Subject: Re: [OMPI devel] Trunk is broken Nope - that built fine too. I'm at a loss - was this a

Re: [OMPI devel] Trunk is broken

2014-02-25 Thread Joshua Ladd
Fresh checkout did the trick. Sorry to bother. Josh From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Joshua Ladd Sent: Tuesday, February 25, 2014 6:51 PM To: Open MPI Developers Subject: Re: [OMPI devel] Trunk is broken SVN up. Reran autogen. I'm trying with a fresh checkout now. Fr