Re: [OMPI devel] 1.4.5rc2 tests on MacOSX Lion (2 pass, 1 FAIL): orte_odls visibility issue

2012-01-27 Thread Paul Hargrove
On Fri, Jan 27, 2012 at 5:34 AM, Jeff Squyres wrote: [snip] > > > I'm not quite sure how that can happen -- orte_odls appears to be > prototyped properly in orte/mca/odls/odls.h (i.e., it has ORTE_DECLSPEC, > for visibility), and is properly instantiated in > orte/mca/odls/base/odls_base_open.c. >

Re: [OMPI devel] 1.4.5rc2 tests on MacOSX Lion (2 pass, 1 FAIL): orte_odls visibility issue

2012-01-27 Thread Jeff Squyres
On Jan 26, 2012, at 8:54 PM, Paul Hargrove wrote: > libtool: link: pgcc -O -DNDEBUG -o orte-clean orte-clean.o > ../../../orte/.libs/libopen-rte.a > /Users/paul/openmpi-1.4.5rc2/BLD-pgi-11.10/opal/.libs/libopen-pal.a -lutil > Undefined symbols for architecture x86_64: > "_orte_odls", referenc

[OMPI devel] 1.4.5rc2 tests on MacOSX Lion (2 pass, 1 FAIL)

2012-01-26 Thread Paul Hargrove
More results: PASS: macos-10.7/gcc (llvm-gcc-4.2) macos-10.7/clang (Apple clang version 3.0) - lots of warnings on atomic_impl.h These are the compilers that come w/ Xcode 4.2 FAIL: macos-10.7/pgi-11.10 Fails as follows: > Making all in tools/orte-clean > source='../../../../orte/too