Yes you are right, it does distribute the ltdl in the source library. But isn't it installed by default when OpenMPI is installed?
On Sat, Aug 31, 2013 at 7:20 AM, Jeff Squyres (jsquyres) <jsquy...@cisco.com > wrote: > I'm not sure what you're asking -- Open MPI already distributes with the > libltdl library included in the source tarball...? > > > On Aug 30, 2013, at 7:47 AM, Bibrak Qamar <bibr...@gmail.com> wrote: > > > so it happens to be that installing lt_dladvise package (libltdl) using > yum is quite easy a task but I don't have sudo powers. > > > > I found the following other solution, i.e. to distribute libltdl with > the a package (here package will be openmpi - which means that I have to > change to aclocal.m4 of openmpi) > > > > > http://www.gnu.org/software/libtool/manual/html_node/Distributing-libltdl.html > > > > Should I do that or is there any other way? > > > > Thanks > > Bibrak > > > > > > On Thu, Aug 29, 2013 at 9:30 AM, Ralph Castain <r...@open-mpi.org> wrote: > > you need to install the lt_dladvise package as well > > > > On Aug 29, 2013, at 6:18 AM, Bibrak Qamar <bibr...@gmail.com> wrote: > > > >> Hi all, > >> > >> I have the following runtime error while running Java MPI jobs. I have > check the previous answers to the mailing list regarding this issue. > >> > >> The solutions were to install libtool and configure-compile-and-install > openmpi again this time with the latest version of > >> > >> m4 > >> autoconfig > >> automake > >> libtools > >> and flex > >> > >> I did all that but again the same issue that it can't load the > libraries. Any remedies? > >> > >> > >> > >> -bash-3.2$ mpirun -np 2 java Hello > >> [compute-0-21.local:14205] NO LT_DLADVISE - CANNOT LOAD LIBOMPI > >> JAVA BINDINGS FAILED TO LOAD REQUIRED LIBRARIES > >> [compute-0-21.local:14204] NO LT_DLADVISE - CANNOT LOAD LIBOMPI > >> JAVA BINDINGS FAILED TO LOAD REQUIRED LIBRARIES > >> ------------------------------------------------------- > >> Primary job terminated normally, but 1 process returned > >> a non-zero exit code.. Per user-direction, the job has been aborted. > >> ------------------------------------------------------- > >> > -------------------------------------------------------------------------- > >> mpirun detected that one or more processes exited with non-zero status, > thus causing > >> the job to be terminated. The first process to do so was: > >> > >> Process name: [[48748,1],1] > >> Exit code: 1 > >> > -------------------------------------------------------------------------- > >> > >> > >> -Bibrak > >> _______________________________________________ > >> devel mailing list > >> de...@open-mpi.org > >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > > > _______________________________________________ > > devel mailing list > > de...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > > > Bibrak Qamar > > > > > > > > On Thu, Aug 29, 2013 at 9:30 AM, Ralph Castain <r...@open-mpi.org> wrote: > > you need to install the lt_dladvise package as well > > > > On Aug 29, 2013, at 6:18 AM, Bibrak Qamar <bibr...@gmail.com> wrote: > > > >> Hi all, > >> > >> I have the following runtime error while running Java MPI jobs. I have > check the previous answers to the mailing list regarding this issue. > >> > >> The solutions were to install libtool and configure-compile-and-install > openmpi again this time with the latest version of > >> > >> m4 > >> autoconfig > >> automake > >> libtools > >> and flex > >> > >> I did all that but again the same issue that it can't load the > libraries. Any remedies? > >> > >> > >> > >> -bash-3.2$ mpirun -np 2 java Hello > >> [compute-0-21.local:14205] NO LT_DLADVISE - CANNOT LOAD LIBOMPI > >> JAVA BINDINGS FAILED TO LOAD REQUIRED LIBRARIES > >> [compute-0-21.local:14204] NO LT_DLADVISE - CANNOT LOAD LIBOMPI > >> JAVA BINDINGS FAILED TO LOAD REQUIRED LIBRARIES > >> ------------------------------------------------------- > >> Primary job terminated normally, but 1 process returned > >> a non-zero exit code.. Per user-direction, the job has been aborted. > >> ------------------------------------------------------- > >> > -------------------------------------------------------------------------- > >> mpirun detected that one or more processes exited with non-zero status, > thus causing > >> the job to be terminated. The first process to do so was: > >> > >> Process name: [[48748,1],1] > >> Exit code: 1 > >> > -------------------------------------------------------------------------- > >> > >> > >> -Bibrak > >> _______________________________________________ > >> devel mailing list > >> de...@open-mpi.org > >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > > > _______________________________________________ > > devel mailing list > > de...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > _______________________________________________ > > devel mailing list > > de...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > -- > Jeff Squyres > jsquy...@cisco.com > For corporate legal information go to: > http://www.cisco.com/web/about/doing_business/legal/cri/ > > _______________________________________________ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > Bibrak Qamar On Sat, Aug 31, 2013 at 7:20 AM, Jeff Squyres (jsquyres) <jsquy...@cisco.com > wrote: > I'm not sure what you're asking -- Open MPI already distributes with the > libltdl library included in the source tarball...? > > > On Aug 30, 2013, at 7:47 AM, Bibrak Qamar <bibr...@gmail.com> wrote: > > > so it happens to be that installing lt_dladvise package (libltdl) using > yum is quite easy a task but I don't have sudo powers. > > > > I found the following other solution, i.e. to distribute libltdl with > the a package (here package will be openmpi - which means that I have to > change to aclocal.m4 of openmpi) > > > > > http://www.gnu.org/software/libtool/manual/html_node/Distributing-libltdl.html > > > > Should I do that or is there any other way? > > > > Thanks > > Bibrak > > > > > > On Thu, Aug 29, 2013 at 9:30 AM, Ralph Castain <r...@open-mpi.org> wrote: > > you need to install the lt_dladvise package as well > > > > On Aug 29, 2013, at 6:18 AM, Bibrak Qamar <bibr...@gmail.com> wrote: > > > >> Hi all, > >> > >> I have the following runtime error while running Java MPI jobs. I have > check the previous answers to the mailing list regarding this issue. > >> > >> The solutions were to install libtool and configure-compile-and-install > openmpi again this time with the latest version of > >> > >> m4 > >> autoconfig > >> automake > >> libtools > >> and flex > >> > >> I did all that but again the same issue that it can't load the > libraries. Any remedies? > >> > >> > >> > >> -bash-3.2$ mpirun -np 2 java Hello > >> [compute-0-21.local:14205] NO LT_DLADVISE - CANNOT LOAD LIBOMPI > >> JAVA BINDINGS FAILED TO LOAD REQUIRED LIBRARIES > >> [compute-0-21.local:14204] NO LT_DLADVISE - CANNOT LOAD LIBOMPI > >> JAVA BINDINGS FAILED TO LOAD REQUIRED LIBRARIES > >> ------------------------------------------------------- > >> Primary job terminated normally, but 1 process returned > >> a non-zero exit code.. Per user-direction, the job has been aborted. > >> ------------------------------------------------------- > >> > -------------------------------------------------------------------------- > >> mpirun detected that one or more processes exited with non-zero status, > thus causing > >> the job to be terminated. The first process to do so was: > >> > >> Process name: [[48748,1],1] > >> Exit code: 1 > >> > -------------------------------------------------------------------------- > >> > >> > >> -Bibrak > >> _______________________________________________ > >> devel mailing list > >> de...@open-mpi.org > >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > > > _______________________________________________ > > devel mailing list > > de...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > > > Bibrak Qamar > > > > > > > > On Thu, Aug 29, 2013 at 9:30 AM, Ralph Castain <r...@open-mpi.org> wrote: > > you need to install the lt_dladvise package as well > > > > On Aug 29, 2013, at 6:18 AM, Bibrak Qamar <bibr...@gmail.com> wrote: > > > >> Hi all, > >> > >> I have the following runtime error while running Java MPI jobs. I have > check the previous answers to the mailing list regarding this issue. > >> > >> The solutions were to install libtool and configure-compile-and-install > openmpi again this time with the latest version of > >> > >> m4 > >> autoconfig > >> automake > >> libtools > >> and flex > >> > >> I did all that but again the same issue that it can't load the > libraries. Any remedies? > >> > >> > >> > >> -bash-3.2$ mpirun -np 2 java Hello > >> [compute-0-21.local:14205] NO LT_DLADVISE - CANNOT LOAD LIBOMPI > >> JAVA BINDINGS FAILED TO LOAD REQUIRED LIBRARIES > >> [compute-0-21.local:14204] NO LT_DLADVISE - CANNOT LOAD LIBOMPI > >> JAVA BINDINGS FAILED TO LOAD REQUIRED LIBRARIES > >> ------------------------------------------------------- > >> Primary job terminated normally, but 1 process returned > >> a non-zero exit code.. Per user-direction, the job has been aborted. > >> ------------------------------------------------------- > >> > -------------------------------------------------------------------------- > >> mpirun detected that one or more processes exited with non-zero status, > thus causing > >> the job to be terminated. The first process to do so was: > >> > >> Process name: [[48748,1],1] > >> Exit code: 1 > >> > -------------------------------------------------------------------------- > >> > >> > >> -Bibrak > >> _______________________________________________ > >> devel mailing list > >> de...@open-mpi.org > >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > > > _______________________________________________ > > devel mailing list > > de...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > _______________________________________________ > > devel mailing list > > de...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > -- > Jeff Squyres > jsquy...@cisco.com > For corporate legal information go to: > http://www.cisco.com/web/about/doing_business/legal/cri/ > > _______________________________________________ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel >