Re: [OMPI users] xcode and ompi

2007-10-25 Thread Brian W. Barrett
On Sun, 21 Oct 2007, Tony Sheh wrote: I'm working in xcode and i'm trying to build an application that links against the OMPI libraries. So far i've included the following files in the build: libmpi.dylib libopen-pal.dylib libopen-rte.dylib and the errors i get are Undefined symbols: all

Re: [OMPI users] xcode and ompi

2007-10-24 Thread Jeff Squyres
Those are the three libraries that are typically required. I don't know anything about xcode, so I don't know if there's any other secret sauce that you need to use. Warner -- can you shed any light here? To verify your Open MPI installation, you might want to try compiling a trivial MPI

[OMPI users] xcode and ompi

2007-10-21 Thread Tony Sheh
Hi all, I'm working in xcode and i'm trying to build an application that links against the OMPI libraries. So far i've included the following files in the build: libmpi.dylib libopen-pal.dylib libopen-rte.dylib and the errors i get are Undefined symbols: all the MPI functions you can