Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-05-03 Thread Alan
Thanks a lot Jeff, you described exactly my problem (mistake indeed) and now things are working fine. Sorry for much ado for nothing. Cheers, Alan On Mon, May 3, 2010 at 14:57, Jeff Squyres wrote: > On Apr 30, 2010, at 7:12 PM, Ralph Castain wrote: > > > I build it on Mac 10.6 every time we d

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-05-03 Thread Jeff Squyres
On Apr 30, 2010, at 7:12 PM, Ralph Castain wrote: > I build it on Mac 10.6 every time we do an update to the 1.4 series, without > problem. --without-xgrid or --with-xgrid=no should both work just fine (I use > the latter myself). Ditto. I just downloaded 1.4.1 and tried it on my 10.6 mbp and

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Ralph Castain
I build it on Mac 10.6 every time we do an update to the 1.4 series, without problem. --without-xgrid or --with-xgrid=no should both work just fine (I use the latter myself). You might also try downloading the 1.4.2rc3 tarball and give it a try. Offhand, I can't think of what the problem might

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Alan
I've tried with --without-xgrid... Trying now with --with-xgrid=no ... if it was only not that long to compile... Cheers, Alan On Fri, Apr 30, 2010 at 23:36, Doug Reeder wrote: > Cristobal, > > It may be a 10.6 vs 10.5 difference. In the configure --help output it > looks like --with-xgrid=no

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Doug Reeder
Cristobal, It may be a 10.6 vs 10.5 difference. In the configure --help output it looks like --with-xgrid=no should turn off the default behavior of building with support for xgrid. Doug Reeder On Apr 30, 2010, at 3:28 PM, Cristobal Navarro wrote: this is strange, because some weeks ago i

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Cristobal Navarro
this is strange, because some weeks ago i compiled openmpi 1.4.1 on a mac 10.5.6 and the parameter --without-xgrid worked good. can you turn off xgrid on the macs you are working with?? that might help Cristobal On Fri, Apr 30, 2010 at 6:19 PM, Doug Reeder wrote: > Alan, > > I haven't trie

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Doug Reeder
Alan, I haven't tried to build 1.4.x on os x 10.6.x yet, but it sounds like the configure script has become too clever by half. Is there a configure argument to force no xgrid (e.g., --with-xgrid=no or -- enable-xgrid=no). Doug Reeder On Apr 30, 2010, at 3:12 PM, Alan wrote: Hi guys, tha

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Alan
Hi guys, thanks, Well, I can assure there I have the right things as explained here: ompi 1.2.8 (apple) /usr/bin/ompi_info | grep xgrid MCA ras: xgrid (MCA v1.0, API v1.3, Component v1.2.8) MCA pls: xgrid (MCA v1.0, API v1.3, Component v1.2.8) ompi 1.3.3 (Fink)

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Cristobal Navarro
try launching mpirun -v a see what version is picking up. maybe its the included 1.2.x Cristobal On Fri, Apr 30, 2010 at 3:22 PM, Doug Reeder wrote: > Alan, > > Are you sure that the ompi_info and mpirun that you are using are the 1.4.1 > versions and not the apple supplied versions. I use

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Doug Reeder
Alan, Are you sure that the ompi_info and mpirun that you are using are the 1.4.1 versions and not the apple supplied versions. I use modules to help ensure that I am using the openmpi that I built and not the apple supplied versions. Doug Reeder On Apr 30, 2010, at 12:14 PM, Alan wrote:

[OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Alan
Hi there, No matter I do I cannot disable xgrid while compiling opempi. I tried: --without-xgrid --enable-shared --enable-static And still see with ompi_info: MCA plm: xgrid (MCA v2.0, API v2.0, Component v1.4.1) And because of xgrid on ompi, I have: openmpi-1.4.1/examples% mpirun -c 2 hello