On Mar 8, 2013, at 10:47 AM, Adrian Jacobo wrote: > As you suspected, I've installed openmpi using macports, and this > might be the source of the problem. Here I send you the result of 'otool > -L' for the mpi4py and PyTrilinos libraries.
Interesting. It would be good to figure out why mpi4py is finding /opt/local/lib/libmpi.1.dylib and Trilinos is finding /opt/local/lib/gcc45/libgomp.1.dylib. Possibly they are invoking different compilers? If mpi4py is building with Apple's gcc and Trilinos is building with the one from macports, I could see that happening. > One possible solution would be to use homebrew instead of macports > (which I see you do), and I've been tempted to do it, but I've read that > installing MayaVi using homebrew is sort of a nightmare. Where you able > to install MayaVi in your system using homebrew? I didn't have a problem (on Snow Leopard, anyway). The steps I followed are at http://matforge.org/fipy/wiki/InstallFiPy/MacOSX/HomeBrew _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
