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
I think i found a solution, and i'll post it here:
Following ./configure and make all install your open mpi libs and
headers should be in /usr/local/lib and /usr/local/include.
Header Search Paths: /usr/local/include
Library Search Paths: /usr/local/lib
add the following (4) frameworks/libra