Ive also blown away the install directory and did a complete reinstall in case there was something old left in the directory.
-Nathan On Tue, Jul 19, 2016 at 2:21 PM, Nathaniel Graham <nrgraha...@gmail.com> wrote: > The prefix location has to be there. Otherwise ompi attempts to install > to a read only directory. > > I have the install bin directory added to my path and the lib directory > added to the LD_LIBRARY_PATH. > > When I run: which mpirun it is pointing to the expected place. > > -Nathan > > On Tue, Jul 19, 2016 at 2:08 PM, Ralph Castain <r...@open-mpi.org> wrote: > >> Sounds to me like you have a confused build - I’d whack your prefix >> location and do a “make install” again >> >> > On Jul 19, 2016, at 1:04 PM, Nathaniel Graham <nrgraha...@gmail.com> >> wrote: >> > >> > Hello, >> > >> > I am trying to run the OSU tests for some results for a poster, but I >> am getting the following error: >> > >> > mpirun: Symbol `orte_schizo' has different size in shared object, >> consider re-linking >> > >> > I am building off master with gcc on Red Hat Enterprise Linux Server >> release 6.7. >> > >> > My config command is: >> > >> > ./configure --prefix=/users/ngraham/ompi_install --enable-mpi-java >> > >> > Everything builds fine, but I get this issue with mpirun. I am running >> a Java program, but I do not believe this is Java related. The mpirun >> command I am using is: >> > >> > mpirun -np 2 Java OSUBW >> > >> > -Nathan >> > _______________________________________________ >> > users mailing list >> > us...@open-mpi.org >> > Subscription: https://www.open-mpi.org/mailman/listinfo.cgi/users >> > Link to this post: >> http://www.open-mpi.org/community/lists/users/2016/07/29694.php >> >> _______________________________________________ >> users mailing list >> us...@open-mpi.org >> Subscription: https://www.open-mpi.org/mailman/listinfo.cgi/users >> Link to this post: >> http://www.open-mpi.org/community/lists/users/2016/07/29695.php > > >