Strangely enough, the 1.5 branch fails on Altix in a manner nearly opposite
that of the trunk:
Making all in tools/wrappers
> make[2]: Entering directory
> `/mnt/home/c_phargrov/OMPI/openmpi-1.5-latest-linux-ia64/BLD/opal/tools/wrappers'
> CC opal_wrapper.o
> CCLD opal_wrapper
> ../../../opal/.libs/libopen-pal.so: undefined reference to
> `opal_timer_linux_freq'
> collect2: ld returned 1 exit status
It appears opal/mca/timer/altix was built, and opal/mca/timer/linux was not.
This is the reverse of the situation seen with the trunk.
-Paul
On Wed, Feb 15, 2012 at 12:41 AM, Paul Hargrove <phhargrove_at_[hidden]> wrote:
> I've configured the ompi trunk (nightly tarball 1.7a1r25927) on an SGI
> Altix.
> I used no special arguments indicating that this is an Altix, and there
> does not appear to be an altix-specific file in contrib/platform.
>
> My build fails as follows:
>
> make: Entering directory
>> `/mnt/home/c_phargrov/OMPI/openmpi-trunk-linux-ia64/BLD/opal/tools/wrappers'
>> CC opal_wrapper.o
>> CCLD opal_wrapper
>> ../../../opal/.libs/libopen-pal.so: undefined reference to
>> `opal_timer_altix_mmdev_timer_addr'
>> ../../../opal/.libs/libopen-pal.so: undefined reference to
>> `opal_timer_altix_freq'
>> collect2: ld returned 1 exit status
>
>
>
> The configure-generated opal_config.h contains
> #define MCA_timer_IMPLEMENTATION_HEADER
> "opal/mca/timer/altix/timer_altix.h"
>
> Nothing appears to have been built in BUILDDIR/opal/mca/timer/altix.
> However, BUILDDIR/opal/mca/timer/linux has been built.
>
> -Paul
>
> --
> Paul H. Hargrove PHHargrove_at_[hidden]
> Future Technologies Group
> HPC Research Department Tel: +1-510-495-2352
> Lawrence Berkeley National Laboratory Fax: +1-510-486-6900
>
--
Paul H. Hargrove PHHargrove_at_[hidden]
Future Technologies Group
HPC Research Department Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory Fax: +1-510-486-6900
|