If this is Power 8 in LE mode, its most likely a libtool issue. You need libtool >= 2.4.3, which has the LE patches, and need to run autogen.pl again. I have an issue open for this - https://github.com/open-mpi/ompi/issues/396
Regards --Nysal On Sat, Mar 28, 2015 at 12:41 AM, Hammond, Simon David (-EXP) < sdha...@sandia.gov> wrote: > Thanks guys, > > I have tried two configure lines: > > (1) ./configure > --prefix=/home/projects/power8/openmpi/1.8.4/gnu/4.8.2/cuda/none > --enable-mpi-thread-multiple CC=/usr/bin/gcc CXX=/usr/bin/g++ > FC=/usr/bin/gfortran > > (2) ./configure > --prefix=/home/projects/power8/openmpi/1.8.4/gnu/4.8.2/cuda/none > --enable-mpi-thread-multiple CC=/usr/bin/gcc CXX=/usr/bin/g++ > FC=/usr/bin/gfortran --enable-shared --disable-static > > The second was just to try and force the generation of shared libraries (I > notice they are not in > /home/projects/power8/openmpi/1.8.4/gnu/4.8.2/cuda/none/lib). > > I also attached the config.log from (2) bzip2'd as requested on the help > page. > > Thanks for all of your help, > > > S. > > > -- > Simon Hammond > Center for Computing Research (Scalable Computer Architectures) > Sandia National Laboratories, NM > [Sent from remote connection, please excuse typing errors] > > ________________________________________ > From: users <users-boun...@open-mpi.org> on behalf of Jeff Squyres > (jsquyres) <jsquy...@cisco.com> > Sent: Friday, March 27, 2015 11:15 AM > To: Open MPI User's List > Subject: [EXTERNAL] Re: [OMPI users] Errors on POWER8 Ubuntu 14.04u2 > > It might be helpful to send all the information listed here: > > http://www.open-mpi.org/community/help/ > > > > On Mar 26, 2015, at 10:55 PM, Ralph Castain <rhc.open...@gmail.com> > wrote: > > > > Could you please send us your configure line? > > > >> On Mar 26, 2015, at 4:47 PM, Hammond, Simon David (-EXP) < > sdha...@sandia.gov> wrote: > >> > >> Hi everyone, > >> > >> We are trying to compile custom installs of OpenMPI 1.8.4 on our POWER8 > Ubuntu system. We can configure and build correctly but when running > ompi_info we see many errors like those listed below. It appears that all > of the libraries in the ./lib are static (.a) files. It appears that we are > unable to get our IB system working as a result. > >> > >> Can you recommend what we should be doing to ensure this works > correctly? > >> > >> [node11:104711] mca: base: component_find: unable to open > /home/projects/power8/openmpi/1.8.4/gnu/4.8.2/cuda/none/lib/openmpi/mca_compress_bzip: > lt_dlerror() returned NULL! (ignored) > >> > >> Thanks for your help, > >> > >> > >> -- > >> Simon Hammond > >> Center for Computing Research (Scalable Computer Architectures) > >> Sandia National Laboratories, NM > >> [Sent from remote connection, please excuse typing errors] > >> _______________________________________________ > >> users mailing list > >> us...@open-mpi.org > >> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users > >> Link to this post: > http://www.open-mpi.org/community/lists/users/2015/03/26547.php > > > > _______________________________________________ > > users mailing list > > us...@open-mpi.org > > Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users > > Link to this post: > http://www.open-mpi.org/community/lists/users/2015/03/26550.php > > > -- > Jeff Squyres > jsquy...@cisco.com > For corporate legal information go to: > http://www.cisco.com/web/about/doing_business/legal/cri/ > > _______________________________________________ > users mailing list > us...@open-mpi.org > Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users > Link to this post: > http://www.open-mpi.org/community/lists/users/2015/03/26551.php > > _______________________________________________ > users mailing list > us...@open-mpi.org > Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users > Link to this post: > http://www.open-mpi.org/community/lists/users/2015/03/26552.php >