Re: [OMPI users] openmpi fails on mx endpoint

2007-07-11 Thread Tim Prins
Or you can simply tell the mx mtl not to run by adding "-mca mtl ^mx" to the command line. George: There is an open bug about this problem: https://svn.open-mpi.org/trac/ompi/ticket/1080 Tim George Bosilca wrote: There seems to be a problem with MX, because a conflict between out MTL and t

Re: [OMPI users] openmpi fails on mx endpoint

2007-07-11 Thread George Bosilca
There seems to be a problem with MX, because a conflict between out MTL and the BTL. So, I suspect that if you want it to run [right now] you should spawn less than the MX supported endpoint by node (one less). I'll take a look this afternoon. Thanks, george. On Jul 11, 2007, at 12:3

Re: [OMPI users] openmpi fails on mx endpoint

2007-07-11 Thread Warner Yuen
The hostfile was changed around. As we tried to pull nodes out that we thought might have been bad. But none were over subscribed if that's what you mean. Warner Yuen Scientific Computing Consultant Apple Computer On Jul 11, 2007, at 9:00 AM, users-requ...@open-mpi.org wrote: Message: 3

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-10 Thread Tim Prins
ps, Tim Apparently orted is not started up properly. Something missing in the installation? Thanks Henk -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Tim Prins Sent: 06 July 2007 15:59 To: Open MPI Users Subject: Re: [OMPI users] open

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-10 Thread SLIM H.A.
ins > Sent: 09 July 2007 16:34 > To: Open MPI Users > Subject: Re: [OMPI users] openmpi fails on mx endpoint busy > > SLIM H.A. wrote: > > > > Dear Tim and Scott > > > > I followed the suggestions made: > > > >> So you should either pass '

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-09 Thread Tim Prins
on? Thanks Henk -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Tim Prins Sent: 06 July 2007 15:59 To: Open MPI Users Subject: Re: [OMPI users] openmpi fails on mx endpoint busy Henk, On Friday 06 July 2007 05:34:35 am SLIM H.A. wrote:

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-09 Thread SLIM H.A.
n? Thanks Henk > -Original Message- > From: users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Tim Prins > Sent: 06 July 2007 15:59 > To: Open MPI Users > Subject: Re: [OMPI users] openmpi fails on mx endpoint busy > > Henk, > > O

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-06 Thread Tim Prins
-1.1.1 > and a listing of that directory is > > >ls /usr/local/Cluster-Apps/mx/mx-1.1.1 > > bin etc include lib lib32 lib64 sbin > > This should be sufficient, I don't need --with-mx-libdir? Correct. Hope this helps, Tim > > Thanks > > Henk >

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-06 Thread Scott Atchley
led with status=20 [node001:20313] mca_btl_mx_init: mx_open_endpoint() failed with status=20 Thanks Henk From: users-boun...@open-mpi.org [mailto:users-bounces@open- mpi.org] On Behalf Of Michael Edwards Sent: 05 July 2007 18:06 To: Open MPI Users Subject: Re: [OMPI users] openmpi fails on

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-06 Thread SLIM H.A.
ers] openmpi fails on mx endpoint busy If the machine is multi-processor you might want to add the sm btl. That cleared up some similar problems for me, though I don't use mx so your millage may vary. On 7/5/07, SLIM H.A. wrote:

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-06 Thread SLIM H.A.
need --with-mx-libdir? Thanks Henk > -Original Message- > From: users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Tim Prins > Sent: 05 July 2007 18:16 > To: Open MPI Users > Subject: Re: [OMPI users] openmpi fails on mx endpoint busy >

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-05 Thread Tim Prins
Hi Henk, By specifying '--mca btl mx,self' you are telling Open MPI not to use its shared memory support. If you want to use Open MPI's shared memory support, you must add 'sm' to the list. I.e. '--mca btl mx,self'. If you would rather use MX's shared memory support, instead use '--mca btl mx

Re: [OMPI users] openmpi fails on mx endpoint busy

2007-07-05 Thread Michael Edwards
If the machine is multi-processor you might want to add the sm btl. That cleared up some similar problems for me, though I don't use mx so your millage may vary. On 7/5/07, SLIM H.A. wrote: Hello I have compiled openmpi-1.2.3 with the --with-mx= configuration and gcc compiler. On testing wi