[OMPI users] mpirun: symbol lookup error: /usr/local/lib/openmpi/mca_plm_lsf.so: undefined symbol: ls b_init

2009-03-30 Thread Alessandro Surace
Hi guys, I've a problem with the last stable build and the last nightly snapshot. When I run a job directly with mpirun no problem. If I try to submit it with lsf: bsub -a openmpi -m grid01 mpirun.lsf /mnt/ewd/mpi/fibonacci/fibonacci_mpi I get the follow error: mpirun: symbol lookup error: /usr/l

[OMPI users] mpirun: symbol lookup error: /usr/local/lib/openmpi/mca_plm_lsf.so: undefined symbol: ls b_init

2009-04-01 Thread Alessandro Surace
Hi guys, I try to repost my question... I've a problem with the last stable build and the last nightly snapshot. When I run a job directly with mpirun no problem. If I try to submit it with lsf: bsub -a openmpi -m grid01 mpirun.lsf /mnt/ewd/mpi/fibonacci/fibonacci_mpi I get the follow error: mpir

Re: [OMPI users] mpirun: symbol lookup error: /usr/local/lib/openmpi/mca_plm_lsf.so: undefined symbol: ls b_init

2009-04-06 Thread Prentice Bisbal
Alessandro Surace wrote: > Hi guys, I try to repost my question... > I've a problem with the last stable build and the last nightly snapshot. > > When I run a job directly with mpirun no problem. > If I try to submit it with lsf: > bsub -a openmpi -m grid01 mpirun.lsf /mnt/ewd/mpi/fibonacci/fibona

Re: [OMPI users] mpirun: symbol lookup error: /usr/local/lib/openmpi/mca_plm_lsf.so: undefined symbol: ls b_init

2009-04-08 Thread Alessandro Surace
Hi Prentice, after some tests I've concluded that is not an environment problem; following you can see the env printed by a job. And seems correct. I've seen if that the library /usr/local/lib/openmpi/mca_plm_lsf is in the appropriate location the job fail: > mpirun: symbol lookup error: /usr/local

Re: [OMPI users] mpirun: symbol lookup error:/usr/local/lib/openmpi/mca_plm_lsf.so: undefined symbol: ls b_init

2009-04-10 Thread Jeff Squyres
On Apr 1, 2009, at 12:00 PM, Alessandro Surace wrote: Hi guys, I try to repost my question... I've a problem with the last stable build and the last nightly snapshot. When I run a job directly with mpirun no problem. If I try to submit it with lsf: bsub -a openmpi -m grid01 mpirun.lsf /mnt/e

Re: [OMPI users] mpirun: symbol lookup error: /usr/local/lib/openmpi/mca_plm_lsf.so: undefined symbol: ls b_init

2009-04-11 Thread Chris Walker
We're having this same problem with 1.3 and 1.3.1. In our case, it looks like mca_plm_lsf.so doesn't load libbat or liblsf: [root@hero0101 openmpi]# ldd mca_plm_lsf.so libnsl.so.1 => /lib64/libnsl.so.1 (0x2adbec183000) libutil.so.1 => /lib64/libutil.so.1 (0x2adbec39b000)

Re: [OMPI users] mpirun: symbol lookup error:/usr/local/lib/openmpi/mca_plm_lsf.so: undefined symbol: ls b_init

2009-04-15 Thread Jeff Squyres
Chris graciously gave me access to his machines to test this on. With this access, I found the problem and scheduled the fix to be applied to the 1.3 series: https://svn.open-mpi.org/trac/ompi/attachment/ticket/1885 Thanks Chris! On Apr 11, 2009, at 11:04 PM, Chris Walker wrote: We